NPC:OnNPCExitVehicle
From SA-MP Wiki
Description:
Gets called when a NPC leaves a vehicle.
This callback has no parameters.
Return Values:
This function does not return any specific values.
Example Usage:
public OnNPCExitVehicle() { print("The NPC left the vehicle"); return 1; }
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- NPC:OnNPCEnterVehicle: When a NPC enters a Vehicle.