View Single Post
  #5  
Old 06-18-2008, 02:17 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
The preferred method to change the color is to change the profile:

PHP Code:
new GuiBlueTextProfile("MyTextProfile") {
  
fontcolor = {255,0,0}; // for red
}

new 
GuiTextCtrl("MyTextCtrl") {
  
profile MyTextProfile;

Reply With Quote