ResetVehicleIdleTime

From Multi Theft Auto: Wiki
Revision as of 09:07, 27 February 2009 by Winky (talk | contribs) (Forgot the 'See Also')
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Resets the vehicle idle time

Syntax

bool resetVehicleIdleTime ( vehicle theVehicle )

Required Arguments

  • theVehicle: The vehicle you wish to reset the idle time from.

Returns

Returns true if the vehicle idle time has been reset, false if it failed to reset the idle time.

Example

--Example here

See Also