Quote:
Originally Posted by DustyPorViva
I believe it's something like:
new guistuff("test") {
useownprofile = true;
profile.opaque = false;
profile.fillcolor = {255,255,255,255/2}; // GUI's use 0-255 scale for colors
}
test.show(); // will make the gui come back into view.
test.hide(); // will hide it
|
Still did not fill the gui. And I used "GuiControl" instead of "guistuff" because im not sure if "guistuff" would even be valid?? ANd how would "255/2" work? I thought alpha worked on a percentage scale using 0 to 1 and decimals in between?