View Single Post
  #6  
Old 06-18-2008, 09:47 PM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
Use this:

PHP Code:
new GuiTextCtrl("BNSS_Info3")
{
  
profile GuiBlueTextProfile;
  
profile.fontcolor = {255,0,0};
  
useOwnProfile true;
  
height 20;
  
text "Red = Alert";
  
width 75;
  
200;
  
195;
 } 
Reply With Quote