'SetVehicleNumberPlate' Doesn't works?
#9

Код:
public OnVehicleSpawn(vehicleid)
{
    if(vehicleid >= 0 && vehicleid <= 2000)
    {
        SetVehicleNumberPlate(vehicleid, "{01DF01} DL V1.0");
        SetVehicleToRespawn(vehicleid);
    }
}
Use this, works fine for me
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)