NPC:OnNPCExitVehicle

From SA-MP Wiki

Jump to: navigation, search


NPC:OnNPCExitVehicle was added in SA-MP 0.3a This function was added in SA-MP 0.3a and will not work in earlier versions!


Gets called when a NPC leaves a vehicle.


This callback has no parameters


ReturnsThis 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.

Personal tools