OnPlayerStartExitVehicle: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|Called when a player presses the key to start exiting a vehicle. You can return '''false''' in this event to stop the player from..." |
mNo edit summary |
||
Line 10: | Line 10: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{ | {{VehicleClientEvents}} |
Latest revision as of 08:42, 16 January 2020
Description
Called when a player presses the key to start exiting a vehicle. You can return false in this event to stop the player from exiting.
Syntax
OnPlayerStartExitVehicle(vehicle)
- vehicle
The vehicle identifier.
Example
__EDIT_ME__