Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: Mario Vendetta poslato Septembar 08, 2013, 10:02:16 PRE PODNE

Naslov: [Pomoc] SBizzInfo
Poruka od: Mario Vendetta poslato Septembar 08, 2013, 10:02:16 PRE PODNE
Eo radim svoju skriptu i imam ovaj eror error 032: array index out of bounds (variable "SBizzInfo")
eto vam linije
if(SBizzInfo[i][sbProducts] == SBizzInfo[i][bMaxProducts])
{
GameTextForPlayer(playerid, "~r~Nisu nam potrebni sad produkti puni smo!", 4000, 4);
format(string, sizeof(string), "{6EF83C}[INFO] Zaradili ste {FFFFFF}$%d.", cashmade);
SendClientMessage(playerid, TEAM_GROVE_COLOR, string);
format(string, sizeof(string), "Produkti: %d/%d.", PlayerHaul[tmpcar][pLoad],PlayerHaul[tmpcar][pCapasity]);
SendClientMessage(playerid, TEAM_GROVE_COLOR, string);
return 1;
}