NPC:StopRecordingPlayback
From SA-MP Wiki
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
| Returns | This function doesn't return a specific value |
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.
