Files
DayZ-Epoch/SQF/dayz_code
F507DMT 226dfcce53 Update object_monitorGear.sqf (#1921)
A few optimizations.

_weapons = []; THEN agen - _weapons = (getWeaponCargo _object) select 1; Same with _magazines, _backpacks
_weapons THEN use only one time: count _weapons, same with _control,_magazines, _backpacks
use many time (typeOf _object), better use one variable for that: _type

FIX in loop:
one more check old this bag: https://www.youtube.com/watch?v=3ecWX21wEe4

Use this, if you think it's right
2017-03-26 14:12:33 -04:00
..
2016-03-30 14:55:45 -04:00
2016-04-27 14:42:50 -04:00
2017-03-09 13:10:29 -05:00
2016-11-23 13:50:24 -05:00
2017-03-20 15:53:35 -04:00
2017-03-20 16:31:04 -04:00
2016-11-30 00:08:52 -05:00
2017-03-20 18:18:04 -04:00
2017-01-07 15:39:11 -05:00