StopRecordingPlayback
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.
Examples
public OnNPCExitVehicle(vehicleid, seatid)
{
StopRecordingPlayback();
}
Related Functions
- StartRecordingPlayback: Stops reproducing a .rec file.