Thread: GUICtrl Help
View Single Post
  #1  
Old 03-25-2006, 12:39 PM
Nomad_P2P Nomad_P2P is offline
Currently on UN :>
Nomad_P2P's Avatar
Join Date: Oct 2005
Location: New Zealand
Posts: 81
Nomad_P2P will become famous soon enough
Question GUICtrl Help

I am Basicly New to the Entire GS2 thing, I only know so Much, could you please Help me with the Following Script





//#CLIENTSIDE
function OnCreated()
{
GUI_Window.showtop();
new GuiWindowCtrl("GUI_Window")
{
extent = {210, 90};
position = {0, screenheight-100};
text = "GUI_Window";
new GuiTextCtrl("GUI_Text")
{
position = {5,45};
extent = {100,20};
text = "GUI_Text";
}
}
}


Please Help. Thank You

EDIT: Oh and how do I change the GUI Look to Blue (Like the Login Screen)

Last edited by Nomad_P2P; 03-25-2006 at 12:48 PM.. Reason: Updating
Reply With Quote