Quote:
Originally Posted by Not available
The query itself shouldn't crash the server.
pawn Код:
format(file,sizeof(file),"INSERT INTO `users` (`username`,`password`,`PhoneNumb`) VALUES ('%s','%s', '%i');", PlayerName(playerid), pass, CurrentPhone); mysql_query(file);
|
That doesn't insert, though.. also, password = '%i'

it's udb hashes.