22.01.2018, 06:00
Can Anyone Help With MySql How I will Save Player Information,pname,isplayeradmin,Score,Money on mysql?i have mysql server.But i dont no where to put.
i know this codes
#define MySQL_HOST "localhost" //This will connect you to your local host
#define MySQL_USER "root" //default phpMyAdmin username
#define MySQL_PASS " " //default phpMyAdmin password is nothing, until you change it!
// -------> IMPORTANT LINE < -----------//
#define MySQL_DB "sa-mp" //Now here you have to put your database's name.
but how will i save accounts? pass,username,score,money?
i know this codes
#define MySQL_HOST "localhost" //This will connect you to your local host
#define MySQL_USER "root" //default phpMyAdmin username
#define MySQL_PASS " " //default phpMyAdmin password is nothing, until you change it!
// -------> IMPORTANT LINE < -----------//
#define MySQL_DB "sa-mp" //Now here you have to put your database's name.
but how will i save accounts? pass,username,score,money?