OnClientVehicleStartExit: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
m (See Also for client vehicle events)
Line 19: Line 19:


</syntaxhighlight>
</syntaxhighlight>
==See Also==
===Client vehicle events===
{{Client_vehicle_events}}
===Client event functions===
{{Client_event_functions}}

Revision as of 13:01, 12 January 2008

This event is triggered when a player starts exiting a vehicle. Once the exiting animation completes, onClientExitVehicle is triggered.

Parameters

player thePlayer, int seat
  • thePlayer: the player who started exiting the vehicle.
  • seat: the number of the seat that the player was sitting on.

Source

The source of this event is the vehicle that the player started to exit.

Example


See Also

Client vehicle events


Client event functions