I need help with a new server. - 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: I need help with a new server. (
/showthread.php?tid=568457)
I need help with a new server. -
Assassin99 - 22.03.2015
Hello, guys. My name is
Assassin.
And I want to ask for help. I just start to host new server and I want to add gamemode gang wars. And I want to add login, register system and all this things. But problem is I don't have a clue about scripting so can anyone help me please ?
Re: I need help with a new server. -
CalvinC - 22.03.2015
First you'll have to pick a saving system, SQL or INI files, where you can save with MySQL, SQLite, y_ini and so on.
Then look up some tutorials on ****** for that saving system, to see how it works, and some about how to create a register/login system.
Re: I need help with a new server. -
Assassin99 - 22.03.2015
Hmm I think saving system is already done, because some webpage is hosting server for me.
Re: I need help with a new server. -
JaydenJason - 22.03.2015
Quote:
Originally Posted by Assassin99
Hmm I think saving system is already done, because some webpage is hosting server for me.

|
You have a place to save the files yes, not the actual saving/loading system for the login/register. Check this tutorial for some basic instructions for y_ini, though browsing through the samp forums will lead you to many tutorials about registering/logging in
https://sampforum.blast.hk/showthread.php?tid=273088
-----
Also, most game modes uploaded to the samp forums have login and register system implemented in them already, for ex:
http://forum.sa-mp.com/showthread.ph...ight=gang+wars
http://forum.sa-mp.com/showthread.ph...ight=gang+wars
Re: I need help with a new server. -
CalvinC - 22.03.2015
That doesn't mean you have a saving system, it's something you have to add into your script.