NPC:OnNPCExitVehicle
From SA-MP Wiki
Gets called when a NPC leaves a vehicle.
This callback has no parameters
| Returns | This function doesn't return a specific value |
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.
