Jump to content

xSkoopx

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Posts posted by xSkoopx


  1. Hi again,

    all I was suspecting was maybe a little typo in the configs - a missing comma or quotes or something like this...

    You cannot just replace the helos by planes, since the helos spawn on the ground at the heli port. You would need to modify the enemy_patrols_air.sqf first, in a way the units spawn flying already.

    All you need to do is to slot in as sniper (what's a sniper kit btw?), select the laser designator. Then there should be an action menu entry saying something like "Call Bomber".

    In the config.sqf there are the arrays tfor_pilots, tfor_crewmen and tfor_sniper, e.g.

    tfor_crewmen = ["US_Soldier_Crew_EP1","BAF_crewman_MTP"];

    Clearing these arrays would remove the class restrictions.

    tfor_crewmen = [];

    and everybody can operate armored vehicles...

    Bon,

    I tried disabling the array as you suggested, but soldiers still can't drive vehicles or pilot aircraft.

    Also, can all classes become commander or call airstrikes with this as well?

    ---------- Post added at 02:10 AM ---------- Previous post was at 01:29 AM ----------

    ^ I tested it some more, only works in MP. I was trying to use it in the SP version.

×