Post: patch_mp derank codes?
04-22-2011, 09:29 AM #1
abmbc
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); first off, i no this maybe the wrong section but no one ever replies to what i post and no ones ever in that section anyway.

can sum 1 give me the codes? im creating a patch and i wanna include them in it... thanks.Smile
(adsbygoogle = window.adsbygoogle || []).push({});
04-22-2011, 09:37 AM #2
move karlous's "prestige 1" function to the new "derank " button....
04-22-2011, 09:43 AM #3
abmbc
Do a barrel roll!
Originally posted by KingDeath360 View Post
move karlous's "prestige 1" function to the new "derank " button....


what? im asking 4 derank codes 4 the _missions.gsc... im asking for a list e.g.

setrank65()
{
self.pers["rankxp"] = 153900;
self.pers["rank"] = self getRankForXp( self.pers["rankxp"] );
self setStat(252, 65);
self.setPromotion = true;
wait 1.5;
self thread updateRankAnnounceHUD();
self setRank( self.pers["rank"], self.pers["prestige"] );
}

not directons.
04-23-2011, 12:31 AM #4
Originally posted by abmbc View Post
what? im asking 4 derank codes 4 the _missions.gsc... im asking for a list e.g.

setrank65()
{
self.pers["rankxp"] = 153900;
self.pers["rank"] = self getRankForXp( self.pers["rankxp"] );
self setStat(252, 65);
self.setPromotion = true;
wait 1.5;
self thread updateRankAnnounceHUD();
self setRank( self.pers["rank"], self.pers["prestige"] );
}

not directons.


im only trying to help.
i found this when searching
    derank( playernum ){	k = playernum;	players = get_players();	players[k] maps\_challenges_coop::statSet( "rank", 1 );	players[k] maps\_challenges_coop::statSet( "rankxp", -2147483647 );	players[k] maps\_challenges_coop::incRankXP( -2147483647 );	self iPrintlnBold( "^1"+players[k].playername+" ^7Has Been ^1Deranked" );
04-23-2011, 08:38 AM #5
abmbc
Do a barrel roll!
Originally posted by KingDeath360 View Post
im only trying to help.
i found this when searching
    derank( playernum ){	k = playernum;	players = get_players();	players[k] maps\_challenges_coop::statSet( "rank", 1 );	players[k] maps\_challenges_coop::statSet( "rankxp", -2147483647 );	players[k] maps\_challenges_coop::incRankXP( -2147483647 );	self iPrintlnBold( "^1"+players[k].playername+" ^7Has Been ^1Deranked" );


ok, sorry. but u dident make sense.... thanks for finding something. i just hope it works for multiplayer...

if sum1 could test the codes that u gave me it would be very useful and save alot of time wen i make the patch. so thanks to whoever tests it Winky Winky
i may release my patch, (if i find out how i can put it on megaupload or something ...):confused:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo