Rotter

Battleye kick script restriction #40

3 posts in this topic

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

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

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
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.