SetVehicleAdjustableProperty

From Multi Theft Auto: Wiki
Revision as of 09:07, 17 November 2008 by DefiniteIntegral (talk | contribs) (New page: setVehicleAdjustableProperty Use this to set the value of a vehicles adjustable property. This property relates to movable parts of a model, for example hydra jets or dump truck tray. ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

setVehicleAdjustableProperty


Use this to set the value of a vehicles adjustable property. This property relates to movable parts of a model, for example hydra jets or dump truck tray.


setVehicleAdjustableProperty ( vehicle, int )


Set the adjustable value between 0 and N. 0 is the default value. It is possible to force the setting beyond default maximum, for example setting above 5000 on the dump truck (normal max 2500) will cause the tray to be fully vertical.

This function only works on vehicles with adjustable properties.


  • This page needs proper formatting.