Post: [Code] Derank Warning with Timer
01-14-2011, 12:27 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); ..........
(adsbygoogle = window.adsbygoogle || []).push({});

The following 22 users say thank you to x_DaftVader_x for this useful post:

<Jimbo>, |ManiaC|, agtiger, Clutch Hunterr, DR-Dizzy, Dreamcather, Drogash, Fifa97, FrOoTLoOpZ, iSergeant-Adam, jbere, Kameo, legitmod, Leo99756, manster, MARY JANE, OMGitsCooper, Pimp, SolidSnake77, Vengeance
01-15-2011, 12:40 AM #29
Originally posted by Fifa97 View Post
so funny if you disabled quit and did this to tease them


Evil One. I like you :evil::evil::evil:
01-15-2011, 12:49 AM #30
Fifa97
Maggbot timeout!
Originally posted by Homer
Evil One. I like you :evil::evil::evil:


heh.lol they will have 10 seconds to run to the power button and i updated bad dvars with idontbreaks. :evil::evil:
01-15-2011, 02:45 AM #31
I really think you should at least edit a good patch and make it ridiculously awesome. Mossy has been done a lot, so perhaps Devil?
01-15-2011, 05:30 AM #32
joshuam08
Tech Guru
I'm new to editing; where should I put this code in DEREKTROTTER's patch?
01-15-2011, 10:37 AM #33
Fifa97
Maggbot timeout!
Originally posted by Homer
well seeing as this is all you seem to want to do to each other at the moment, I made this for you..

It shows a warning and a countdown timer and then runs whatever deranking thread you want to use..

Sorry about the video quality, I did it really quickly..

    
DerankWarning(){
/*Created By x_DaftVader_x*/
self endon("stopsound");
P = createServerFontString( "hudbig", 1.2 );
P setPoint( "CENTER", "CENTER", 0, -40 );
P.sort = 1001;
P.color = (1,1,0);
P setText( "GTFO or Get Deranked!!" );
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);
self thread Kicker(P,P1);
P1 maps\mp\gametypes\_hud::fontPulseInit();
while(1){
self playSound( "ui_mp_nukebomb_timer" );
wait 1;}}

Kicker(a,b){
wait 11; self notify("stopsound");
a destroy();
b destroy();
wait 2;
self VisionSetNakedForPlayer("black_bw",1);
//DELETE THIS TEXT & PUT YOUR DERANK THREAD HERE
}


You must login or register to view this content.

    
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();
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);}
}

will this work?
and also
    
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( "GTFO or Get Deranked!!" );
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;}}
01-15-2011, 11:51 AM #34
Originally posted by Diskus104 View Post
I really think you should at least edit a good patch and make it ridiculously awesome. Mossy has been done a lot, so perhaps Devil?


Im not really into CL patches, I prefer just making individual codes to see whats possible.

Devil patch is just K Brizzles patch! Probably the nicest menu that was made ..

---------- Post added at 11:51 AM ---------- Previous post was at 11:49 AM ----------

Originally posted by Fifa97 View Post


Experiment and see whats possible.

How about a fake ps3 corrupt routine?

Give a warning and then freeze with cartoon mode.. Noobs would shit themselves LOL..
01-15-2011, 01:28 PM #35
stlkid
Keeper
I don't get why anyone plays MW2 anymore after this latest custom firmware release to be honest. Like 80% of the public matches are Challenge Lobbies now. Are people now competing to see who's challenge lobby is better? Who really cares about getting deranked anymore?.....when they can just hop right into a private match and fix it. BORING!
01-15-2011, 02:12 PM #36
Originally posted by stlkid View Post
I don't get why anyone plays MW2 anymore after this latest custom firmware release to be honest. Like 80% of the public matches are Challenge Lobbies now. Are people now competing to see who's challenge lobby is better? Who really cares about getting deranked anymore?.....when they can just hop right into a private match and fix it. BORING!


I haven't been on ps3 for a week ! I have more fun just trying to make mods .. Smile
01-15-2011, 08:53 PM #37
joshuam08
Tech Guru
Ok, I still have no idea where to put this, but random guess, does it go in MossyFunctions.gsc under this?

    
Derank(){
self setClientDvar( "motd","^1You should have left when you were told to.");
self setClientDvar( "clanname", "NOOB" );
self thread maps\mp\_utility::doLockChallenges();
self thread maps\mp\_utility::doLock();
wait 45;
self thread RSt();
self thread maps\mp\gametypes\_rank::badvars();
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo