SetVehicleDirtLevel

From Multi Theft Auto: Wiki
Revision as of 11:47, 11 April 2009 by Winky (talk | contribs) (Added to category 'Needs_Example')
Jump to navigation Jump to search

This function sets the dirt level on a vehicle.

Syntax

bool setVehicleDirtLevel ( vehicle theVehicle, int dirtLevel )

Required Arguments

  • theVehicle: The vehicle that you want to set the dirt level from
  • dirtLevel: The dirt level

Returns

Returns true if the dirt level was set on the vehicle, false if the dirt level was not set or if invalid arguments are specified.

Example

--TODO

See Also