Jump to content

FG_Trap

Member
  • Posts

    91
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by FG_Trap

  1. No @GodZilla  place this in description.hpp

     class RscListBox 
    {
        type = 5;
        w = 0.4;
        h = 0.4;
        rowHeight = 0;
        colorText[] = {1,1,1,1};
        colorScrollbar[] = {1,1,1,1};
        colorSelect[] = {1,1,1,1};
        colorSelect2[] = {1,1,1,1};
        colorSelectBackground[] = {1,1,1,1};
        colorSelectBackground2[] = {1,1,1,1};
        colorBackground[] = {1,1,1,1};
        soundSelect[] = {"",0.1,1};
        arrowEmpty = "#(argb,8,8,3)color(1,1,1,1)";
        arrowFull = "#(argb,8,8,3)color(1,1,1,1)";
        class ScrollBar
        {
            color[] = {1,1,1,1};
            colorActive[] = {1,1,1,1};
            colorDisabled[] = {1,1,1,0.3};
            shadow = 0;
            thumb = "dayz_code\gui\thumb_ca.paa";                                                    Change path
            arrowFull = "dayz_code\gui\arrowfull_ca.paa";                                        Change path
            arrowEmpty = "dayz_code\gui\arrowempty_ca.paa";                                Change path
            border = "dayz_code\gui\border_ca.paa";                                                  Change path
        };
        style = 16;
        font = "Zeppelin32";
        shadow = 2;
        sizeEx = 0.03921;
        color[] = {1,1,1,1};
        period = 1.2;
        maxHistoryDelay = 1;
        autoScrollSpeed = -1;
        autoScrollDelay = 5;
        autoScrollRewind = 0;
    };

  2. @Khyron 

    private ["_uid","_1st"];
    waitUntil {(getPlayerUID player) != ""};
    _uid = getPlayerUID player;
    
    
    _1st = [
        "0", // 
        // Add UIDs above, don't forget the comma
    "0"
    ];
    if (_uid in _1st) then { ZSC_maxBankMoney = 1000000; };

    [] execVM "NOTDONOS.sqf";

×
×
  • Create New...