Post: anyone?
08-28-2015, 07:40 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); does anyone have the prestige slider??
(adsbygoogle = window.adsbygoogle || []).push({});
08-28-2015, 08:46 PM #11
Originally posted by GentleSlugger View Post
the exitmenu?


yup I changed that too
08-28-2015, 08:49 PM #12
do I need to add the perstige shaders to my int ?? nvm I tried this I still froze
08-28-2015, 09:47 PM #13
-Numb
You talkin to me?
Originally posted by calmdownyourmad View Post
do I need to add the perstige shaders to my int ?? nvm I tried this I still froze


The problem is that you need the "createtextprestige" function... I remember I messed with this myself some time ago ^^
Extinct forgot to add that to his thread so you got to make one yourself or find another way to draw the text Smile
08-28-2015, 09:58 PM #14
itsSorrow
In my man cave
Originally posted by Numb View Post
The problem is that you need the "createtextprestige" function... I remember I messed with this myself some time ago ^^
Extinct forgot to add that to his thread so you got to make one yourself or find another way to draw the text Smile


C&P createText and change it to createtextprestige..
08-28-2015, 09:59 PM #15
Originally posted by Numb View Post
The problem is that you need the "createtextprestige" function... I remember I messed with this myself some time ago ^^
Extinct forgot to add that to his thread so you got to make one yourself or find another way to draw the text Smile


do you still have the code you made for your menu...?

if not thats fine ill just try to do it
08-28-2015, 10:01 PM #16
-Numb
You talkin to me?
Originally posted by calmdownyourmad View Post
do you still have the code you made for your menu...?

if not thats fine ill just try to do it


I just did kinda what Gentle said.. Rename createtextprestige to createtext and add the CreateText function to your menu if it does not already have it.
08-28-2015, 10:18 PM #17
whats the createtext function...like this

createText(font, fontscale, align, relative, x, y, sort, text)
{
textElem = CreateFontString( font, fontscale );
textElem setPoint( align, relative, x, y );
textElem.sort = sort;
textElem.hideWhenInMenu = true;
textElem.type = "text";

addTextTableEntry(textElem, getStringId(text));
textElem setSafeText(self, text);

return textElem;
}
08-28-2015, 10:24 PM #18
itsSorrow
In my man cave
Originally posted by calmdownyourmad View Post
whats the createtext function...like this

createText(font, fontscale, align, relative, x, y, sort, text)
{
textElem = CreateFontString( font, fontscale );
textElem setPoint( align, relative, x, y );
textElem.sort = sort;
textElem.hideWhenInMenu = true;
textElem.type = "text";

addTextTableEntry(textElem, getStringId(text));
textElem setSafeText(self, text);

return textElem;
}


ur using thefallens simple menu base I see.. anyways yeah copy that and paste it change createText to createtextprestige
08-28-2015, 10:25 PM #19
no im using stoned yodas edited base but it dont have the createtext so I looked in that base and that all I see is that the whole code I need? and does it matter where i paste it in my menu?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo