Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
You're missing the closing ')' on the playerdata create table but there may be more issues. Use mysql_debug(1); before those lines then post your MySQL log that is in your server directory if problems persist.
Posts: 62
Threads: 19
Joined: Jan 2012
Reputation:
0
Sorry, my bad, it was only the ґ)ґ thank you for your quick answer.
Posts: 62
Threads: 19
Joined: Jan 2012
Reputation:
0
i got a new error :
[01:31:10] CMySQLHandler::Query(INSERT PlayerInfo(Name, Password, Level, VIP, AdminLevel, Faction) VALUES (Player, senha, 0, 0, 0, 'none')) - An error has occured. (Error ID: 1054, Unknown column 'Player' in 'field list')
any ideas?
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
All string values must be in-cased with ' and ' like you did with the value 'none'.