3D Editor Weapon Caches Disappearing

HospitalChair

Well-Known Member
I've been browsing the forums and can't seem to find anything that works with 1.8 Chernarus. The code that people are often told to edit out (seen below) of the server_cleanup doesnt exist. It seems the majority of guides on the issue refer back to this bit of code. Since i've added the crates via the 3d editor, I haven't had to change anything in the database. The crates still respawn every restart full of loot as they should, i just cant get them to persist until the next restart.

"Check for Ammobox" \n
" {" \n
"if(!(_x isKindOf ""WeaponHolder"")) then {" \n
"diag_log (""CLEANUP: DELETING AN AMMOBOX "" + (typeOf _x));" \n
"deleteVehicle _x;" \n
"};" \n
"} forEach allMissionObjects ""ReammoBox"";" \n
"*/" \n
"" \n
 
Back
Top