Posts: 673
Threads: 45
Joined: May 2010
Reputation:
0
hi guys.
for example my GM using strcmp (OnPlayerCommandText) and i want to make an FS with zcmd.
did the GM cmds works and the cmds in the FS too ?
suhrab_mujeeb
Unregistered
Little answer about zcmd: Yes, they will. But sometimes for me dcmd and zcmd seem to interfere with each other.
Posts: 673
Threads: 45
Joined: May 2010
Reputation:
0
hmm but it dont work when i use zcmd in my GM
anyway thanks for the fast response
suhrab_mujeeb
Unregistered
I said ZCMD and DCMD. They sometimes interfere with each other. Most of the times when I use ZCMD none of my DCMD commands work.
Posts: 673
Threads: 45
Joined: May 2010
Reputation:
0
i only use zcmd in my FS and strcmp in my GM
Posts: 1,849
Threads: 96
Joined: Apr 2010
Reputation:
0
Same with me Suhrab, Nor even my strcmp's are working now!
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
Why not convert all commands to ZCMD? It's much more efficient.
To your problem: If you're using ZCMD, commands under OnPlayerCommandText (That includes dcmd) will not work anymore.