How can I retrieve the access level flag from a registered console command?
Example:
In the amxcmd.amxx plugin, it registers the slay command as such...
Code:
register_concmd("amx_slay", "cmdSlay", ADMIN_SLAY, "<name or #userid>")
So if I wanted to set my custom command to the same access level as the 'amx_slay' command (assuming I didn't know what it was), how would I go about it?
Clear as mud eh?
__________________