chat_command_god_mode 1.0.3

Renamed the command from god to godmode
Added aliases
This commit is contained in:
Resxt 2023-06-17 11:07:41 +02:00
parent d5c9dfab59
commit 9fc19a57a0

View File

@ -2,7 +2,7 @@
Init() Init()
{ {
CreateCommand(level.chat_commands["ports"], "god", "function", ::GodModeCommand, 3, ["default_help_one_player"]); CreateCommand(level.chat_commands["ports"], "godmode", "function", ::GodModeCommand, 3, ["default_help_one_player"], ["god"]);
} }