Hi. How can i make only admins to summon the monster from that plugin? I thought only admins can summon them with the commands /agrunt, /controller, /bigmoom... etc, but everyone can.
register_plugin("Monster Spawner","1.6","RAKISHI")
register_cvar("sv_ms","1")
register_clcmd("say /agrunt","agrunt", ADMIN_LEVEL_A)
I think here is the problem? ADMIN_LEVEL_A... but still, everyone can summon them? How can i make it only for admins?