El Tarkinero
Poland
 
 
Aucune information disponible.
Actuellement hors ligne
Vitrine des succès les plus rares
Commentaires
El Tarkinero 15 févr. 2019 à 7h14 
player setName ["Ben Kerry","Ben","Kerry"]
El Tarkinero 15 févr. 2019 à 6h21 
To set country insignias on EUROFORCE units:

// For single word countries

this setVariable ["IP_Country", "Germany"];

this setVariable ["IP_Country", "Norway"];



// Or for multiple word countries

this setVariable ["IP_Country", "United_Kingdom"];

this setVariable ["IP_Country", "Bosnia_And_Herzegovina"];
To disable the country insignia for a single EUROFORCE unit:

this setVariable ["IP_Country", false];
To disable the Snow Tiger insignia for single a CSAT unit:

this setVariable ["IP_CSATInsignia", false];
To disable custom insignias for ALL mod units in a mission (run from init.sqf):

IP_NoFactionInsignias = true;
⎛⎝.⎛⓿⏝⏝⓿⎞.⎠⎞ 4 déc. 2018 à 17h50 
Zapraszam na Wargame : Airland batle
El Tarkinero 17 juil. 2016 à 15h18 
{_x setVariable ["IP_Country", "Poland"]} forEach (units(group this));