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)
+---- Forum: Discussion (
https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: Command Processor (
/showthread.php?tid=642308)
Command Processor -
Swankeh - 27.09.2017
Currently I find myself, changing and improving my old GameMode roleplay from y_ini to MySQL and I used the YCMD command processor, but as I find myself improving the Script I do not know if they recommend me to continue using YCMD, or another command processor . : D
Re: Command Processor -
TakeiT - 27.09.2017
Use what you wish, a lot of people use ZCMD but its really your choice.
Re: Command Processor -
Misiur - 27.09.2017
YCMD is one of the best ones, no worries about performance with the growing number of commands. It even has built-in help support (and much more if you are willing to dive into YSI world)
Re: Command Processor -
Swankeh - 28.09.2017
Quote:
Originally Posted by TakeiT
Use what you wish, a lot of people use ZCMD but its really your choice.
|
Quote:
Originally Posted by Misiur
YCMD is one of the best ones, no worries about performance with the growing number of commands. It even has built-in help support (and much more if you are willing to dive into YSI world)
|
Many thanks to both for your comments, I will continue using YCMD and as you say you have the help support that you can use later for some commands. I think it could change a lot of performance but apparently it affects a lot that.
Thanks for your reply.
Re: Command Processor -
renatog - 28.09.2017
Just an addition: You can use YCMD with y_groups to manage command permissions and it's a wonderful feature.
Re: Command Processor -
sammp - 29.09.2017
I'd use ZCMD or YCMD, they are fundamentally the same
Re: Command Processor -
Zeth - 02.10.2017
You can also try Pawn.CMD, according to performace benchmark because of its memoryhack, its at top and its syntax is same as ZCMD, so if you are using ZCMD, you can easily switch to Pawn.CMD.
Re: Command Processor -
Freaksken - 02.10.2017
This pretty much answers any questions about command processor performance.
Re: Command Processor -
IlanZ - 06.10.2017
I've always used
zcmd, and highly recommend it. I also heard of
Pawn.CMD which is also good.