From 10b5b39b44507e4b5b2462eaeb53c655a92c8240 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 18 Mar 2023 01:43:46 +0100 Subject: [PATCH] chat_command_text_rules 1.0.1 Added permission level to CreateCommand following chat_commands 1.3.0 update --- chat_commands/chat_command_text_rules.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat_commands/chat_command_text_rules.gsc b/chat_commands/chat_command_text_rules.gsc index 50dd8d9..2678069 100644 --- a/chat_commands/chat_command_text_rules.gsc +++ b/chat_commands/chat_command_text_rules.gsc @@ -2,6 +2,6 @@ Init() { - CreateCommand(["27016", "27017"], "rules", "text", ["Do not camp", "Do not spawnkill", "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"]); + 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"], 1); } \ No newline at end of file