AlphaTaylor

How to add Statusbar app to custom apps in xm8 ?!

1 post in this topic

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 by AlphaTaylor

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.