30.11.2010, 12:40
So we all know that we have to "reset" the vehicle before SetVehicleNumberPlate actually works,
but on the Wiki it says: "Note: The vehicle must be respawned or restreamed for the changes to take effect. ".
Does that mean that it will also work this way?
but on the Wiki it says: "Note: The vehicle must be respawned or restreamed for the changes to take effect. ".
Does that mean that it will also work this way?
Код:
public OnVehicleStreamIn(vehicleid, forplayerid) { SetVehicleNumberPlate(vehicleid, "SAMPFTW"); return 1; }