Quailsnap / WHA-Nametags

An original nametag script for Arma 3 featuring role display, fading, and much more.
GNU General Public License v3.0
5 stars 2 forks source link

Colors from player ui configs: #64

Open Quailsnap opened 6 years ago

Quailsnap commented 6 years ago

// Getting some color values from player UI configs. (TBD) //_positiveText = (configfile >> "CfgUIColors" >> "IGUI" >> "Variables" >> "TEXT_RGB") call BIS_fnc_getCfgData; //_negativeText = (configfile >> "CfgUIColors" >> "IGUI" >> "Variables" >> "WARNING_RGB") call BIS_fnc_getCfgData;

Quailsnap commented 6 years ago

(profilenamespace getvariable ['IGUI_TEXT_RGB_R',0])