Quote:
Originally Posted by Toxen
Tryed that, well i tryed using an html object with a bunch of variables but I could not get it to work without rc giving me errors  .
|
Should be able to use -some- html tags with GUI's. If doing "text = blah" isn't working try using setText(str) and make sure to use a GuiMLTextCtrl.
Example:
PHP Code:
My_Control.setText("<b><u><just:center>" YourTxtHere "</u></b>");
... or something to that effect.