Ammo Crates Fix

I am running @Rmod on my server and I had to modify a lot of the battleye filter files to get some of the weapons to work.
 
this might seem stupid how do i do that?


In the Createvehicle.txt look for the following line

5 "box" !="MedBox0" !="AmmoBoxSmall_556" !="AmmoBoxSmall_762" !="ItemMatchbox" !="ItemToolbox" !="CardBoardBox" !="FoodBox1" !="FoodBox2" !="FoodBox3"

To tell it to ignore just use !="Name of Box you want to add"
 
Back
Top