Jump to content
bier aig tartar

Problem with Arma3 Infantry CfgGroups spwan need Help ?

Recommended Posts

Having trouble with spawning independent/resitance infantry groups, east and west groups working

example east working:

_cfgGroup = ( configFile >> "CfgGroups" >> "East" >> "OPF_F" >> "Infantry" >> "OIA_InfSquad" ) ;_newGroup = [ getPosATL player, EAST, _cfgGroup ] call BIS_Fnc_spawnGroup;

example independent NOT working:

_cfgGroup = (configfile >> "CfgGroups" >> "independent" >> "IND_C_F" >> "Infantry" >> "BanditCombatGroup") ;_newGroup = [ getPosATL player, independent, _cfgGroup ] call BIS_Fnc_spawnGroup;


The strange thing is Independent armored groups (vehicles) are working (as well as east and west armored groups).

Any Ideas?

 

 

 

 

LG

 

 

Tartar

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×