Tag mismatch warnings :/ WHY? WTF?!
#6

now i get this errer :

Код:
9294) : error 032: array index out of bounds (variable "CarSpawns")
Код:
ublic AddCar(carcoords)
{
	new randcol = random(126);
	new randcol2 = 1;
	if (rccounter == 14)
	{
		rccounter = 0;
	}
	AddStaticVehicleEx(carselect[rccounter], CarSpawns[carcoords][pos_x], CarSpawns[carcoords][pos_y], CarSpawns[carcoords][pos_z], CarSpawns[carcoords][z_angle], randcol, randcol2, 60000);
	rccounter++;
	return 1;
}
this line:
Код:
AddStaticVehicleEx(carselect[rccounter], CarSpawns[carcoords][pos_x], CarSpawns[carcoords][pos_y], CarSpawns[carcoords][pos_z], CarSpawns[carcoords][z_angle], randcol, randcol2, 60000);
Reply


Messages In This Thread
Tag mismatch warnings :/ WHY? WTF?! - by Pawel2k9 - 19.09.2009, 21:22
Re: Tag mismatch warnings :/ WHY? WTF?! - by ilikepie2221 - 19.09.2009, 21:33
Re: Tag mismatch warnings :/ WHY? WTF?! - by brett7 - 19.09.2009, 21:37
Re: Tag mismatch warnings :/ WHY? WTF?! - by Pawel2k9 - 19.09.2009, 21:37
Re: Tag mismatch warnings :/ WHY? WTF?! - by brett7 - 19.09.2009, 21:41
Re: Tag mismatch warnings :/ WHY? WTF?! - by Pawel2k9 - 20.09.2009, 07:24
Re: Tag mismatch warnings :/ WHY? WTF?! - by PoWerZ - 20.09.2009, 08:20

Forum Jump:


Users browsing this thread: 1 Guest(s)