04.01.2011, 18:16
put this after:
OnGameModeInit or OnVehicleSpawn
OnGameModeInit or OnVehicleSpawn
pawn Код:
for(new h = 197; h < sizeof(CarInfo); h++)
{
SetVehicleNumberPlate(h, CarInfo[h][cLicense]);
SetVehicleToRespawn(h);
}

