PDA

View Full Version : need a script that...


spin
May 7th, 2003, 11:51 PM
okay im kind of in a bind here...the button that i normally use for nades is broked (mouse5) and i really have no other key to bind it to. i use it for...

caltrop - scout
norm nade - med
nail nade - solly
mirv - hwguy and demo
napalm - pyro
emp - engi
gas - spy

so is there a way to make a script that will switch the type of nade on one button. i want to be able to press a key and have it switch mouse4 from conc to norm for med so i can dm. i also need it to have a display that says: NORM NADE or SPECIAL NADE when appropriate. i can do the actual bind but im not sure how to make the display. if u want a good example of what the display looks like look here:
http://www.custom-tfc.co.uk/images/items/misc/comms/item1870.jpg
that black box is perfect!!!

so can anyone do this for me??? do u need any more explination?? yeah thanks :)

May 8th, 2003, 12:48 AM
scr_connectmsg "blah"
scr_connectmsg2 "blah"
scr_connectmsg3 "blah"

Acharne
May 8th, 2003, 05:15 PM
sup, here:

alias gren gren1
alias gren1 "throwgren;primeone"
alias gren2 "throwgren;primetwo"
alias switch select1
alias select1 "alias gren gren1; alias switch select2; scr_connectmsg Primary Grenade"
alias select2 "alias gren gren2; alias switch select1; scr_connectmsg Secondary Grenade"

if you need anything else (or modifications of this) just yell

btw:
bind KEY gren
bind KEY switch