suhrab_mujeeb
Unregistered
08.02.2012, 07:27
(
Последний раз редактировалось suhrab_mujeeb; 08.02.2012 в 08:59.
)
nvm fixed it, thanks to thekiller. Happened due to a small string size.
suhrab_mujeeb
Unregistered
Quote:
Originally Posted by T0pAz
pawn Код:
format(query, sizeof(query), "SELECT * FROM `playerdata` WHERE user = '%s'", pName);
|
And?
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
Print the query in the dialog and see if it's actually printing the right values. Make sure that in your database, you have a field large enough (130+ chars) and also, don't escape the inputtext as when the whirlpool hashes it, it will take all the bad characters out anyway.
If the problem persists, put mysql_debug under OnGameModeInit or OnFilterScriptInit and paste your mysql log file in your server directory.