El Tarkinero
Poland
 
 
ไม่ระบุข้อมูล
ออฟไลน์อยู่ในขณะนี้
กล่องแสดงผลงานรางวัลความสำเร็จที่หายากที่สุด
ความเห็น
El Tarkinero 15 ก.พ. 2019 @ 7: 14am 
player setName ["Ben Kerry","Ben","Kerry"]
El Tarkinero 15 ก.พ. 2019 @ 6: 21am 
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 ธ.ค. 2018 @ 5: 50pm 
Zapraszam na Wargame : Airland batle
El Tarkinero 17 ก.ค. 2016 @ 3: 18pm 
{_x setVariable ["IP_Country", "Poland"]} forEach (units(group this));