edit weapondamage carbinrifle & other unjail position & fix tog command
This commit is contained in:
@@ -236,7 +236,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
case "ip":
|
||||
if(player.HasData("togip"))
|
||||
{
|
||||
player.SetData("togip", false);
|
||||
player.ResetData("togip");
|
||||
player.SendNotification("~g~[Info]~w~ Ip´s werden nun ausgeblendet.");
|
||||
}
|
||||
else
|
||||
@@ -249,7 +249,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
case "deathlogs":
|
||||
if (player.HasData("togdeath"))
|
||||
{
|
||||
player.SetData("togdeath", false);
|
||||
player.ResetData("togdeath");
|
||||
player.SendNotification("~g~[Info]~w~ Deathlogs werden nun ausgeblendet.");
|
||||
}
|
||||
else
|
||||
@@ -261,7 +261,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
case "lc":
|
||||
if (player.HasData("toglc"))
|
||||
{
|
||||
player.SetData("toglc", false);
|
||||
player.ResetData("toglc");
|
||||
player.SendNotification("~g~[Info]~w~ Leaderchat wird nun ausgeblendet.");
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user