Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #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
  #2  
Old 03-25-2006, 02:41 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
profile = "GuiBlue[insert control name]Profile";
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #3  
Old 03-25-2006, 02:49 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Nomad_P2P
I am Basicly New to the Entire GS2 thing, I only know so Much, could you please Help me with the Following Script

...

Please Help. Thank You
What is the problem?

Also, you should move your GUI_Window.showtop(); after the creation of the window.
__________________
Skyld
Reply With Quote
  #4  
Old 03-25-2006, 05:46 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
I Figured out the Problem =] GS2 Wasnt Activated (or w/e) on the server
so thanks for the help anyways =]
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:59 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.