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



Starting - Razturach - 27.01.2015

Hello sa-mp community.

I would like to ask about start of server, I got idea what I will script but things I need are the fallowing:
- Which command processor is the best and most used? still zcmd + sscanf?
- Which things from ****** I should be using for server? foreach..etc?
- About player's database saving system, which is best saving system to use, Y_ini? Dini? Dudb?

This is all for now, your answers, advices are more than welcome.


Re: Starting - ATGOggy - 27.01.2015

Use ZCMD or y_cmd with sscanf. foreach, y_ini from ******. Use mysql, sqlite or y_ini for saving user database.