SA-MP Forums Archive
Commands - 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: Commands (/showthread.php?tid=513019)



Commands - lexurs - 14.05.2014

Hey, I'm new to scripting and I would like to know what is the difference and what are all the command formats. CMD, zcmd,COMMAND,strcmp, etc.. Much appreciated


Re: Commands - K9IsGodly - 14.05.2014

They are all essentially the same, but one huge difference is the speed. I have heard that YCMD is the fastest, but personally I like the simplicity and speed of ZCMD. I would suggest ZCMD over any of the other options.


Re: Commands - Lynn - 14.05.2014

When it comes down it, they are all either a faster, or slower way of processing the information to the server.
The best in my opinion are ZCMD and YCMD. Personally I prefer ZCMD, even though YCMD is better as far as Speed goes. But if you're not making a Roleplay gamemode that's 100K lines, I suggest ZCMD.


Re: Commands - lexurs - 14.05.2014

Thank you for your help! Are there tutorials where I can learn deeper into ZCMD?