[Pomoc] SBizzInfo


Započeo Mario Vendetta, Septembar 08, 2013, 10:02:16 PRE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

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;
					}