PDA

View Full Version : Possible to bind the smoke grenade?


maggot_se
03-10-2003, 06:01 PM
Hi guys, great site you have here!

I wonder if someone knows if it's possible to bind the smoke grenade by means of "useweaponclass XXX". I have found it quite useful, though I don't like that one have to scroll everytime one needs it by means of "weapnext". Thanks in advance,

maggot.se

Rimmel
04-05-2003, 06:36 AM
In a word "NO"... but....

What I do is to Bind 2 keys (one for the nades) and one that takes me back to the last weapon used.

e.g. when I enter a game I choose the smg. Then immediately press the 3 key. This when used with the script below will allow me to press the HOME key at anytime and my nades will appear.. press home twice and I get smoke nades..... I lob one then presss the INSERT key.. this takes me back to the last selected weapon (smg No 3 key)

Actually when you get used to it.... it works very well,.. because I use the arrow keys for movement so the HOME and INSERT keys are very handy......

Regards

PS if you change weapon to say the rifle... immediately press 2 (this changes the last selected weapon in the script........

PPS Obviously just replace the keywords "HOME" and "INS" to whatever keys you prefer....


//---------------------------------------------------------
// Rimmel SH nades Script
unbind HOME
unbind INS
bind HOME "useweaponclass grenade"
bind 2 "backtorifle; bind INS backtorifle"
bind 3 "backtosmg; bind INS backtosmg"
bind 4 "backtomg; bind INS backtoMG"
bind 6 "backtoheavy; bind INS backtoheavy"
//-----------------------------------------------------------

maggot_se
04-05-2003, 06:06 PM
Thanks for your reply Rimmel, I will try your concept, also, someone told me that the smoke grenade is a sub group to the normal grenade, so therefore I guess it won't be so easy to make a direct bind to them.