mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-06-29 15:51:54 +00:00
chat_command_god_mode 1.0.3
Renamed the command from god to godmode Added aliases
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
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"]);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user