警告
此NPC 回调是在SA-MP 0.3a中添加的,在早期版本中不起作用!描述
当使用 NPC: StartRecordingPlayback再现的录制文件已到达末尾时,会调用此回调。
例子
public OnRecordingPlaybackEnd()
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER, "all_around_lv_bus"); //This would start the recorded file again once it finishes reproducing.
}