Jump to content
  • 0

Wai Blocked Stary


daryl922

Question

11 answers to this question

Recommended Posts

  • 0
so? 

blacklist.sqf

call {
    if (toLower worldName == "chernarus") exitWith {wai_blacklist = [
        [[0,16000,0],[1000,-0,0]],                // Left
        [[0,16000,0],[16000.0,14580.3,0]],        // Top
        [[5533.00,8445.00],[6911.00,7063.00]]     // Stary ];
        blacklist = [ [[5533.00,8445.00],[6911.00,7063.00]] // Stary ];
    ];};
    if (toLower worldName == "namalsk") exitWith {wai_blacklist = [];};
    if (toLower worldName == "panthera") exitWith {wai_blacklist = [];};
    if (toLower worldName == "tavi") exitWith {wai_blacklist = [];};
    if (toLower worldName == "lingor") exitWith {wai_blacklist = [];};
    if (toLower worldName == "napf") exitWith {wai_blacklist = [];};
    if (toLower worldName == "smd_sahrani_a2") exitWith {wai_blacklist = [];};
    if (toLower worldName == "sauerland") exitWith {wai_blacklist = [];};
    wai_blacklist = []; diag_log "You are on an unsupported map! No blacklist available."; //default if nothing above matches
};

diag_log "WAI: blacklist Loaded";
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...