SA-MP Forums Archive
Why is the ZCMD better then the DCMD - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Why is the ZCMD better then the DCMD (/showthread.php?tid=243117)



Why is the ZCMD better then the DCMD - bijoyekuza - 21.03.2011

why ?


AW: Why is the ZCMD better then the DCMD - Pablo Borsellino - 21.03.2011

If it is better (I don't know) because it is faster


Re: Why is the ZCMD better then the DCMD - Zh3r0 - 21.03.2011

Doesn't use the method of comparing 2 strings, it uses CallRemoteFunction to find and preload data.


Re: Why is the ZCMD better then the DCMD - Macluawn - 21.03.2011

It's faster.
Deal with it.


Re: Why is the ZCMD better then the DCMD - Kwarde - 21.03.2011

Enough answers yet or not?
Whatever I'll give one more: ZCMD doesn't require 'params'. With dcmd you had to tell the compiler to ignore that warning (#pragma unused params). Not needed with ZCMD


Re: Why is the ZCMD better then the DCMD - -Rebel Son- - 21.03.2011

ZCMD is faster, And easy'r to code.