not loading stats
#1

pawn Код:
stock LoadStats(playerid)
{
    new pName[24],Query[200];
    GetPlayerName(playerid,pName,24);
    format(Query, sizeof(Query), "SELECT * FROM `users` WHERE `username` = '%s' ", pName);
    mysql_query(Query);
    mysql_store_result();
    mysql_fetch_row_format(Query, "|");
    sscanf(Query, "e<p<|>s[24]s[23]i>", PlayerInfo[playerid]);
    mysql_free_result();
    GivePlayerMoney(playerid,PlayerInfo[playerid][Pmoney]);
    return 1;
}
this wont load my stats well it loads my admin level etc but doesn't load my money and most prob some other things (only tested money)
Reply


Messages In This Thread
not loading stats - by thefatshizms - 25.08.2012, 20:10
Re: not loading stats - by Camacorn - 25.08.2012, 20:12
Re: not loading stats - by thefatshizms - 25.08.2012, 20:13
Re: not loading stats - by Camacorn - 25.08.2012, 20:17
Re: not loading stats - by thefatshizms - 25.08.2012, 20:27
Re: not loading stats - by Camacorn - 25.08.2012, 20:32
Re: not loading stats - by thefatshizms - 25.08.2012, 20:48
Re: not loading stats - by Camacorn - 25.08.2012, 20:50
Re: not loading stats - by thefatshizms - 25.08.2012, 20:54
Re: not loading stats - by Camacorn - 25.08.2012, 20:58

Forum Jump:


Users browsing this thread: 1 Guest(s)