Jump to content
Sign in to follow this  
questionsfoanswers

coding sector Icons

Recommended Posts

i found i can group the icons to a side still not what I wanted-  

 

    if (side group player == EAST) then {
        BIS_WL_SECTORICON = "";  //add in "" for icon
        BIS_WL_sectorMarker = "\A3\Data_F\Flags\flag_CSAT_co.paa";
        BIS_WL_baseIcon = "\A3\Data_F\Flags\flag_CSAT_co.paa";
        BIS_WL_baseMarker = "\A3\Data_F\Flags\flag_CSAT_co.paa";
    } else {

        BIS_WL_sectorMarker = "\A3\Data_F\Flags\flag_CSAT_co.paa";
        BIS_WL_baseIcon = "\A3\Data_F\Flags\flag_CSAT_co.paa";
        BIS_WL_baseMarker = "\A3\Data_F\Flags\flag_CSAT_co.paa";
    };

    if (side group player == west) then {
        BIS_WL_SECTORICON = ""; //add in "" for icon
        BIS_WL_sectorMarker = "o_installation";
        BIS_WL_baseIcon = "\A3\ui_f\data\map\markers\nato\o_hq.paa";
        BIS_WL_baseMarker = "o_hq";
        BIS_WL_currentSectoricon_EAST = "\A3\Data_F\Flags\flag_CSAT_co.paa"; //doesnt work
    } else {

        BIS_WL_sectorMarker = "b_installation";
        BIS_WL_baseIcon = "\A3\ui_f\data\map\markers\nato\b_hq.paa";
        BIS_WL_baseMarker = "b_hq";
    };

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
Sign in to follow this  

×