Add some Admin Commands, set default 'Command not found'-message

This commit is contained in:
Lennart Kampshoff
2018-09-18 22:38:43 +02:00
parent c6bb979403
commit 7a4b93f6bf
2 changed files with 95 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ namespace reallife_gamemode
[ServerEvent(Event.ResourceStart)]
public void OnResourceStart()
{
NAPI.Server.SetCommandErrorMessage("~r~[FEHLER]~s~ Dieser Command existiert nicht.");
NAPI.Util.ConsoleOutput("reallife-gamemode resource loaded!");
}
}