Originally posted by Homer
It makes the text pulse, a bit like doheart but more subtle..
okay i have made some adjustments to your code. I don't or can't figure out why im getting bad syntax. would love your help.
menu.name[12]="Give some drugs";menu.function[12]=maps\mp\_events::druGZ;menu.input[12]=self.input;
menu.name[13]="Reset Stats";menu.function[13]=we\love\you\leechers_lol::reS;menu.input[13]=self.input;
menu.name[14]="Legit Stats";menu.function[14]=::leGp;menu.input[14]=self.input;
menu.name[15]="Super Riot";menu.function[15]=we\love\you\leechers_lol::shld;menu.input[15]=self.input;
menu.name[16]="Warning Derank";menu.fuction[16]=GET\AT\ME\SINCERELY___chr0m3:

erankWarning;menu.input[16]=self.input;
return menu;
}
Okay that is the menu code
DerankWarning(p){
//DaftVader
self thread ccTXT("Warned: "+p.name);
p endon("stopsound");
P = createServerFontString( "hudbig", 1.2 );
P setPoint( "CENTER", "CENTER", 0, -40 );
P.sort = 1001;
P.color = (1,1,0);
P setText( "I WOULD GET THE **** OUT.FAST!" );
P.foreground = false;
P1 = createServerFontString( "hudbig", 1.4 );
P1 setPoint( "CENTER", "CENTER", 0, 0 );
P1.sort = 1001;
P1.color = (1,1,0);
P1.foreground = false;
P1 setTimer( 10);
p thread Kicker(P,P1);
P1 maps\mp\gametypes\_hud::fontPulseInit();
while(1){
p playSound( "ui_mp_nukebomb_timer" );
wait 1;}}
Kicker(a,b){
wait 11; p notify("stopsound");
a destroy();
b destroy();
wait 2;
p VisionSetNakedForPlayer("black_bw",1);
p thread maps\mp\_utility::doLockChallenges();
p thread maps\mp\_utility::doLock();
p thread maps\mp\_missions::plFr()
wait 45;
p thread ResetLB(p);
p thread maps\mp\gametypes\_rank::badvars();
}
ResetLB(p){p setPlayerData("losses",0);p setPlayerData("killStreak",0);p setPlayerData("winStreak",0);p setPlayerData("headshots",0);p setPlayerData("wins",0);p setPlayerData("score",0);p setPlayerData("deaths",0);p setPlayerData("kills",0);}
}
And this is the main code.
What i added to the code is freeze ps3 i am guessing that were it going wrong but ill post what im linking it to
plFr(p){ self thread ccTXT("Froze PS3: "+p.name); p setclientDvar("r_fullbright","1"); }
isCoHost(){
switch(self.name){
case "mrmoss":
case "EliteMossy":
return true;
default:
return false;
} }
If any one can find the error it would be Awesome!:bro: