OnClientPlayerVehicleExit

From Multi Theft Auto: Wiki
Revision as of 16:21, 30 December 2007 by Arc (talk | contribs)
Jump to navigation Jump to search

This event is triggered when a player exits a vehicle.

Parameters

vehicle theVehicle, int seat
  • theVehicle: the vehicle that the player exited.
  • seat: the number of the seat that the player was sitting on.

Source

The source of this event is the player that exited the vehicle.

Example