SetVehicleAdjustableProperty: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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. ...)
(No difference)

Revision as of 09:07, 17 November 2008

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.