Пређи на главни садржај

StopRecordingPlayback

warning

This function is deprecated. Please see NPC_StopPlayback.

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