SA-MP Forums Archive
Better - 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: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Better (/showthread.php?tid=272924)



Better - emokidx - 30.07.2011

i don't know where to post this.
but as its regarding scripting so i am posting here.
which is better for making commands?
DCMD
ZCMD
YCMD
strcmp (lol >_>)


Re: Better - Shadoww5 - 30.07.2011

I think ZCMD.


Re: Better - Calgon - 30.07.2011

The competition would really be y_commands and zcmd.

I think y_commands is now faster than zcmd, see here.


Re: Better - Toreno - 30.07.2011

In my opinion, and most of SA-MP members, zcmd and sscanf are the best combination. Although, if you use them both, do not update your SA-MP server to R5 until ****** updates his sscanf, otherwise, "u" parameters won't work for you.

EDIT: YCMD is very good aswell, though, I'm using zcmd and sscanf. Just choose ZCMD or YCMD, one of them.


Re: Better - emokidx - 30.07.2011

the params arent " i " :O


Re: Better - Kush - 30.07.2011

The Functions in which YCMD supports makes it superior


Re: Better - Toreno - 30.07.2011

Quote:
Originally Posted by emokidx111
Посмотреть сообщение
the params arent " i " :O
The parameter "i" is an integer and "u" represents user (bot/player).
There is a bug with "u" parameter when updating to R5, just stay with R4, it won't change a lot.


Re: Better - emokidx - 30.07.2011

godam.. ._. now i understood why my commands are somewhat failing.. well thnx..

OnTopic; so YCMD is better hmm


Re: Better - Kush - 30.07.2011

YCMD is better, ZCMD is just as good and easier. You most likely wouldn't be using YCMD's key features and commands. So you would be better off with ZCMD.