1.0.2.38 Dev

This commit is contained in:
[VB]AWOL
2013-09-29 22:06:33 -05:00
parent ff256dd234
commit 2dc52d0e32
17 changed files with 403 additions and 32 deletions

View File

@@ -695,6 +695,7 @@ class FSM
" _countr = 0;" \n
" {" \n
" if (_x == ""Crossbow"") then { _x = ""Crossbow_DZ"" };" \n
" if (_x == ""ItemMatchbox"") then { _x = ""ItemMatchbox_DZE"" };" \n
" dayz_myBackpack addWeaponCargoGlobal [_x,(_backpackWpnQtys select _countr)];" \n
" _countr = _countr + 1;" \n
" } forEach _backpackWpnTypes;" \n