AlphaTaylor 0 Report post Posted May 1, 2018 (edited) how do i add status bar from "Exad Master" class CfgXM8 { extraApps[] = {"ExAd_SB"}; class ExAd_SB { title = "Statsbar Settings"; controlID = 50400; //IDC:50400 -> 50475 || These need to be unique and out of range from each other logo = "exile_assets\texture\ui\xm8_app_settings_ca.paa"; onLoad = "ExAdClient\XM8\Apps\SB_Settings\onLoad.sqf"; }; }; too Normal Exile custom XM8 apps ?? class CfgXM8 { class XM8_App02_Button: RscExileXM8AppButton1x1 { textureNoShortcut = "exile_assets\texture\ui\xm8_app_settings_ca.paa"; text = "Statsbar Settings"; onButtonClick = ""; resource = ""; }; i use infistar and infistar xm8 apps but i dont know where or how i can add a configurable status bar. greetings Alpha Edited May 1, 2018 by AlphaTaylor Share this post Link to post Share on other sites