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

描述

当 NPC 离开车辆时会调用此回调。

例子

  1. public OnNPCExitVehicle()
  2. {
  3. print("The NPC left the vehicle");
  4. return 1;
  5. }