TD-4242 12 Posted January 13, 2013 I have been trying to get a grip on how the BattleEye scripts work. On my private hive server I have the BaseBuilding 1.0 code installed and 3-4 of the items will kick you with either create vehicle restriction #37 or create vehicle restriction #40.As an example, one of the items is:"Land_CamoNetB_NATO" I look around line 40 (actually 41) in createvehicle.txt and I do find the line:5 "B_"Which would kind of make sense. Now how do I disable the kick for one particular item? I have tried:5 "B_" !="Land_CamoNetB_NATO"To no avail. Is there something else I need to do or am I just way off base with the above?Thanks in advance Share this post Link to post Share on other sites
AmberHelios 2071 Posted January 13, 2013 wouldnt it be easier to comment out the effected lines Share this post Link to post Share on other sites
TD-4242 12 Posted January 14, 2013 I had tried that and more things seemed to get us kicked.Can anyone point to some Docs that I can go through to find out how this is actually suppose to work? Share this post Link to post Share on other sites
AmberHelios 2071 Posted January 14, 2013 (edited) the best i can find ishttp://forums.bistud...r-server-adminswhat you can do is change the line so it logs rather then kicksso change it from 5 to 1 Edited January 14, 2013 by AmberHelios Share this post Link to post Share on other sites
TD-4242 12 Posted January 14, 2013 That's the best I've seen so far. Thanks for the link. I haven't seen even that much yet. Share this post Link to post Share on other sites
AmberHelios 2071 Posted January 14, 2013 lol theres not a lot of help for these script files but the bi forums are always the best thing to look at for anything like that Share this post Link to post Share on other sites