01.09.2011, 22:37
thx alot iggy 
no more log errors
but theres still a problem...
//edit: nvm, its fixed.
login works now but i dont receive the money after login.
Are u sure i dont need to add more to this? :
is that really all i need to do to load my saved stats?
Also i dont know how to load the score, so help would be much appreciated.

no more log errors

but theres still a problem...
//edit: nvm, its fixed.
login works now but i dont receive the money after login.
Are u sure i dont need to add more to this? :
pawn Код:
new Query[1400], pname[24];
GetPlayerName(playerid, pname, 24);
format(Query, sizeof(Query), "SELECT * FROM `Users` WHERE `name` = '%s'", pname);
mysql_query(Query);
mysql_store_result();
mysql_fetch_row(Query, "|");
sscanf(Query, "p<|>dddd",SetPlayerScore(playerid),MoneyVar[playerid],kills[playerid],deaths[playerid]);
mysql_free_result();
Also i dont know how to load the score, so help would be much appreciated.

