01.11.2011, 11:38
You must spawn the vehicles before setting the plate. After setting it, you must respawn the vehicle.
EDIT:
Sorry, I copied the wrong code. Fixed
pawn Код:
//Spawn vehicles before this part:
for(new Vehicles = 0; Vehicles < MAX_VEHICLES; Vehicles++)
{
new string[30];
format(string, sizeof(string),"LV - %d", Vehicles);
SetVehicleNumberPlate(Vehicles, string);
SetVehicleToRespawn(Vehicles);
}
EDIT:
Sorry, I copied the wrong code. Fixed