Results 1 to 2 of 2

Thread: problem with BIS_fnc_spawnGroup

  1. #1

    problem with BIS_fnc_spawnGroup

    hello all,

    I would like to spawn a group of german medium tanks when the player enter an area, in Arma 2 I made a trigger and a marker called "tankSpawn", on activation there is this line:
    [getMarkerPos "tankSpawn", side player, (configFile >> "CfgGroups" >> "West" >> "BIS_US" >> "Armored" >> "US_M1A2Platoon")] call BIS_fnc_spawnGroup.
    In this way a platoon of tanks appears on the field. I would like to make the same thing in IF44, but nothing appears, I changed "BIS_US" witn "LIB_PANZERWAFFE", "Armored" with "Lib_Medium_Tanks" and "US_M1A2Platoon" with "LIB_GER_PzKpfwIV_H_Platoon", I suppose that the side "West" remains the same.

    Many thanks

  2. #2
    [markerPos "ger_spwn",west,configFile >> "cfggroups" >> "west" >> "LIB_PANZERWAFFE" >> "LIB_Medium_tanks" >> "LIB_GER_PzKpfwIV_H_Platoon"] call BIS_fnc_spawnGroup; - this will spawn tanks, with Functions module placed, ofcourse.

Similar Threads

  1. BIS_fnc_spawnGroup problem
    By panda123 in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 0
    Last Post: Jan 26 2012, 13:25
  2. Another problem with BIS_fnc_spawnGroup
    By Wiggum in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 2
    Last Post: Nov 19 2011, 15:24
  3. BIS_fnc_spawnGroup
    By Koni in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 12
    Last Post: Sep 7 2011, 19:49
  4. Help with BIS_fnc_spawnGroup
    By tobmic in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 5
    Last Post: Mar 3 2010, 13:48
  5. BIS_fnc_spawnGroup
    By Provac in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 8
    Last Post: Jul 7 2009, 10:16

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •