
01-31-2010, 02:54 AM
|
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
|
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 |
|
|
|