Jump to content

JohnyBoy2o11

Member
  • Posts

    20
  • Joined

  • Last visited

Reputation Activity

  1. Like
    JohnyBoy2o11 reacted to Zupa in [Release] Advanced Trading 2.1 !UPDATED!   
    Z_MoneyVariable should be cashMoney.
    CurrencyName is the display name for players.
    Z_MoneyVariable is the code variable name not visible to players.
    These 2 are not related to each other in any way.
  2. Like
    JohnyBoy2o11 reacted to Longshot03XX in [Release] Advanced Trading 2.1 !UPDATED!   
    Step 1: Go to said file (ZSCdefines.hpp)
    Step 2: Search for line that says ZSC_RscScrollBar
    Step 3: Select said line and what follows after it...
    class ZSC_RscScrollBar
    {
        color[] = {1,1,1,0.6};
        colorActive[] = {1,1,1,1};
        colorDisabled[] = {1,1,1,0.3};
        shadow = 0;
        scrollSpeed = 0.06;
        width = 0;
        height = 0;
        autoScrollEnabled = 0;
        autoScrollSpeed = -1;
        autoScrollDelay = 5;
        autoScrollRewind = 0;
    };
    Step 4: Delete those lines
    Step 5: Save file
    And.... Whallah!
    Step 6: If needed... Repeat until all conflicting lines are gone.
×
×
  • Create New...