• 0
KingNirvana

[SOLVED] Battle Eye Filter Issue

Question

This is my current publicVariable script filter;

//new
7 "" !="SERVER_REQ_INFI_CLIENT"
7 "" !="takegive_poptab" !=""SERVER_REQ_INFI_CLIENT" = [1,["vu0m26e8u3vnw2nx","76561198130807453","2:1032",["Kurt Cobain","76561198130807453","CLIENT_PING","2:1032",[78,105,114,118,97,110,97]]]]"

 

This is the kick restriction error;

21.01.2016 20:34:54: Kurt Cobain (IPADDRESS) 134ed5dc4e4c0eb7b15a3963518e6a41 - #1 "SERVER_REQ_INFI_CLIENT" = [1,["vu0m26e8u3vnw2nx","GUID","2:1036",["Kurt Cobain","GUID","CLIENT_PING","2:1036",[78,105,114,118,97,110,97]]]]

 

 

Ive replaced the part where it had my IP address and my GUID in the error log. 

Also Ive tried putting the filter on line 1 as well (under //new) and on line 2 with the other server_req_infi_client filter. 
 

Share this post


Link to post
Share on other sites

8 answers to this question

  • 0

Issue was solved by infistar. 

It was because the 2nd line needed to be moved up to the first line (line 3 to line 2)

 

EXAMPLE:

//new
7 "" !="SERVER_REQ_INFI_CLIENT"  !="takegive_poptab"

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement
  • 1
  • Use this !="SERVER_REQ_INFI_CLIENT" on line 2. Remove line 3 completely.
  • To prevent this you can change the beginning number to 2, this will make any kicks related to this .txt file stop and it will just log it to console. 

Share this post


Link to post
Share on other sites
  • 0

This is what my filter looks like atm, fixed it for 2 sec until I put in the next kick filter that came up, then this one came up again.

//new2
7 !="SERVER_REQ_INFI_CLIENT"
7 !="takegive_poptab" 

Share this post


Link to post
Share on other sites
Advertisement
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.