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:
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?
Ithink i found it
Last edited by PFC_Rodriguez_ ; edited 1 time in total
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();
}
{
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"
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:
Status: Offline
Joined: Jun 25, 201014Year Member
Posts: 819
Reputation Power: 34
Status: Offline
Joined: Jun 25, 201014Year Member
Posts: 819
Reputation Power: 34
i think where it says rb+freag you might
- 0useful
- 0not useful
#3. Posted:
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
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jun 11, 200915Year 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
- 0useful
- 0not useful
#5. Posted:
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 ?
- 0useful
- 0not useful
#6. Posted:
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 wroteAceFourTango 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
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.