MySQL not saving.
#1

Solved
Reply
#2

Well did you already checked to variables? Like if they are correctly cased, do they even exist in your database, things like that because I cannot see the mistake in this code. So I think something wen't wrong at the structur of your database.
Reply
#3

http://i48.tinypic.com/juedmp.png

Not really maybe the code for registering?

pawn Код:
Fixed
Reply
#4

pawn Код:
new EscapedText[164];
 format(Query, sizeof(Query), "INSERT INTO `zmplayer` (`Username`, `password`, `Points`, `Kills`, `Deaths`, `mapsplayed`) VALUES ('%s', '%s', 0, 0, 0, 0)",pname(playerid),EscapedText);
 mysql_query(Query);
String length was too short and you mised a '
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)