Here's my problem..
Quote:
register_concmd("amx_rocket","rocket_player", ADMIN_LEVEL_B,"<authid, nick, @team or #userid>")
register_concmd("amx_weapon","admin_weapon",A DMIN_LEVEL_H,"<part of nick> or <@team> <weapon # to give > ")
|
I want to change rocket, to use the H flag. I tried to change it to look like this....
("amx_rocket","rocket_player",ADMIN_LEVEL_H," <authid, nick, @team or #userid>")
But, that didnt seem to work.
Anything obvious that I am doing wrong?