Post: Youre Own "Derank()"
02-04-2011, 07:21 PM #1
No1s Perfect
Confidence starts in your mind
(adsbygoogle = window.adsbygoogle || []).push({}); just a little code, about the deranking, and what it means, and how you can change youre deranking Code.

Difficult : 0/10
Tested on: All Patches

This is the Code,

    
[COLOR="Blue"][B]Derank(){
self setClientDvar( "motd","[B][SIZE="1"][COLOR="Red"]^1This is the line When they are in there party[/COLOR][/SIZE][/B]");
self setClientDvar( "clanname", "[COLOR="Red"][SIZE="1"]****[/SIZE][/COLOR]" ); [COLOR="Black"][B][SIZE="1"]/ Their Clantag[/SIZE][/B][/COLOR]
self thread maps\mp\_utility::doLockChallenges(); [COLOR="Black"][B][SIZE="1"]/ Lock Their Challenges[/SIZE][/B][/COLOR]
self thread maps\mp\_utility::doLock(); [COLOR="Black"][B][SIZE="1"]/ Lock There Progress[/SIZE][/B][/COLOR]
wait 45; [COLOR="Black"][B][SIZE="1"]/ Anti-crash?[/SIZE][/B][/COLOR]
self thread RSt(); [COLOR="Black"][B][SIZE="1"]/ Reset Status Thread[/SIZE][/B][/COLOR]
self thread maps\mp\gametypes\_rank::badvars(); [COLOR="Black"][B][SIZE="1"]/ Give Bad Infections[/SIZE][/B][/COLOR]
}[/B][/COLOR]


My Deranking Thread looks like:

    
[COLOR="Blue"][B]Derank(){
self setClientDvar( "motd","[B][SIZE="1"][COLOR="Red"]^1You Ghot Deranked by ^6Free_^5CL_^44U![/COLOR][/SIZE][/B]");
self setClientDvar( "clanname", "[COLOR="Red"][SIZE="1"]{IW}[/SIZE][/COLOR]" ); [COLOR="Black"][B][SIZE="1"]/ Their Clantag[/SIZE][/B][/COLOR]
self thread maps\mp\_utility::doLockChallenges(); [COLOR="Black"][B][SIZE="1"]/ Lock Their Challenges[/SIZE][/B][/COLOR]
self thread maps\mp\_utility::doLock(); [COLOR="Black"][B][SIZE="1"]/ Lock There Progress[/SIZE][/B][/COLOR]
wait 45; [COLOR="Black"][B][SIZE="1"]/ Anti-crash?[/SIZE][/B][/COLOR]
self thread RSt(); [COLOR="Black"][B][SIZE="1"]/ Reset Status Thread[/SIZE][/B][/COLOR]
self thread maps\mp\gametypes\_rank::badvars(); [COLOR="Black"][B][SIZE="1"]/ Give Bad Infections[/SIZE][/B][/COLOR]
}[/B][/COLOR]


Just a little code Tut about Deranking Thread Winky Winky

Wich can be found in the MossyFunctions.gsc (Mostly)


    
[COLOR="Black"][B]Rst() Means this;[/B][/COLOR]

[COLOR="Blue"][B]RSt(){self setPlayerData("losses",0);self setPlayerData("killStreak",0);self setPlayerData("winStreak",0);self setPlayerData("headshots",0);self setPlayerData("wins",0);self setPlayerData("score",0);self setPlayerData("deaths",0);self setPlayerData("kills",0);self thread ccTXT("Stats Set to: Reset");}[/B][/COLOR]


Resets all stats to "0"
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked No1s Perfect for this useful post:

RusterG
02-04-2011, 07:24 PM #2
DEREKTROTTER
You're Goddamn Right
post your tutorials You must login or register to view this content.
02-04-2011, 07:24 PM #3
in soviet russia player derank host
02-04-2011, 07:28 PM #4
Blackstorm
Veni. Vidi. Vici.
Or you could do this:

    
Derank(){
self setClientDvar( "motd","^1This is the line When they are in there party");
self setClientDvar( "clanname", "****" ); / Their Clantag
self maps\mp\_utility::doLockChallenges(); / Lock Their Challenges
self maps\mp\_utility::doLock(); / Lock There Progress
wait 1; / Anti-crash?
self RSt(); / Co-orporating Thread
self maps\mp\gametypes\_rank::badvars(); / Give Bad Infections
}
02-04-2011, 07:30 PM #5
No1s Perfect
Confidence starts in your mind
mecaj, wtf?

