Quote:
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 = {255, 255, 255, 255};
fontsize = 24;
fonttype = "Arial";
shadowcolor = {25, 25, 25, 255};
shadowoffset = {2, 2};
textshadow = true;
}
new GuiTextProfile("BomyIsland_KingdomText") {
fontcolor = {255, 255, 255, 255};
fontsize = 14;
fonttype = "Arial";
shadowcolor = {25, 25, 25, 255};
shadowoffset = {2, 2};
textshadow = true;
}
}