23.11.2016, 15:35
The size of CarSpawns array is 72 so if you want to change the size in the future and not get into troubles:
pawn Код:
for(new i = 0; i < sizeof CarSpawns; i++)
{
AddCar(i);
}