02.03.2009, 07:28
1) Install XAMPP or MYSQL or get a free web MYSQL account from here
2) Configure them and set up your pass e.t.c
3) At the top of that script where it says
modify them to match your MYSQL info
4) Put all that Gamemodes files into your server files and make sure you server.cfg has
and also make sure you have a folder in your samp-server directory called plugins which has the MYSQL plugin in it (If you dont have it you can obtain it from here)
5) Set up your MYSQL account so it has all the tables needed for that gamemode
6) Run your server
2) Configure them and set up your pass e.t.c
3) At the top of that script where it says
Code:
#define MYSQL_IP " " // ip/hostname #define MYSQL_USER " " // mysql username #define MYSQL_PASSWORD " " // mysql password #define MYSQL_DATABASE " " // mysql database name
4) Put all that Gamemodes files into your server files and make sure you server.cfg has
Code:
gamemodes lstne plugins sampmysql
5) Set up your MYSQL account so it has all the tables needed for that gamemode
6) Run your server

