Commands not working with 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: Commands not working with ZCMD (
/showthread.php?tid=339348)
Commands not working with ZCMD -
JRISETH - 03.05.2012
Hello,
Today I included zcmd in my script and combiled the script. When I went out to test the script, no commands were working, that were placed under OnPlayerCommandText, only a small test command I made for zcmd.
Re: Commands not working with ZCMD -
JaKe Elite - 03.05.2012
You cannot use OnPlayerCommandText - strcmp and zcmd at the same time convert all strcmp commands to zcmd
Re : Re: Commands not working with ZCMD -
JRISETH - 03.05.2012
Quote:
Originally Posted by Romel
You cannot use OnPlayerCommandText - strcmp and zcmd at the same time convert all strcmp commands to zcmd
|
Actually, I tried this on other script and the commands placed under OnPlayerCommandText worked perfectly with ZCMD commands on that script.