warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
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.