chat_command_text_rules 1.0.1

Added permission level to CreateCommand following chat_commands 1.3.0 update
This commit is contained in:
Resxt 2023-03-18 01:43:46 +01:00
parent 6fcdc1e3c8
commit 10b5b39b44

View File

@ -2,6 +2,6 @@
Init() Init()
{ {
CreateCommand(["27016", "27017"], "rules", "text", ["Do not camp", "Do not spawnkill", "Do not disrespect other players"]); CreateCommand(["27016", "27017"], "rules", "text", ["Do not camp", "Do not spawnkill", "Do not disrespect other players"], 1);
CreateCommand(["27018"], "rules", "text", ["Leave your spot and don't camp after using a M.O.A.B", "Don't leave while being infected", "Do not disrespect other players"]); CreateCommand(["27018"], "rules", "text", ["Leave your spot and don't camp after using a M.O.A.B", "Don't leave while being infected", "Do not disrespect other players"], 1);
} }