Make other GM level use # command

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
Hello, anyone can help me make other GM Level enable to use # command like #delitem, #itembound to players? Only level 99 GM can use # command how can i make it to other GM Levels too? Thank you!!

 
in groups.conf in the commands{} section add command_name: [true, true] for the groups you want to allow

you can also do this programmatically in the script engine by doing add_group_command("command_name", group_id, true, true);

 
Back
Top