kleine anpassungen am chat
This commit is contained in:
@@ -3612,10 +3612,10 @@ namespace ReallifeGamemode.Server.Commands
|
||||
}
|
||||
}
|
||||
|
||||
ChatService.SendMessage(player, "~b~[ADMIN]~s~ Du hast ein Payday gedroppt.");
|
||||
ChatService.SendMessage(player, "~b~[ADMIN]~s~ Du hast einen PayDay gedroppt.");
|
||||
}
|
||||
|
||||
[Command("setwage", "~m~Benutzung: ~s~/setwage [Name/Id] [Lohn]")]
|
||||
[Command("setwage", "~m~Benutzung: ~s~/setwage [Spieler] [Lohn]")]
|
||||
public void CmdAdminSetWage(Player player, string nameOrId, int wage)
|
||||
{
|
||||
if (!player.GetUser()?.IsAdmin(AdminLevel.HEADADMIN) ?? true)
|
||||
|
||||
Reference in New Issue
Block a user