Rotter 0 Report post Posted July 28, 2018 28.07.2018 04:19:03: Rotter (192.168.56.1:2316) xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx- #40 "pmissions\__CUR_MP.Malden\init.sqf" if hasInterface then { [] ExecVM "VEMFr_client\sqf\initClient.sqf"; }; " Any advice to fix it? Thanks in advance Share this post Link to post Share on other sites
MGTDB 956 Report post Posted July 28, 2018 From the first line of whitelisting in your scripts.txt (ignore top line if it says new etc) count down 40 and see what the filter line is, it should correspond with something in the kick you posted above. Then add this to the end of that filter block !="pmissions\__CUR_MP.Malden\init.sqf"\nif hasInterface then\n{\n[] ExecVM "VEMFr_client\sqf\initClient.sqf"; \n};\n" Share this post Link to post Share on other sites
Rotter 0 Report post Posted July 28, 2018 Fixed! Thanks for your tip. Appreciate it!! The point is, as you said, count lines correctly to put the filter expression at the right numbered block (in my case: #40 -> line 42) Share this post Link to post Share on other sites