Jump to content

Having problems with Multi-function bind..Please help


RumbleJunkie

Recommended Posts

So I've been trying to get a bind to work so when I take I my needle it will say *Produces needle* Stand & Deliver *Name of whom I am targeting* So far I have...

 

/bind 5 "weaponbank 5"; say_team *Produces Needle* Stand & Deliver [p]

 

Am I missing something here? I also use my right side number pad for switching weapons * I dunno if that has something special I need to put for that either to make it work on my number pad.. * But i would like to set it for my number pad if at all possible.

 

Any help would be greatly appreciated ^^ Thanks.

Link to comment
Share on other sites

http://fearless-assassins.com/tutorials/article/73-how-to-make-binds-chat-sound-shortcuts/

 

/bind KP_END

 

Don't think it's possible to bind text to your weapon when you pull it, atleast, don't think I've seen that before. You could just bind the text and press it after you pull the weapon.

Link to comment
Share on other sites

  • Clan Friend

/bind 5 "weaponbank 5"; say_team *Produces Needle* Stand & Deliver [p]

is not correct, because by closing the double quotes you end the command, and the semicolon starts another command, so you have 2 commands there:

1 bind 5 "weaponbank 5"

2 say_team *Produces Needle* Stand & Deliver [p]

 

it will bind weaponbank 5 to the key, and it will also say the chat text, but only when you exec the config, and not after!

 

move the quote at the end:

 

/bind 5 "weaponbank 5; say_team *Produces Needle* Stand & Deliver [p]"

Link to comment
Share on other sites

Got it working, I just needed to move my quotes ^^ But the target command doesn't work out as well as I thought it would.. There wouldn't happen to be a name text shortcut for who you revived last would there? xD

Link to comment
Share on other sites

the following is possible.

[a] - last person who gave you ammo

[d] - last person who killed you

[h] - last person who gave you health

[k] - last person you killed

[l] - your current location

[n] - your name

[r] - last person who revived you

[p] - teammate you are pointing at

- your health

[w] - weapon you are currently holding

[t] - ammo for current weapon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.