Jump to content

panda123

Member
  • Content Count

    240
  • Joined

  • Last visited

  • Medals

Posts posted by panda123


  1. thanks for your answer

    effectivement I've seen in the manuel "respawn_west1", "respawn_west2", etc so I've created "respawn_west1" but didn't work. Did I forget somthing to write in the description file ?

    Respawn = "BASE";

    RespawnDelay = 60;

    RespawnDialog = 0;

    #include "R3F_revive\dlg_attente_reanimation.h"

    DisabledAI = true;

    R3F_REV_CFG_nb_reanimations = 10;

    R3F_REV_CFG_autoriser_reapparaitre_camp = true;

    R3F_REV_CFG_autoriser_camera = true;

    R3F_REV_CFG_afficher_marqueur = true;

    or in the init

    // The "respawn_west" marker follows the "mobile_respawn" vehicle

    [] spawn

    {

    while {alive mobile_respawn} do

    {

    "respawn_west" setMarkerPosLocal (getPos mobile_respawn);

    sleep 3;

    };

    };

    execVM "R3F_revive\revive_init.sqf";

    I will try to find a solution this afternoon.

    :bounce3:

×