Posts: 89
Threads: 20
Joined: Jun 2009
Reputation:
0
After I changed the server to 0.3c All my commands in OnPlayerCommandText() don't work. The server says they are unknown. Can someone please help me out
Posts: 2,863
Threads: 99
Joined: Nov 2009
Reputation:
0
Did you re-compile the script?
Posts: 89
Threads: 20
Joined: Jun 2009
Reputation:
0
Yes..., I have no idea where it comes from
Posts: 791
Threads: 93
Joined: Oct 2009
Reputation:
0
You cant use ZCMD and OnPlayerCommandText in one script, They all must be zcmd or in that callback.
Everything works for me so recheck everything for yourself
Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
maybe you just have "return 0;" at the end but not "return 1;" after each command?