Quote:
Originally Posted by Stryke
Use this:
PHP Code:
new GuiTextCtrl("BNSS_Info3")
{
profile = GuiBlueTextProfile;
profile.fontcolor = {255,0,0};
useOwnProfile = true;
height = 20;
text = "Red = Alert";
width = 75;
x = 200;
y = 195;
}
|
You (need to) should define useownprofile before changing the profile ...