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!


Description:

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.


Return Values:

This function does not return any specific values.


Example Usage:

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.