OnClientVehicleStartExit

From Multi Theft Auto: Wiki
Revision as of 11:10, 21 November 2011 by OpenIDUser32 (talk | contribs)
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.

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