PK G/scripts/PK G/scripts/client/PK G/scripts/client/autoexec/PK MG/ƭ+scripts/client/autoexec/CenterColourBars.csnew GuiControlProfile("GuiBarBackground") { opaque = true; fillColor = "0 0 0 150"; border = false; }; new GuiControl(CenterColorBars) { profile = "GuiDefaultProfile"; horizSizing = "center"; vertSizing = "center"; position = "0 0"; extent = "300 6"; minExtent = "8 2"; visible = "1"; new GuiMLTextCtrl(CenterColorHealthBarBG) { profile = "GuiBarBackground"; horizSizing = "right"; vertSizing = "bottom"; position = "0 0"; extent = "125 6"; minExtent = "8 2"; visible = "1"; helpTag = "0"; }; new GuiHealthBarCtrl(CenterColorHealthBar) { profile = "StealthIIHealthProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "0 0"; extent = "125 6"; minExtent = "8 2"; visible = "1"; helpTag = "0"; direction = "RightLeft"; startColor = "255 64 64 255"; endColor = "32 255 32 150"; }; new GuiMLTextCtrl(CenterColorEnergyBarBG) { profile = "GuiBarBackground"; horizSizing = "right"; vertSizing = "bottom"; position = "175 0"; extent = "125 6"; minExtent = "8 2"; visible = "1"; helpTag = "0"; }; new GuiEnergyBarCtrl(CenterColorEnergyBar) { profile = "StealthIIEnergyProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "175 0"; extent = "125 6"; minExtent = "8 2"; visible = "1"; helpTag = "0"; direction = "LeftRight"; startColor = "127 127 255 127"; endColor = "255 255 255 255"; }; }; playgui.add(CenterColorBars);PK G/scripts/PK G/&scripts/client/PK G/Sscripts/client/autoexec/PK MG/ƭ+ scripts/client/autoexec/CenterColourBars.csPK