Quote:
Originally Posted by toneysix
ThomasTailor93 You must put this OnGameModeInit, after the procedure for creating vehicles:
pawn Код:
for(new i = 0; i < sizeof(CopCar); i++) { SetVehicleNumberPlate(CopCar[i], "Polizei"); SetVehicleToRespawn(CopCar[i]); }
|
SetVehicleToRespawn(CopCar[i]); to use when the vehicle has already spawned. In OnGameModeInit do not need