Preskoči na vsebino

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();
}