OnClientPedVehicleExit

From Multi Theft Auto: Wiki
Revision as of 18:38, 29 November 2020 by Zangomangu (talk | contribs) (Created page with "{{Client event}} __NOTOC__ {{New feature/item|3.0160|1.5.8|20740|This event is fired when a ped has exited a vehicle.}} ==Parameters== <syntaxhighlight lang="lua">...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This event is fired when a ped has exited a vehicle.

Parameters

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

Source

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

Example

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

Before submitting check out Editing Guidelines Script Examples.


See Also

Client ped events


Client ped functions