Added some adminlevels, added admin level to /o

This commit is contained in:
Lennart Kampshoff
2018-10-28 02:08:25 +01:00
parent 2a39f71944
commit 30ef9b177d
3 changed files with 19 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ namespace reallife_gamemode.Server.Commands
return;
}
string publicMessage = "~b~(( " + player.Name + ": " + message + " ))";
string publicMessage = "~b~(( " + player.GetUser().AdminLevel.GetName() + " " + player.Name + ": " + message + " ))";
NAPI.Chat.SendChatMessageToAll(publicMessage);
}
#endregion