OnClientVehicleStartExit

From Multi Theft Auto: Wiki
Revision as of 11:10, 21 November 2011 by OpenIDUser32 (talk | contribs)
Jump to navigation Jump to search

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

Parameters

player thePlayer, int seat, int door
  • thePlayer: the player who started exiting the vehicle.
  • seat: the number of the seat that the player was sitting on.
  • door: the number of the door that the player is using to leave.

Source

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

Example

Accessories-text-editor.png Script Example Missing Event OnClientVehicleStartExit needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.
-- TODO


See Also

Client vehicle events


Client event functions