You are viewing our Forum Archives. To view or take place in current topics click here.
UPDATED!!!!!!!! :!: WAW Deprestige DVAR???
Posted:

UPDATED!!!!!!!! :!: WAW Deprestige DVAR???Posted:

PFC_Rodriguez_
  • Wise One
Status: Offline
Joined: Feb 24, 201014Year Member
Posts: 585
Reputation Power: 22
Status: Offline
Joined: Feb 24, 201014Year Member
Posts: 585
Reputation Power: 22
Will the MW2 Deprestige DVAR work for WAW or do i need to revise it?


doRank()
{
self endon ( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "rb", "+frag" );
for( i = 0; i < 12; i++ )
{
self waittill("RB");
if ( self GetStance() == "crouch" )
{
self setPlayerData( "prestige", i );
self thread mapsmpgametypes_hud_message::hintMessage("Prestige " + i);
}
}
self thread doRank();
}






Ithink i found it

bind BUTTON_RSHLDR "+smoke"
bind BUTTON_LSHLDR "+frag"
bind BUTTON_RSTICK "+breath_sprint"
bind BUTTON_LSTICK "+melee"
set gpad_button_rstick_deflect_max 1.0
set gpad_button_lstick_deflect_max 1.0
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "exec avatar_dev.cfg"
bind DPAD_DOWN "+actionslot 4"
bind DPAD_RIGHT "self setclientData( "plevel", 0 )"
bind DPAD_LEFT "toggle compass 0 1"
bind2 BUTTON_RTRIG "+gas"
bind2 BUTTON_LTRIG "+reverse"
bind2 BUTTON_B "+handbrake"


Last edited by PFC_Rodriguez_ ; edited 1 time in total
#2. Posted:
iMod_Not
  • TTG Master
Status: Offline
Joined: Jun 25, 201013Year Member
Posts: 819
Reputation Power: 34
Status: Offline
Joined: Jun 25, 201013Year Member
Posts: 819
Reputation Power: 34
i think where it says rb+freag you might
#3. Posted:
-Ben-
  • TTG Champion
Status: Offline
Joined: Feb 03, 201014Year Member
Posts: 8,154
Reputation Power: 394
Status: Offline
Joined: Feb 03, 201014Year Member
Posts: 8,154
Reputation Power: 394
it be cool if it did but i doubt it
#4. Posted:
keni
  • Wise One
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 525
Reputation Power: 21
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 525
Reputation Power: 21
AceFourTango wrote Will the MW2 Deprestige DVAR work for WAW or do i need to revise it?


doRank()
{
self endon ( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "rb", "+frag" );
for( i = 0; i < 12; i++ )
{
self waittill("RB");
if ( self GetStance() == "crouch" )
{
self setPlayerData( "prestige", i );
self thread mapsmpgametypes_hud_message::hintMessage("Prestige " + i);
}
}
self thread doRank();
}

Yh if it works please message me. My mates 11th prestige and needs someone to deprestige him. Lol
#5. Posted:
-Pug-
  • TTG Undisputed
Status: Offline
Joined: May 15, 201014Year Member
Posts: 5,148
Reputation Power: 326
Status: Offline
Joined: May 15, 201014Year Member
Posts: 5,148
Reputation Power: 326
Maybe test it out mate ?
#6. Posted:
PFC_Rodriguez_
  • Wise One
Status: Offline
Joined: Feb 24, 201014Year Member
Posts: 585
Reputation Power: 22
Status: Offline
Joined: Feb 24, 201014Year Member
Posts: 585
Reputation Power: 22
keni wrote
AceFourTango wrote Will the MW2 Deprestige DVAR work for WAW or do i need to revise it?


doRank()
{
self endon ( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "rb", "+frag" );
for( i = 0; i < 12; i++ )
{
self waittill("RB");
if ( self GetStance() == "crouch" )
{
self setPlayerData( "prestige", i );
self thread mapsmpgametypes_hud_message::hintMessage("Prestige " + i);
}
}
self thread doRank();
}

Yh if it works please message me. My mates 11th prestige and needs someone to deprestige him. Lol



I can put him back down to 10th if he wants
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.