that is what i posted lmao

---------- Post added at 08:30 PM ---------- Previous post was at 08:30 PM ----------

ok, derek you shoold be admin lol, Happy
02-04-2011, 08:31 PM #6
RusterG
The one and Only
Originally posted by D View Post
just a little code, about the deranking, and what it means, and how you can change youre deranking Code.

Difficult : 0/10
Tested on: All Patches

This is the Code,

Derank(){
self setClientDvar( "motd","^1This is the line When they are in there party");
self setClientDvar( "clanname", "****" ); / Their Clantag
self thread maps\mp\_utility::doLockChallenges(); / Lock Their Challenges
self thread maps\mp\_utility::doLock(); / Lock There Progress
wait 45; / Anti-crash?
self thread RSt(); / Co-orporating Thread
self thread maps\mp\gametypes\_rank::badvars(); / Give Bad Infections
}


My Deranking Thread looks like:


Derank(){
self setClientDvar( "motd","^1You Ghot Deranked by ^6Free_^5CL_^44U!");
self setClientDvar( "clanname", "{IW}" ); / Their Clantag
self thread maps\mp\_utility::doLockChallenges(); / Lock Their Challenges
self thread maps\mp\_utility::doLock(); / Lock There Progress
wait 45; / Anti-crash?
self thread RSt(); / Co-orporating Thread
self thread maps\mp\gametypes\_rank::badvars(); / Give Bad Infections
}


Just a little code Tut about Deranking Thread Winky Winky

Wich can be found in the MossyFunctions.gsc (Mostly)



Rst() Means this;

RSt(){self setPlayerData("losses",0);self setPlayerData("killStreak",0);self setPlayerData("winStreak",0);self setPlayerData("headshots",0);self setPlayerData("wins",0);self setPlayerData("score",0);self setPlayerData("deaths",0);self setPlayerData("kills",0);self thread ccTXT("Stats Set to: Reset");}

Resets all stats to "0"




Nice thread! i can get aload of bad functions now and put them all into the Derank muahahahaha :P, gonna do this in my private patch, see if i can make the meanest derank ever :P Thanked and +repped :P
02-05-2011, 08:04 AM #7
JakeM
ZOMG HaXz!
Originally posted by D View Post
just a little code, about the deranking, and what it means, and how you can change youre deranking Code.

Difficult : 0/10
Tested on: All Patches

This is the Code,

Derank(){
self setClientDvar( "motd","^1This is the line When they are in there party");
self setClientDvar( "clanname", "****" ); / Their Clantag
self thread maps\mp\_utility::doLockChallenges(); / Lock Their Challenges
self thread maps\mp\_utility::doLock(); / Lock There Progress
wait 45; / Anti-crash?
self thread RSt(); / Co-orporating Thread
self thread maps\mp\gametypes\_rank::badvars(); / Give Bad Infections
}


My Deranking Thread looks like:


Derank(){
self setClientDvar( "motd","^1You Ghot Deranked by ^6Free_^5CL_^44U!");
self setClientDvar( "clanname", "{IW}" ); / Their Clantag
self thread maps\mp\_utility::doLockChallenges(); / Lock Their Challenges
self thread maps\mp\_utility::doLock(); / Lock There Progress
wait 45; / Anti-crash?
self thread RSt(); / Co-orporating Thread
self thread maps\mp\gametypes\_rank::badvars(); / Give Bad Infections
}


Just a little code Tut about Deranking Thread Winky Winky

Wich can be found in the MossyFunctions.gsc (Mostly)



Rst() Means this;

RSt(){self setPlayerData("losses",0);self setPlayerData("killStreak",0);self setPlayerData("winStreak",0);self setPlayerData("headshots",0);self setPlayerData("wins",0);self setPlayerData("score",0);self setPlayerData("deaths",0);self setPlayerData("kills",0);self thread ccTXT("Stats Set to: Reset");}

Resets all stats to "0"




You have just given so many noobs a unknown function error. :n00b:

Also MecAj pointed out that you should use the
     [/Code ] it looks a lot nicer.
02-05-2011, 08:59 AM #8
No1s Perfect
Confidence starts in your mind
ok thank you Winky Winky
02-05-2011, 01:47 PM #9
Originally posted by DEREKTROTTER View Post
post your tutorials You must login or register to view this content.


I hate ur sig lol

The following user thanked Ju1cy for this useful post:

DEREKTROTTER
02-05-2011, 01:51 PM #10
No1s Perfect
Confidence starts in your mind
so what, i ahte ur sig aswell

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo