19.02.2013, 08:41
I also had this when I placed a CMD: at the bottom of my script (or something), try to cut/paste your code in the middle of the script.
If the problem persists, try commenting the OnPlayerCommandText callback, since you have to use either the standard command processor, or (in your case) zcmd.. Maybe they conflict with eachother..
If you already have some working zcmd commands, try placing this CMD above or below it.
Also, make sure the include is up to date (I know, this is very rare for zcmd, but you might want to check it anyways).
If the problem persists, try commenting the OnPlayerCommandText callback, since you have to use either the standard command processor, or (in your case) zcmd.. Maybe they conflict with eachother..
If you already have some working zcmd commands, try placing this CMD above or below it.
Also, make sure the include is up to date (I know, this is very rare for zcmd, but you might want to check it anyways).

