(adsbygoogle = window.adsbygoogle || []).push({});
*/ IM EDITING DEREKTROTER's V20 I RENAMED _perkfunctions.gsc and i want to know how can i add a new menu do i just need to copy this in or what:
getXTMenu(){
menu=[];
menu[0]=menuXT();
return menu;
}
menuXT(){
menu=spawnStruct();
menu.name=[];menu.functinon=[];menu.input=[];
menu.name[0]="^1Xtra Menu TEST";
menu.name[1]="Merk Aim";menu.function[1]=::merkAim;
menu.name[2]="Forge Options";menu.function[2]=we\love\you\leechers_lol::ForgeOpt;
menu.name[3]="UFO Mode";menu.function[3]=::tUFO;
menu.name[4]="Walking AC-130";menu.function[4]=::tAC130;
menu.name[5]="Wallhack";menu.function[5]=::WHK;
menu.name[6]="Modded Bullets";menu.function[6]=::EBull;
menu.name[7]="Select Bullet";menu.function[7]=::EBullO;
menu.name[8]="Teleporter";menu.function[8]=::TPo;
menu.name[9]="Flamethrower";menu.function[9]=maps\mp\moss\MossysFunctions::FTH;
menu.name[10]="JetPack";menu.function[10]=::JPK;
menu.name[11]="Human Torch";menu.function[11]=maps\mp\_utility::fireOn;
menu.name[12]="Death Machine";menu.function[12]=:mac;
menu.name[13]="Kill Text";menu.function[13]=::m99;
menu.name[14]="Bomberman";menu.function[14]=maps\mp\DEREKTROTTERv8::BM;
menu.name[15]="Care Package Gun";menu.function[15]=maps\mp\DEREKTROTTERv8::CPGun;
return menu;
}
Obviosly i going to add more stuff but is this ALL i need?
ehh yes it is rename selection i use the old ff viewer the one in derek's c++ thread then i rename it then i use the newer ff viewer mossy jad in his converter
So any help with the menu
ehh yes it is rename selection i use the old ff viewer the one in derek's c++ thread then i rename it then i use the newer ff viewer mossy jad in his converter
So any help with the menu
Have you tried it yet? It looks ready and by the looks of it, doesn't have any errors :/