• 0
OhBenja

XM8, pop tabs

Question

1 answer to this question

  • 0

Replace line 27 in: ExileClient_gui_xm8_slide_apps_onOpen.sqf

// FIX: xm8 show current balance
//_popTabsValue = (player getVariable ["ExileLocker", 0]);
_popTabsValue = (player getVariable ["ExileMoney", 0]);

Add file as an override to mission config.cpp

class CfgExileCustomCode {
	ExileClient_gui_xm8_slide_apps_onOpen = "overrides\ExileClient_gui_xm8_slide_apps_onOpen.sqf";
};


 

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.