NPC:StopRecordingPlayback
From SA-MP Wiki
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.
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.
- NPC:StartRecordingPlayback: Starts reproducing a .rec file.