Screamer

How to fix selling tanks

41 posts in this topic

Its simeple fix for wastedump problem with sell tanks or oter tracked vehicles

HOW TO :

1) Download file - > click

2) Open your mission folder and create folder named fixes

3) paste inside downloaded file

4) open mission/config.cpp

5) find CfgExileCustomCode  class

6) add your fixed file like this example

class CfgExileCustomCode
{
    // Fixes
    ExileClient_gui_wasteDumpDialog_show = "fixes\ExileClient_gui_wasteDumpDialog_show.sqf";
};

7) DONE

Edited by Screamer
  • Like 2

Share this post


Link to post
Share on other sites
Advertisement

fixed also, u need to download one more file for this issue

1) download file -> click

2) Open your mission folder and create folder named fixes

3) paste inside downloaded file

4) open mission/config.cpp

5) find CfgExileCustomCode  class

6) add your fixed file like this example

class CfgExileCustomCode
{
    // Fixes
    ExileClient_gui_wasteDumpDialog_show = "fixes\ExileClient_gui_wasteDumpDialog_show.sqf";       //this one fix selling tanks
    ExileClient_gui_traderDialog_updateInventoryDropdown = "fixes\ExileClient_gui_traderDialog_updateInventoryDropdown.sqf";
};

7) DONE

Edited by Screamer

Share this post


Link to post
Share on other sites

OK Were using RHS Tanks and Can't seem to sell these damn things off. There an error I'm looking for in the RPT I should be looking for? 

Edited by Falcon911

Share this post


Link to post
Share on other sites

Did u download both files?

1) File for selling tanks - > CLICK

2) File for selling from tanks inventory -> CLICK

then

3) Open your mission folder and create folder named fixes

4) paste inside those two files

5) open mission/config.cpp

6) find CfgExileCustomCode  class

7) add your fixed file like this example

class CfgExileCustomCode
{
    // Fixes
    ExileClient_gui_wasteDumpDialog_show = "fixes\ExileClient_gui_wasteDumpDialog_show.sqf";       //this one fix selling tanks
    ExileClient_gui_traderDialog_updateInventoryDropdown = "fixes\ExileClient_gui_traderDialog_updateInventoryDropdown.sqf";  //this for inventory
};

8) DONE

 

??????

send me your RPT

Edited by Screamer

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.