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...)
 
(I guess this is a serverside function)
Line 1: Line 1:
{{Server client function}}
{{Server function}}
__NOTOC__
__NOTOC__
Resets the vehicle idle time
Resets the vehicle idle time

Revision as of 09:19, 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