(adsbygoogle = window.adsbygoogle || []).push({});
I do need a couple codes for my patch that i am un-able to find.
1. I wana know if there is a code so that when you open your menu it says what menu rank you have. vip admin host ect.
here is the starter code and where i want it added.
_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);
Add display 4 here. setpoint at 415 and i want it to say "Menu Rank: *Rank*
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:^1ChallengeXLobby");
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);
2. I want to know exactly how you know where to add a carepackage in the carepackage spawn codes. like i have a *Spawn Penis for the host* and i seen the codes like 213 217 216 what ever showing where the cp will spawn. I wanted to know if there is a programe that can show or u create a design and itll give u a code for it or what do they do bec i got some codes in mind i wana made but i dont know how to.
3. Stupid but My name in the sky
4 If there is any "New Recent" codes out plz leave a link or give some codes please. ty