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