NPC:StopRecordingPlayback

NPC:StopRecordingPlayback

Description:
Function NPC:StopRecordingPlayback will stop the current .rec file which is being ran by the NPC, making it stay idle until some other order is given.
Function NPC:StopRecordingPlayback was added in 0.3a and will not work in earlier versions!


Parameters:
(This function has no parameters.)


Return Values:
This function does not return any specific values.


Examples:
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.