ResetVehicleIdleTime: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: {{Server client function}} __NOTOC__ Resets the vehicle idle time ==Syntax== <syntaxhighlight lang="lua"> bool resetVehicleIdleTime ( vehicle theVehicle ) </syntaxhighlight> ===Required Arguments=== *'''theVeh...)
(No difference)

Revision as of 09:14, 26 February 2009

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

Shared