Custom Box storage For dayz 1.8

rhammer2003

New Member
Hello All,
I know this subject has been covered for Dayz 1.7.7.1 But I am now on 1.8 and could use some assistance.

I had this working on 1,7.7.1 but now with 1.8 it does not work anymore.

What I am trying to do is spawn a weapons box for my players to use as storage. this worked in 1.7.7.1 but now that I am on 1.8 and try to spawn a box thru the data base I get no box. does anyone have any thoughts on this?

I am sure it will work I just need to know what to change to get it working again. the instructions for 1.7.7.1 will not work as this part is not in my server_cleanup.fsm

"/*" \n
"//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

any help would be appreciated.
 
Back
Top