Vehicle Plate Problem
#3

Do you respawn the vehicle after setting the plate? You need to respawn it for the plate to actually change, i.e using the SetVehicleToRespawn function after setting the plate. Ex of it inside of a wrapper function:

pawn Код:
stock SetVehicleNumberPlateEx(vehicleid, plate[])
{
      new return;
      return = SetVehicleNumberPlate(vehicleid, plate);
      SetVehicleToRespawn(vehicleid);
      return return;
}
Reply


Messages In This Thread
Vehicle Plate Problem - by McGuiness - 19.06.2015, 15:05
Re: Vehicle Plate Problem - by Vince - 19.06.2015, 15:07
Re: Vehicle Plate Problem - by Abagail - 19.06.2015, 15:08
Re: Vehicle Plate Problem - by McGuiness - 19.06.2015, 15:26

Forum Jump:


Users browsing this thread: 1 Guest(s)