Skip to main content

SetVehicleNumberPlate

This function sets the number plate of a vehicle.

  • vehicle: parameter input should be in Vehicle type
  • plate: parameter input should be in string type, max length is 8 characters

{{#tag:syntaxhighlight| Vehicle.SetVehicleNumberPlate(vehicle, "RAGEMP"); |lang=csharp}} }}