Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
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).
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
The problem is when i delete this cmd the problem come on the other cmds. it is since i had bracket errors, and i have fixing this errors, and now this error come.
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
Do you still have the OnPlayerCommandText callback in your script?
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
No i dont have. i have added it it still work not.
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
If you checked everything I wrote in my fist post, I think the bracket problem is still there..