20.05.2015, 14:26
Quote:
Are you saving the results? The stock MySQL_Login(playerid) is designed to fetch the table information from MYSQL, however are you saving the tables properly? If so please show us the lines in that area.
|
mysql_query("CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), password VARCHAR(40), IP VARCHAR(16), money INT(20), scores INT(30), adminlevel INT(10), helperlevel INT(10), kills INT(20), deaths INT(20), viplevel INT(10))");
mysql_query("CREATE TABLE IF NOT EXISTS bandata(admin VARCHAR(20), player VARCHAR(20), reason VARCHAR(50), IP VARCHAR(16), banned INT(10))");
mysql_query("CREATE TABLE IF NOT EXISTS vipdata(player VARCHAR(20), viplevel INT(10))");
mysql_debug();
CreateConfig();