Mysql info wont save
#3

This is loadplayerinfo

pawn Код:
stock LoadPlayerInfo(iPlayer)
{
    new
        Query[700];

    if(mysql_fetch_row(Query))
    {
        sscanf(Query, "e<p<|>s[24]s[35]ddddfffddd>", PVar[iPlayer]);
        mysql_free_result();
    }
    return 1;
}
Reply


Messages In This Thread
Mysql info wont save - by BizzyD - 24.10.2013, 13:37
Re: Mysql info wont save - by Misiur - 24.10.2013, 14:44
Re: Mysql info wont save - by BizzyD - 24.10.2013, 15:54
Re: Mysql info wont save - by BizzyD - 24.10.2013, 19:18
Re: Mysql info wont save - by Zex Tan - 24.10.2013, 20:53
Re: Mysql info wont save - by BizzyD - 25.10.2013, 11:28

Forum Jump:


Users browsing this thread: 1 Guest(s)