DCMD and ZCMD and STRCMP in the same script - 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: DCMD and ZCMD and STRCMP in the same script (
/showthread.php?tid=436238)
DCMD and ZCMD and STRCMP in the same script -
Stanford - 10.05.2013
Are we allowed to use ZCMD and STRCMP and DCMD in the same script??, I've some systems in STRCMP and DCMD, am I allowed to add ZCMD in the same script?
Re: DCMD and ZCMD and STRCMP in the same script -
DaRk_RaiN - 10.05.2013
Most likely yes you can, i don't see any reason why it wouldn't work, though trying will give you the definite answer.
Re: DCMD and ZCMD and STRCMP in the same script -
Red_Dragon. - 10.05.2013
Just go ahead with testing as DaRk_RaiN said, but I think it might cause some problems, which occurred for me before when I once had STRCMP and ZCMD in the same gamemode. Sometimes it was crashing, so I had to change all to ZCMD and it showed major differences.