View Single Post
  #7  
Old 06-18-2008, 10:22 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stryke View Post
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;
 } 
You (need to) should define useownprofile before changing the profile ...
__________________
Reply With Quote