KingNirvana 5 Report post Posted January 22, 2016 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
0 KingNirvana 5 Report post Posted January 22, 2016 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" 1 Share this post Link to post Share on other sites
1 dcundiff179 4 Report post Posted January 22, 2016 try this !=\"SERVER_REQ_INFI_CLIENT\" = [1,[\"vu0m26e8u3vnw2nx\",\"GUID\",\"2:1036\",[\"Kurt Cobain\",\"GUID\",\"CLIENT_PING\",\"2:1036\",[78,105,114,118,97,110,97]]]] Share this post Link to post Share on other sites
1 DankToad 7 Report post Posted January 22, 2016 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 KingNirvana 5 Report post Posted January 22, 2016 (edited) That fixed it DankToad, Thank you so much man. EDIT: Nevermind, Read post below. Edited January 22, 2016 by KingNirvana Share this post Link to post Share on other sites
0 KingNirvana 5 Report post Posted January 22, 2016 Never mind, this didnt fix the issue, I got another script restriction and then it came back to this one for w.e reason. Share this post Link to post Share on other sites
0 KingNirvana 5 Report post Posted January 22, 2016 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
0 KingNirvana 5 Report post Posted January 22, 2016 I noticed in the log file that this part of it; "vu0m26e8u3vnw2nx" changed to this; "w1e2h46zqhfyck" Share this post Link to post Share on other sites
0 KingNirvana 5 Report post Posted January 22, 2016 Anyone else have a possible answer. Ive been working on this issue all day, to no avail. @infiSTAR could you respond maybe? Share this post Link to post Share on other sites
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