Posts: 164
Threads: 35
Joined: Oct 2010
Reputation:
0
Hey, I made some zcmd commands, added return 1; to every command, but for some reason the other commands wont work which are made with strcmp. How come? I tried OnPlayerCommandPerformed, but then, it gave me nothing.
Posts: 372
Threads: 8
Joined: Jan 2011
Reputation:
0
I think you can't use bouth.
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
You can't, as xRyder said.
ZCMD uses a different command processing technique. I take it you are using your "strcmp's" in OnPlayerCommandText?