SA-MP Forums Archive
Can remove. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Can remove. (/showthread.php?tid=608711)



Can remove. - CloudLEL - 04.06.2016

Please remove.


Re: Can remove. - Aliassassin123456 - 04.06.2016

Hi, you should try this:

Код:
for(new i = 1, j = 0; j < cache_get_row_count(); j++)
{
    bInfo[i][bID] = cache_get_field_content_int(j, "bid");
    i++;
}