Hi,
I had a weird problem with a clcmd. I registered it like i always do, but for some reason it wouldn't work. It didn't call the function. Now i changed it into something else and it works.
doesn't work:
PHP Code:
register_clcmd("amx_mario_menu", "admin_mainmenu")
does work
PHP Code:
register_clcmd("amx_mariomenu", "admin_mainmenu")
Amxx hates amx_mario_menu?
__________________