21.07.2014, 20:20
Well so I moved to MySQL instead of SQLite, I used DBConverter and when I attempt to login the server, It tells me to register, Even if I registered and im relogging it tells me to register again
Thats the code where it loads the account information.
Well its not working, PHPMyAdmin shows all the tables are in the database, Everything should work, Please help anyone
Thats the code where it loads the account information.
Код:
format(string, sizeof(string), "SELECT * FROM `accounts` WHERE `Username` = '%s' AND `Password` = '%s'", playername, password);