18.12.2010, 17:45
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]);
}