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, 12:45 AM #2
Blackstorm
Veni. Vidi. Vici.
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..

    
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
}


Nice! I'm also curious :rolleyes: what exactly does fontpulse do Winky Winky
01-14-2011, 12:49 AM #3
Originally posted by MecAj View Post
Nice! I'm also curious :rolleyes: what exactly does fontpulse do Winky Winky


It makes the text pulse, a bit like doheart but more subtle..

The following user thanked x_DaftVader_x for this useful post:

Blackstorm
01-14-2011, 12:52 AM #4
Total newb right har. How would I implement this?
01-14-2011, 12:53 AM #5
Cool this is going in my Cl for those unwanted bloodsuckers
01-14-2011, 12:59 AM #6
Originally posted by house View Post
Total newb right har. How would I implement this?


Use it like any other function for a selected player from your menu..
01-14-2011, 01:09 AM #7
Originally posted by Homer
Use it like any other function for a selected player from your menu..

I know that, but how do I use it in a patch?
01-14-2011, 07:55 AM #8
Originally posted by house View Post
I know that, but how do I use it in a patch?


You run it as part of your deranking script.
I don't understand exactly what you are asking? I'll make a video later maybe..

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

<Jimbo>, Road_house
01-14-2011, 01:44 PM #9
Mr.Azoz
I’m too L33T
i will add lock menu:evil::evil::evil::evil:
01-14-2011, 05:22 PM #10
video added ..

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo