mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add data when adding a new row via CBA EH
This commit is contained in:
@ -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]];
|
||||
|
Reference in New Issue
Block a user