mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-04-19 13:42:54 +00:00
chat_command_rounds 1.0.1
Added alias
This commit is contained in:
parent
d0b5874dcb
commit
21bc779ebd
@ -2,10 +2,10 @@
|
||||
|
||||
Init()
|
||||
{
|
||||
CreateCommand(level.chat_commands["ports"], "setround", "function", ::SetRoundCommand, 4);
|
||||
CreateCommand(level.chat_commands["ports"], "previousround", "function", ::PreviousRoundCommand, 4);
|
||||
CreateCommand(level.chat_commands["ports"], "nextround", "function", ::NextRoundCommand, 4);
|
||||
CreateCommand(level.chat_commands["ports"], "restartround", "function", ::RestartRoundCommand, 4);
|
||||
CreateCommand(level.chat_commands["ports"], "setround", "function", ::SetRoundCommand, 4, [], array("sr"));
|
||||
CreateCommand(level.chat_commands["ports"], "previousround", "function", ::PreviousRoundCommand, 4, [], array("pr"));
|
||||
CreateCommand(level.chat_commands["ports"], "nextround", "function", ::NextRoundCommand, 4, [], array("nr"));
|
||||
CreateCommand(level.chat_commands["ports"], "restartround", "function", ::RestartRoundCommand, 4, [], array("rr"));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user