je pense avoir compris le systeme des bots
public OnNPCEnterVehicle(vehicleid, seatid)
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER,"at400_lv_to_sf_x1");
}
om peu comprendre que si le bot monte dans le at400 a lv il va de lv a sf
et quand il sort du vehicule
public OnNPCExitVehicle(vehicleid, seatid)
{
StopRecordingPlayback();
}
sa je voit pas comment elle est appeler
public OnRecordingPlaybackEnd()
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER, "all_around_lv_bus"); //This would start the recorded file again once it finishes reproducing.
}
les type de recording
0 - PLAYER_RECORDING_TYPE_NONE
1 - PLAYER_RECORDING_TYPE_DRIVER
2 - PLAYER_RECORDING_TYPE_ONFOOT