mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-09-03 23:27:27 +00:00
chat_command_text_rules 1.0.0
This commit is contained in:
7
chat_commands/chat_command_text_rules.gsc
Normal file
7
chat_commands/chat_command_text_rules.gsc
Normal file
@@ -0,0 +1,7 @@
|
||||
#include scripts\chat_commands;
|
||||
|
||||
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"]);
|
||||
}
|
Reference in New Issue
Block a user