19.01.2012, 18:27
pawn Код:
for(new h; h < MAX_SERVER_VEHICLES; h++) // Incorrect loop give it a go.
{
AddStaticVehicle(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000);
SetVehicleNumberPlate(h,CarInfo[h][cLicense]);
}