NPC:StopRecordingPlayback
From SA-MP Wiki
NPC:StopRecordingPlayback
Warning: This NPC function was added in SA-MP version 0.3. It is not available in previous 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.
This function has no parameters
This function does not return a specific value.
public OnNPCExitVehicle(vehicleid, seatid) { StopRecordingPlayback(); }
Related Functions
The following functions might be useful as well, as they're related to this function in one way or another.
- NPC:StartRecordingPlayback: Starts reproducing a .rec file.
