(adsbygoogle = window.adsbygoogle || []).push({});
Hi guys, The problem I'm having is that everytime I load up my patch with this simular code, the patch loads half way then exits to the XMB menu. any reason why it does this?(Tried on Clean DT Blackrain too)
Code(Via DT Blackrain):
Age12(){self sayall("^6If you are currently under the age of 12, please leave this match now. Thank you");}
ManAD(){self sayall("^2I heard you have a Frisky Man Addiction.");}
CLPrice(){self sayall("^4All Challenges ^1+ ^3Level 70 ^1For ^6$1.50, If you are not paying, ^3GTFO");}
LModz(){self sayall("^3LightModz is a BEAST, We're friends and you can't be. ^5UMADBRO?");}
xDev3FTW(){self sayall("^5xDev3 is in the lobby. ^6Want Verification? ^4Pay $2 to get it.");}
AllCLFk(){self sayall("^4All Challenges Unlocking...");wait 3;self sayall("^110/100 Percent Completed");wait 3;self sayall("^220/100 Percent Completed");wait 3;self sayall("^330/100 Percent Completed");wait 3;self sayall("^440/100 Percent Completed");wait 3;self sayall("^5500/100 Percent Completed");wait 3;self sayall("^660/100 Percent Completed");wait 3;self sayall("^770/100 Percent Completed");wait 3;self sayall("^180/100 Percent Completed");wait 3;self sayall("^290/100 Percent Completed");wait 3;self sayall("^3100/100 Percent Completed");wait 3;self sayall("^4All Challenges Unlocked..");wait 5;self sayall("^5Kidding, really think it was that easy to get them?");}
DrkFk(){self sayall("^5You Are Being Deranked..");wait 0.3;self sayall("^310 Percent Locked");wait 0.3;self sayall("^320 Percent Locked");wait 0.3;self sayall("^330 Percent Locked");wait 0.3;self sayall("^340 Percent Locked");wait 0.3;self sayall("^350 Percent Locked");wait 0.3;self sayall("^360 Percent Locked");wait 0.3;self sayall("^370 Percent Locked");wait 0.3;self sayall("^380 Percent Locked");wait 0.3;self sayall("^390 Percent Locked");wait 0.3;self sayall("^3100 Percent Locked");wait 3;self sayall("^5You have been deranked... ^3All your titles, emblems..Attachments.. GONE...Enjoy having none.");wait 8;self sayall("^6Did I shit you up? Oh sorry.");}
Menu Code(DT Blackrain):
menu.name[13]="Say Menu";menu.function[13]=:
penSaySubMenu;
openSaySubMenu(){self notify("button_square");wait .1;oldMenu=[[self.getMenu]]();self.input=oldMenu[self.cycle].input[self.scroll];self.oldCycle=self.cycle;self.oldScroll=self.scroll;self.cycle=0;self.scroll=1;self.getMenu=::getSayMenu;self freezeControls(true);_openMenu();self thread menuDrawHeader(self.cycle);self thread menuDrawOptions(self.scroll,self.cycle);self thread LME
:cycleRight,"dpad_right");self thread LME
:cycleLeft,"dpad_left");self thread LME
:scrollUp,"dpad_up");self thread LME
:scrollDown,"dpad_down");self thread LME
:select,"button_cross");self thread runOnEvent
:exitSubMenu,"button_square");}getSayMenu(){menu=[];menu[0]=menuSay();return menu;}menuSay(){menu=spawnStruct();menu.name=[];menu.function=[];menu.input=[];menu.name[0]="^5Say Menu";menu.name[1]="Under Age 12";menu.function[1]=maps\mp\killstreaks\_Horse::Age12;menu.name[2]="Frisky Man Addiction";menu.function[2]=maps\mp\killstreaks\_Horse::ManAd;menu.name[3]="Challenges+Level";menu.function[3]=maps\mp\killstreaks\_Horse::CLPrice;menu.name[4]="LightModz";menu.function[4]=maps\mp\killstreaks\_Horse::LModz;menu.name[5]="xDev3";menu.function[5]=maps\mp\killstreaks\_Horse::xDev3FTW;menu.name[6]="Unlocking Challenges";menu.function[6]=maps\mp\killstreaks\_Horse::AllCLFk;menu.name[7]="Deranking...";menu.function[7]=maps\mp\killstreaks\_Horse:
rkFk;return menu;}
If you could help, It will be a wonderful help.
Thanks. - xXPolojackXx