警告
NPC 回调是在SA-MP 0.3a中添加的,在早期版本中不起作用!

描述

当使用 NPC: StartRecordingPlayback再现的录制文件已到达末尾时,会调用此回调。

例子

  1. public OnRecordingPlaybackEnd()
  2. {
  3. StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER, "all_around_lv_bus"); //This would start the recorded file again once it finishes reproducing.
  4. }