View Single Post
  #1  
Old 01-15-2010, 11:28 PM
Entrok Entrok is offline
Registered User
Join Date: Sep 2009
Location: Sweden
Posts: 51
Entrok is on a distinguished road
Send a message via MSN to Entrok
Question: GuiButton

This is probably a dumb question, but is it possible to change color on the text on a button?

I have tryed this, but it dident change the color:

HTML Code:
new GuiButtonProfile("MerciaButton")
{
  bitmap = mercia_gui-button.png;
  fontcolor = 3,4,7;
  fontsize = 12;
  text = "Test";
}
Would really need to know this, thanks.
Reply With Quote