loadbans stock crashing the server
#5

Just add a counter in the while loop for that I guess.

pawn Код:
stock LoadTempBans()
{
    printf("[System] Loading Bans's....");
    new line[1024];
    new id = 0;
    mysql_query("SELECT * FROM `bans`");
    mysql_store_result();
    if(mysql_num_rows() > 0)
    {
        while(mysql_fetch_row(line))
        {
            sscanf(line,"p<|>ds[24]s[16]ds[75]",TempBans[id][Banid],TempBans[id][BannedName],TempBans[id][BannedIP],TempBans[id][UnbanDate],TempBans[id][Reason]);
            if(strlen(TempBans[id][BannedName]) > 0) Bancount++;
            id++;
        }
    }
    return 1;
}
Reply


Messages In This Thread
loadbans stock crashing the server - by The_Gangstas - 01.12.2010, 19:52
Re: loadbans stock crashing the server - by JaTochNietDan - 01.12.2010, 20:08
Re: loadbans stock crashing the server - by The_Gangstas - 01.12.2010, 20:23
Re: loadbans stock crashing the server - by Ash. - 01.12.2010, 20:25
Re: loadbans stock crashing the server - by JaTochNietDan - 01.12.2010, 20:26
Re: loadbans stock crashing the server - by The_Gangstas - 01.12.2010, 20:36
Re: loadbans stock crashing the server - by JaTochNietDan - 01.12.2010, 21:03
Re: loadbans stock crashing the server - by The_Gangstas - 01.12.2010, 21:13
Re: loadbans stock crashing the server - by JaTochNietDan - 01.12.2010, 21:17
Re: loadbans stock crashing the server - by The_Gangstas - 01.12.2010, 22:10

Forum Jump:


Users browsing this thread: 2 Guest(s)