#1

Iv admin system with MySQL , how to locate it with my host site?
Reply
#2

Search for mysql_connect in your Gamemode pwn file, enter your details in that.
Rather define your details beforehand as following

pawn Код:
#define MYSQL_HOST "put your host ip here"
#define MYSQL_USER "put your username to the database here"
#define MYSQL_PASS " put your password to the database here"
#define MYSQL_DB "put the database you want things to save to here"
Then just replace the details in mysql_connect with the defines.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)