Which is the 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: Which is the best command processor? (
/showthread.php?tid=632012)
Which is the best command processor? -
DuyDang2412 - 08.04.2017
Hello guys, i am using ZCMD by Zeex, but i see that people say DCMD or YCMD is better and faster. I always try to make my gamemode faster so can you guys give me a suggestion. By the way, YCMD looks like doesn't exist anymore, right?
Re: Which is the best command processor? -
coool - 08.04.2017
Pawn.cmd states itself faster over any others.
https://sampforum.blast.hk/showthread.php?tid=608474 there is also a pic of different command processers and their speed.
Re: Which is the best command processor? -
DuyDang2412 - 08.04.2017
Thank you but does it use more memory and cpu?
Re: Which is the best command processor? -
denNorske - 08.04.2017
Unless you're making one of the largest gamemodes out there, I highly doubt the difference is noticable. Correct me if I'm wrong though.
ZCMD is doing a fairly good job and is found in many todays scripts. I also think they are varying in popularity based of user preference.
I would guess pawn.cmd could use (a tiny bit) more memory since it's a plugin, but don't think it's affecting CPU much.
Re: Which is the best command processor? -
DuyDang2412 - 08.04.2017
So, using YCMD is the best choice?
Will YCMD be faster than ZCMD at all?