edit weapondamage carbinrifle & other unjail position & fix tog command

This commit is contained in:
michael.reiswich
2021-04-01 19:24:24 +02:00
parent 42b7be7770
commit 165e871476
5 changed files with 8 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ namespace ReallifeGamemode.Server.Commands
player.PlayAnimation("mp_am_hold_up", "handsup_base", (int)(AnimationFlags.Loop | AnimationFlags.OnlyAnimateUpperBody | AnimationFlags.AllowPlayerControl | AnimationFlags.Cancellable));
}
[Command("event", "~m~Benutzung: ~s~/eventchat [Nachricht]", GreedyArg = true)]
[Command("event", "~m~Benutzung: ~s~/event [Nachricht]", GreedyArg = true)]
public void CmdFactionNREventchat(Player player, string msg)
{
if (player.HasData("eventAllowed") == false)