Best 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: Best command processor? (
/showthread.php?tid=312062)
Best command processor? -
Face9000 - 19.01.2012
So,i'm starting a new huge gm and i need a tip.
What's the most efficient and fast command processor?
Re: Best command processor? -
milanosie - 19.01.2012
Either YCMD or ZCMD
ur choise
Re: Best command processor? -
2KY - 19.01.2012
ZCMD is faster with < 100 commands,
YCMD is faster with > 100 commands.
Re: Best command processor? -
mSp - 19.01.2012
ZCMD with SSCANF.. it is very simple way to make commands
Re: Best command processor? -
Gerira Gaijin - 19.01.2012
Yes, ZCMD is very fast and most importantly, very easy to use. In combination with SSCANF it's a really good choice and you can't be wrong if you choose to use it.
Re: Best command processor? -
SuperChock - 19.01.2012
YCMD + SSCANF is the best way to make commands.
Re: Best command processor? -
Fires - 19.01.2012
Quote:
Originally Posted by SuperChock
YCMD + SSCANF is the best way to make commands.
|
Quote
Re: Best command processor? -
Face9000 - 19.01.2012
Thanks all.
Re: Best command processor? -
Tanush123 - 20.01.2012
ZCMD + Sscanf my opinion
Re: Best command processor? -
leong124 - 20.01.2012
Quote:
Originally Posted by 2KY
ZCMD is faster with < 100 commands,
YCMD is faster with > 100 commands.
|
Why? AFAIK both of them directly call the command function and it is not related to the number of commands.
If you only need the basic command features, go for zcmd. Otherwise, go for ycmd.