Add data when adding a new row via CBA EH

This commit is contained in:
Josuan Albin
2017-11-02 20:48:48 +01:00
parent fba15a1c83
commit f13d0ebc5b

View File

@ -52,6 +52,8 @@ GVAR(lastSearchTextRight) = "";
_contentPanel lnbSetPicture [[_newRow, 8], getText (configFile >> "cfgWeapons" >> (_loadout select 6) >> "picture")];
_contentPanel lnbSetPicture [[_newRow, 9], getText (configFile >> "cfgGlasses" >> (_loadout select 7) >> "picture")];
_contentPanel lnbSetData [[_newRow, 1], _playerName + _loadoutName];
if (_nullItemsAmount > 0) then {
_contentPanel lnbSetColor [[_newRow, 1], [1, 0, 0, 0.5]];