SA-MP Forums Archive
A Simple Question - 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: A Simple Question (/showthread.php?tid=278477)



A Simple Question - ServerScripter - 22.08.2011

Someone can tell me what is the Good include to make any command (register,Commands ,VIP.....)
it is my Big Big Problem, i want a simple+usefull include ,i don't want the FS because it is not my creation , so i want my own Register with saving score money .....(i don't want Y_ini)


Re: A Simple Question - iMonk3y - 22.08.2011

Whatever you feel most comfortable with. I would go with efficiency and speed: ZCMD (or YCMD) + sscanf + MySQL.


Re: A Simple Question - ServerScripter - 22.08.2011

but i hear if i use zcmd i must have SSCANF too (and u know there are SSCANF 2 and SSCANF it sick ) i mean , can i use zcmd only to make what ever command?


Re: A Simple Question - Bakr - 22.08.2011

You can, but it would be much more difficult, and senseless. Sscanf 2 is a great plugin, and can be used for FAR more than just processing parameters in commands.

As for an INI system, go with SII, y_ini or just the plain RAW file functions.