NPC:StopRecordingPlayback

From SA-MP Wiki

Jump to: navigation, search


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


This will stop the current .rec file which is being ran by the NPC, making it stay idle until some other order is given.


Parameters:
This function has no parameters


ReturnsThis function doesn't return a specific value


public OnNPCExitVehicle(vehicleid, seatid)
{
    StopRecordingPlayback();
}

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

Personal tools