OnPlayerLeaveVehicle: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
*[[ServerEvents]] | |||
*[[ClientEvents]] |
Revision as of 14:18, 12 January 2020
Description
__EDIT_ME__
Syntax
OnPlayerLeaveVehicle(player, vehicle, seat)
Parameters
- player
The player who leaves the vehicle. - vehicle
The vehicle he is getting out of. - seat
Vehicle seat the player gets out of.
Example
__EDIT_ME__