NPC:OnNPCExitVehicle

From SA-MP Wiki

Jump to: navigation, search

NPC:OnNPCExitVehicle


Warning: This function was added in SA-MP version 0.3. It is not available in previous versions.


Gets called when a NPC leaves a vehicle.


This callback has no parameters


This function does not return a specific value.


public OnNPCExitVehicle()
{
    print("The NPC left the vehicle");
    return 1;
}

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.

Personal tools