mirror of
				https://github.com/Resxt/Plutonium-IW5-Scripts.git
				synced 2025-11-04 03:47:00 +00:00 
			
		
		
		
	chat_command_kill 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:
		@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
Init()
 | 
			
		||||
{
 | 
			
		||||
    CreateCommand(level.commands_servers_ports, "kill", "function", ::KillCommand, ["default_help_one_player"]);
 | 
			
		||||
    CreateCommand(level.chat_commands["ports"], "kill", "function", ::KillCommand, 3, ["default_help_one_player"]);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user