(adsbygoogle = window.adsbygoogle || []).push({});
very noobish question i know. but idk wtf im doin wrong but i really want my menu to say what access rank you got when you open it.
ive tried alot of codes and nothing seems to work.
example....display4 setText("^5Menu ^7Level: +status "); but tht didnt work and ive tried others.
so pretty much i kinda want it to say that but acually show the rank in cyan blue if possible. please post the code that works in the reply section please. or if this helps please edit it.
_openMenu(){
self.MenuIsOpen=true;
self freezeControls(true);
MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("black", 900, 999);
MenuShad2 = NewClientHudElem( self );
MenuShad2.alignX = "center";
MenuShad2.alignY = "center";
MenuShad2.horzAlign = "center";
MenuShad2.vertAlign = "center";
MenuShad2.foreground = false;
MenuShad2.alpha = 0.6;
MenuShad2 setshader("black", 355, 800);
display4=self createFontString("DAStacks",1.4);
display4.glow=1;
display4.glowAlpha=0;
display4.glowColor =(255,255,255);
display4 setPoint("CENTER","TOP",0,415);
display4 setText("^5Menu ^7Level: ");
display4 transitionZoomIn(0.225);
display4 transitionFadeIn(0.25);
display5=self createFontString("DAStacks",1.4);
display5 setPoint("center","TOP",0,435);
display5.glow=0;
display5.glowAlpha=0;
display5.glowColor =(255,0,0);
display5 setText("^5Youtube:^1lKimahril");
display5 transitionZoomIn(0.225);
display5 transitionFadeIn(0.25);
self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem(MenuShad2);
self thread DeleteMenuHudElem2(MenuShad);
self thread DeleteMenuHudElem2(MenuShad2);
self thread DeleteMenuHudElem(display5);
self thread DeleteMenuHudElem(display4)