mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-19 04:32:53 +00:00
chat_command_give 1.0.1
Added permission level to CreateCommand following chat_commands 1.3.0 update [Refactor] changed level scoped ports variable following chat_commands 1.3.0 update
This commit is contained in:
parent
998d2ca5b0
commit
a26a893fae
@ -2,9 +2,9 @@
|
||||
|
||||
Init()
|
||||
{
|
||||
CreateCommand(level.commands_servers_ports, "giveweapon", "function", ::GiveWeaponCommand);
|
||||
CreateCommand(level.commands_servers_ports, "givekillstreak", "function", ::GiveKillstreakCommand);
|
||||
CreateCommand(level.commands_servers_ports, "givecamo", "function", ::GiveCamoCommand);
|
||||
CreateCommand(level.chat_commands["ports"], "giveweapon", "function", ::GiveWeaponCommand, 2);
|
||||
CreateCommand(level.chat_commands["ports"], "givekillstreak", "function", ::GiveKillstreakCommand, 3);
|
||||
CreateCommand(level.chat_commands["ports"], "givecamo", "function", ::GiveCamoCommand, 2);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user