03.02.2014, 09:41
The line is too long. Use default values for the fields while creating the table so all you'd need to do is just:
pawn Код:
mysql_format(mysqlc, query, sizeof(query), "INSERT INTO playerdata(user, password, RegisterDate, IP) VALUES('%e', '%s', '%e', '%s')", pname, PlayerInfo[playerid][Password], InsertTimeStamp(), IP);