29.01.2013, 21:24
Quote:
add native GetVehicleExtra(vehicleid); and native SetVehicleExtra(vehicleid, extraid); (example barracs tent or mesa roof)
|
Source: Vehicle variations, Sanny Builder Help files.
A problem is that this function has to be called before the actual vehicle is created, as it changes the model. But so does numberplates: the number plate function in SCM also has to be called before the actual vehicle is created. As it seems, Kye got past this problem when adding SetVehicleNumberPlate. Maybe he can do something similar with vehicle variations?