From f651c1f8d0d3e3232c8ec94a719c374a777c4493 Mon Sep 17 00:00:00 2001 From: sethduda Date: Thu, 7 Apr 2016 20:54:53 -0400 Subject: [PATCH] Fixing readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28cefdd..845375e 100644 --- a/README.md +++ b/README.md @@ -78,15 +78,15 @@ Also, when using this in MP, all other players watching someone tow something wi You need to configure Battleye rules on your server. Below are the two files you need to configure: -publicvariable.txt +setvariable.txt -Add the following to the end of all lines starting with 4, 5, 6, or 7: +Add the following exclusions to the end of all lines starting with 4, 5, 6, or 7 if they contain "" (meaning applies to all values): !="SA_Cargo" !="SA_Tow_Ropes" !="SA_Tow_Ropes_Vehicle" !="SA_Tow_Ropes_Pick_Up_Helper" -publicvariableval.txt +setvariable.txt -If you have any lines starting with 4, 5, 6, or 7 and they are followed by "" (meaning applies to all values) it's not going to work. Either remove the line or explicitly define the values you want to kick. Since the values of the variables above can vary, I don't know of a good way to define an exclusion rule. +If you have any lines starting with 4, 5, 6, or 7 and they contain "" (meaning applies to all values) it's not going to work. Either remove the line or explicitly define the values you want to kick. Since the values of the variables above can vary, I don't know of a good way to define an exclusion rule. **Issues & Feature Requests**