warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
StartRecordingPlayback
Description
This will run a .rec file which has to be saved in the npcmodes/recordings folder. These files allow the NPC to follow certain actions. Their actions can be recorded manually. For more information, check the related functions.
Name | Description |
---|---|
playbacktype | The type of recording to be loaded. |
recordname[] | The filename to be loaded, without the .rec extension. |
Examples
public OnNPCEnterVehicle(vehicleid, seatid)
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER, "at400_lv_to_sf_x1");
}
Related Functions
- StopRecordingPlayback: Stops reproducing a .rec file.