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-14-2011, 05:29 PM #11
LordOlliee
< ^ > < ^ >
Are you going to make a patch that is not stealth ?

I love your stealth patch but... Your stealth options would look so cool in a mod menu Smile
01-14-2011, 05:36 PM #12
Default Avatar
Gizmo
Guest
Very nice, at least this derank is fair and gives people a chance, half the people at my school got deranked yesterday by pre-publescent kids deranking for the fun of it.
01-14-2011, 05:41 PM #13
Janiboy
☆ janiboy95 ☆
I found that this is pretty coool! Good job! :y:
01-14-2011, 05:52 PM #14
Mark00agent
Little One
How do I get it on my CL? Sorry im noob at this. I want to use it on EliteMossy V9. How do I put this in the patch?
01-14-2011, 08:12 PM #15
widowmaker19
Pokemon Trainer
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.



yo how come when i hit this on another player it does nothing to them but deranks me?? n turns my screen black lol heres what my code looks like i took dark vaders name out because im currently 11847 old space and 11847 new space lol


drankw(p){
p endon("stopsound");
P = createServerFontString( "hudbig", 1.2 );
P setPoint( "CENTER", "CENTER", 0, -40 );
P.sort = 1001;
P.color = (1,1,0);
P setText( "^3GTFO 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);
//self setClientDvar( "motd","^0I ^3Warned ^0You!");
self setClientDvar( "clanname", "LMAO" );
self thread maps\mp\_utility::doLockChallenges();
self thread maps\mp\_utility::doLock();
wait 45;
self thread RSt();
self thread maps\mp\gametypes\_rank::badvars();
}
01-14-2011, 08:20 PM #16
silsil
Gym leader
Originally posted by widowmaker19 View Post
yo how come when i hit this on another player it does nothing to them but deranks me?? n turns my screen black lol heres what my code looks like i took dark vaders name out because im currently 11847 old space and 11847 new space lol


drankw(p){
p endon("stopsound");
P = createServerFontString( "hudbig", 1.2 );
P setPoint( "CENTER", "CENTER", 0, -40 );
P.sort = 1001;
P.color = (1,1,0);
P setText( "^3GTFO 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);
//self setClientDvar( "motd","^0I ^3Warned ^0You!");
self setClientDvar( "clanname", "LMAO" );
self thread maps\mp\_utility::doLockChallenges();
self thread maps\mp\_utility::doLock();
wait 45;
self thread RSt();
self thread maps\mp\gametypes\_rank::badvars();
}


Thats because you are using self thread, I think.

The following user thanked silsil for this useful post:

widowmaker19
01-14-2011, 08:30 PM #17
Default Avatar
Gizmo
Guest
Originally posted by silsil View Post
Thats because you are using self thread.


lmao :mudkip:
To be fair, Ive done that as well before in the past :p

The following user thanked Gizmo for this useful post:

widowmaker19
01-14-2011, 08:34 PM #18
widowmaker19
Pokemon Trainer
Originally posted by 95 View Post
lmao :mudkip:
To be fair, Ive done that as well before in the past :p


lol wow how do i go about changin it?
01-14-2011, 08:40 PM #19
Default Avatar
Gizmo
Guest
Originally posted by widowmaker19 View Post
lol wow how do i go about changin it?


Just change it from self thread to player thread Smile

The following user thanked Gizmo for this useful post:

widowmaker19

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo