This commit is contained in:
2019-09-08 20:10:07 +02:00
parent aa2a2b11be
commit 165fd27076
7 changed files with 107 additions and 12 deletions

View File

@@ -12,7 +12,6 @@ namespace ReallifeGamemode.Server.Commands
{
class UserCommands : Script
{
[Command("dice", "~m~Benutzung: ~s~/dice")]
public void CmdUserDice(Client player)
{
@@ -28,8 +27,7 @@ namespace ReallifeGamemode.Server.Commands
if (!managedClient.IsLoggedIn()) return;
ChatService.SendMessage(managedClient, "* " + player.Name + " hat eine " + number + " gewürfelt.");
}
}
}
[Command("car", "~m~Benutzung: ~s~/car")]
public void CmdUserCar(Client player)