headi 10 Posted September 15, 2015 Hey guys, in the past, I have administrated an Arma 3 Epochserver. I haven't got problems. Now, I want to administrate an Exileserver. I have got Problems with the Battleeyefilter. Normally I can edit the Filters. I only have problems with long sentences. I dont know how to edit this. "Battleyescript Restriction" #24 "plete = true; } else { VAS_init_timeOnStart = time; [] call compile PreprocessFileLineNumbers "MAD\NSS_AC\VAS\config.sqf"; ["Cfg" I have edited it in the Scripts.txt. (Line 23) !="plete = true;}else{VAS_init_timeOnStart = time;[] call compile PreprocessFileLineNumbers "MAD\NSS_AC\VAS\config.sqf";["Cfg" Somebody can help me? I want to understand it! Thx Share this post Link to post Share on other sites
terox 316 Posted September 15, 2015 Not that familiar with BE filters, but in an arma script, you cannot normally have quotes within quotes. This may not be the case with BE filter Also the code looks incomplete, maybe thats the issue. This also may not be the case with BE, it may be able to scan partial strings for comparison instead of a full one So I would try the following. so try this RED = looks like incomplete code Blue ' = edit of your code !="plete = true;}else{VAS_init_timeOnStart = time; [] call compile PreprocessFileLineNumbers 'MAD\NSS_AC\VAS\config.sqf'; ["Cfg" so basically "encapsulating outer string; [] call compilefinal PreprocessFileLineNumbers 'path to script'; end of encapsulating outer string" ; "......'....'...." also the array passed at the end which is incomplete may need to be something like ['Cfg............'] ................." Share this post Link to post Share on other sites