You are using amx super I assume? If so, the code appears to already be setup for what you want to do.
Code:
....
register_concmd("amx_drug","cmd_drug",ADMIN_LEVEL_C,"<@all, @team, nick, #userid, authid or @team>")
....
"amx_drug @all" should work
__________________