1
0
mirror of https://github.com/Resxt/Plutonium-IW5-Scripts.git synced 2025-06-19 02:45:39 +00:00

chat_command_suicide 1.0.2

Added alias
This commit is contained in:
Resxt 2023-06-17 11:10:02 +02:00
parent 9b637ffa91
commit fe42a9e142

@ -2,7 +2,7 @@
Init() Init()
{ {
CreateCommand(level.chat_commands["ports"], "suicide", "function", ::SuicideCommand, 1); CreateCommand(level.chat_commands["ports"], "suicide", "function", ::SuicideCommand, 1, [], ["s"]);
} }