Jump to content

Derty

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Derty

  • Rank
    Rookie
  1. Still no go. As soon as I place a charge OPFOR goes hostile.
  2. ok so I changed it but it still doesn't seem to work. As soon as you drop a satchel charge OPFOR goes hostile FiredH = this addEventHandler ["FIRED", { if (_this select 5 != "pipebomb") then {};EHScrtp = _this exec "SetCaptive.sqf"; }];
  3. So I found this script somewhere here on these forums. It basically runs a script that changes all the players setcaptive status to false if any of them fire their weapons. I have it in each players init. FiredH = this addEventHandler ["fired", {EHScrtp = _this exec "SetCaptive.sqf"}]; That works fine. The problem is that if a player drops a satchel charge on the ground that also causes the script to run. Is it possible to make it only run if the player fires his primary weapon or sidearm? Thanks in advance
  4. What do I put in the _can_revive line to make it so only USMC Corpsman can revive players? I have tried soldierWMedic, soldierWCopsman, USMC_Soldier_Medic. None of these work. Thanks, Derty
  5. Cool, thanks for the help I will take a look.
  6. Hey I am pretty new to this and I am making a mission where players have to escort a convoy of civilians through a hostile area. Is there any way to make the mission fail if say 5 or more civilians are killed? Thanks, Derty
×