SA-MP Forums Archive
zCMD OR SA-MP Command sys. - 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: zCMD OR SA-MP Command sys. (/showthread.php?tid=415985)



zCMD OR SA-MP Command sys. - HUYA - 15.02.2013

hey. What more good for CMD SYSTEM.
Sa-mp commands system or zCMD AND WHY?


Re: zCMD OR SA-MP Command sys. - 2KY - 15.02.2013

YCMD/ZCMD because they're highly optimized, and doing so using "sa-mp commands system" is oldschool, and generally horribly inefficient. It's like using strtok over sscanf when sscanf is a LOT faster than strtok, but you still choose to use strtok out of laziness / lack of will-power to learn.


Re: zCMD OR SA-MP Command sys. - HUYA - 15.02.2013

You mean Y/ZCMD More fast?


Re: zCMD OR SA-MP Command sys. - 2KY - 15.02.2013

Yes. YCMD is faster with more commands, ZCMD is a little slower with more commands than ZCMD, and strcmp ("sa-mp commands system") is very slow compared to both of them.


Re: zCMD OR SA-MP Command sys. - HUYA - 15.02.2013

k. Thanks.