setvariable.txt help?

warriorcrash124

New Member
Im currently trying to get Bury Bodies, http://opendayz.net/threads/bury-corpses.13368/ , working on a server. only problem i have currently is Battleye kicking and giving "CreateVehicle restriction #2".
Im guessing its to do with needing to add "!="isburied"" in the setvariable.txt file as i have already put the lines in for Anti hack white list however im not sure how i would put the text in the setveriable.txt as the file currently looks like the following.......

Code:
//new
5 "\+"
5 ";"
5 ","
5 "\{"
5 "\("
5 "\["
5 "\|"
5 "&"
5 "="
5 ":"
5 "!"
5 "%"
5 "\""
5 "'"

any help will be much appreciated
 
Last edited:
You would want to add it like this.
!="isburied" //new
5 "\+"
5 ";"
5 ","
5 "\{"
5 "\("
5 "\["
5 "\|"
5 "&"
5 "="
5 ":"
5 "!"
5 "%"
5 "\""
5 "'"
 
Back
Top