View Single Post
  #6  
Old 08-27-2009, 10:47 PM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by [email protected] View Post
Yeah- I did that and it still didn't work. Thanks for the heads up though
This should work just fine. I don't know why you're in the profile scope, anyways.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
this.onLoadProfiles();
}

function 
onLoadProfiles() {
  new 
GuiTextProfile("BomyIsland_KingdomHeaderText") {
    
fontcolor = {255255255255};
    
fontsize 24;
    
fonttype "Arial";
    
shadowcolor = {252525255};
    
shadowoffset = {22};
    
textshadow true;
  }

  new 
GuiTextProfile("BomyIsland_KingdomText") {
    
fontcolor = {255255255255};
    
fontsize 14;
    
fonttype "Arial";
    
shadowcolor = {252525255};
    
shadowoffset = {22};
    
textshadow true;
  }

__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote