testen ob blips auf map so gehen

This commit is contained in:
michael.reiswich
2021-03-26 18:34:01 +01:00
parent 11a015374c
commit c5e6a80ed2
3 changed files with 25 additions and 2 deletions

View File

@@ -474,7 +474,18 @@ namespace ReallifeGamemode.Server.Commands
}
#endregion Staatsfraktionen (LSPD / FBI) Commands
#region Weazel News
[Command("eventchat", "~m~Benutzung: ~s~/eventchat [Typ = ~g~on~s~, ~g~off~s~", GreedyArg = true)]
public void CmdFactionNREventchat(Player player, string onoff)
{
List<Player> players = NAPI.Pools.GetAllPlayers();
}
#endregion Weazel News
}
}