07.01.2011, 14:26
If you are setting the same plate on all cars then set it under OnGameModeInIt and you won't have to respawn the vehicles. Make sure you use the following code after the vehicles listed under OnGameModeInIt.
pawn Код:
for(new i=1; i<MAX_VEHICLES; i++) {
SetVehicleNumberPlate(i, "{01DF01} DL V1.0");
}