little question about zcmd - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: little question about zcmd (
/showthread.php?tid=304183)
little question about zcmd -
Tigerkiller - 17.12.2011
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 ?
Re: little question about zcmd -
boyan96 - 17.12.2011
yes it will be work
Re: little question about zcmd - suhrab_mujeeb - 17.12.2011
Little answer about zcmd: Yes, they will. But sometimes for me dcmd and zcmd seem to interfere with each other.
Re: little question about zcmd -
Tigerkiller - 17.12.2011
hmm but it dont work when i use zcmd in my GM
anyway thanks for the fast response
Re: little question about zcmd - suhrab_mujeeb - 17.12.2011
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.
Re: little question about zcmd -
Tigerkiller - 17.12.2011
i only use zcmd in my FS and strcmp in my GM
Re: little question about zcmd -
Ballu Miaa - 17.12.2011
Same with me Suhrab, Nor even my strcmp's are working now!
Re: little question about zcmd -
Hiddos - 17.12.2011
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.