not loading stats
#6

Try this:

pawn Код:
stock LoadStats(playerid)
{
    new pName[24],Query[500];
    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]iiiiiiiiiiis[255]iiiiiiiiiiiii>", PlayerInfo[playerid]);
    GivePlayerMoney(playerid,PlayerInfo[playerid][Pmoney]);
    mysql_free_result();
    return 1;
}
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)