OnPlayerExitVehicle
From SA-MP
[edit]
OnPlayerExitVehicle
This callback is called when a player exits a vehicle.
(playerid)
| playerid | ID of the player who exits a vehicle. |
| vehicleid | ID of the vehicle the player is exiting (ID From CreateVehicle() or AddStaticVehicle() that is, not model ID. |
This function does not return a specific value, it's best to simply ignore it.
