daryl922 Posted August 8, 2018 Report Share Posted August 8, 2018 i would like to block wai missions near sztary. donu guys have a solution for it? Link to comment Share on other sites More sharing options...
0 Cletus_Van_Damme Posted August 9, 2018 Report Share Posted August 9, 2018 Have you read the WAI config file? There's an option to blacklist certain areas. If you use DZE_SafeZonePosArray in your configvariables, copy those coords. Make sure you don't have a , after the last entry. Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 9, 2018 Author Report Share Posted August 9, 2018 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 More sharing options...
0 Mig Posted August 11, 2018 Report Share Posted August 11, 2018 solved ? Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 12, 2018 Author Report Share Posted August 12, 2018 No :( Link to comment Share on other sites More sharing options...
0 jimmy565 Posted August 12, 2018 Report Share Posted August 12, 2018 Remember you have to activate it before it will work. wai_use_blacklist = true; // You can edit the blacklist per map in file WAI\configs\blacklist.sqf. Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 12, 2018 Author Report Share Posted August 12, 2018 Sloved Thank you! Link to comment Share on other sites More sharing options...
0 jimmy565 Posted August 12, 2018 Report Share Posted August 12, 2018 Was that your issue??? Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 12, 2018 Author Report Share Posted August 12, 2018 yes :D Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 12, 2018 Author Report Share Posted August 12, 2018 you know how to make a message promt like in the upper left corner? Link to comment Share on other sites More sharing options...
0 jimmy565 Posted August 12, 2018 Report Share Posted August 12, 2018 No sorry mate that i cant help with :-( Link to comment Share on other sites More sharing options...
0 daryl922 Posted August 12, 2018 Author Report Share Posted August 12, 2018 Np :( Link to comment Share on other sites More sharing options...
Question
daryl922
i would like to block wai missions near sztary. donu guys have a solution for it?
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now