You are viewing our Forum Archives. To view or take place in current topics click here.
What's the Dvar to drop weapon?
Posted:
What's the Dvar to drop weapon?Posted:
Status: Offline
Joined: Jul 27, 201113Year Member
Posts: 17
Reputation Power: 0
Status: Offline
Joined: Jul 27, 201113Year Member
Posts: 17
Reputation Power: 0
Title says it all. I've looked everywhere and can't find it!
#2. Posted:
Status: Offline
Joined: Oct 04, 201014Year Member
Posts: 627
Reputation Power: 28
bind button_BACK "dropweapon"
back can be any dpad buttons
back can be any dpad buttons
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Feb 13, 201113Year Member
Posts: 4,514
Reputation Power: 282
Status: Offline
Joined: Feb 13, 201113Year Member
Posts: 4,514
Reputation Power: 282
"dropweapon"
you can use the search bar right?
you can use the search bar right?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Oct 21, 201014Year Member
Posts: 736
Reputation Power: 39
Status: Offline
Joined: Oct 21, 201014Year Member
Posts: 736
Reputation Power: 39
Use the dvar activeAction Like so.
[{+actionslot 2}] Prints Dpad down on the screen
dropWeapon()
{
self SetClientDvar( "activeAction", "unbind DPAD_DOWN; bind DPAD_DOWN dropweapon;" );
self iprintln( "^2[{+actionslot 2}] = Drop Weapon" );
}
[{+actionslot 2}] Prints Dpad down on the screen
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.