Command processor - 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: Command processor (
/showthread.php?tid=529168)
Command processor -
JohnFTW - 31.07.2014
Hey, I have a simple question.
ZCMD or strcmp? I need arguments too.
Thank you !
Re: Command processor -
dirigent00 - 31.07.2014
ZCMD definitely, strcmp is too old and slow. I suggest you to learn also YCMD, as the fastest command processor.
Re: Command processor -
Stinged - 31.07.2014
zcmd.
It's faster, it's easier, it's just better.
(Note: strcmp is not a command processor, it's a function to compare strings)
Re: Command processor -
McBan - 31.07.2014
Hello,
By far, ZCMD. As stated above, It is a lot more efficient.
Re: Command processor -
JohnFTW - 01.08.2014
Thank you! I have over 650 commands, all I have to do is to convert them from strcmp to zcmd. Piece of cake