I need Help. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: I need Help. (
/showthread.php?tid=219809)
I need Help. -
FlorinMint - 02.02.2011
So, help me please.
I have one server for Websites
I have one server for server games (Windows server)
I have one Domanin.
I wanna Install a MYSQL samp server.
For example, players need to register first on the site and then play on server.
If a player is not register on the site, he can't play.I think I need a DataBase for that.
How I can do that and what I need to do that, my website server and game server that's all I need?
Thanks.
Re: I need Help. -
TruServe - 02.02.2011
I assume you mean like how the LS-RP system works (ls-rp.com).
Firstly, you'll need a script that uses one of the MYSQL plugins and records and retrieves players from the database (alot of the newer RP scripts do this) . Set up your SA-MP server with this script, make sure it's all working.
Next you'll need to make a database on your webserver, insert the required tables, rows, columns, etc that match with what your SA-MP script will be looking for. For the website, you'll need to code your own control panel or site or whatever.
And no, there is no easy way to get a control panel/website linked with your server, you'll have to do this yourself or pay someone to do it for you.