El Tarkinero
Poland
 
 
Keine Informationen angegeben.
Zurzeit offline
Seltenste Errungenschaften
Kommentare
El Tarkinero 15. Feb. 2019 um 7:14 
player setName ["Ben Kerry","Ben","Kerry"]
El Tarkinero 15. Feb. 2019 um 6:21 
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. Dez. 2018 um 17:50 
Zapraszam na Wargame : Airland batle
El Tarkinero 17. Juli 2016 um 15:18 
{_x setVariable ["IP_Country", "Poland"]} forEach (units(group this));