Search
Username:
Password:

Register or Reset Password

SUBMISSIONS
Counter Strike
   New Maps
   New Tutorials
   New Skins
   New GUI's
   New Sounds
   New Threads
Other
   Media
   Gamers
   Clans
   Studios
Ultimate nade selector
Added by...
Brought to you by...
Author(s): xxxj2kxxx
Category: CS:S > Weapon Scripts
Notes/Usage Instructions:

None found
Script Code:
//==========================
//Nade selectors by J2K
//==========================


This first script instantly selects each grenade type in the order they appear in the HUD weapon slots with each press of the 4 key.

This relies on you having all 4 grenades and pressing the 4 key only once per grenade and throwing them in the correct order. A second version is below.

//Script selecting grenades in their set order
alias instanade nade1
alias nade1 "slot4; use weapon_hegrenade; alias instanade nade2;"
alias nade2 "slot4; use weapon_flashbang; alias instanade nade3;"
alias nade3 "slot4; use weapon_flashbang; alias instanade nade4;"
alias nade4 "slot4; use weapon_smokegrenade; alias instanade nade5;"
alias nade5 "slot4; alias instanade nade1;"

//The bind
bind 4 instanade

//==========================
//Nade selector version 2
//==========================


This version will always select your preferred grenade, if available.

If not, it will select your second preference, and so on.

Bind the 4 key to the preference you wish to use.

//The 3 different grenade preferences
alias preference1 "slot4; use weapon_smokegrenade; use weapon_flashbang; use weapon_hegrenade;"
alias preference2 "slot4; use weapon_flashbang; use weapon_hegrenade; use weapon_smokegrenade;"
alias preference3 "slot4; use weapon_hegrenade; use weapon_smokegrenade; use weapon_flashbang; "

//Bind your choice of key to your chosen preference number
bind 4 preference1

//Note
The last item in each preference list is the highest priority.
Added: 1 year ago
Feedback (6)
.
Scripting & Tutorial MasterY2M
Posted 11 months ago
It is necessary because of menus in the game. Any time you have to vote on adminmod servers, the "4" key has to contain the "slot4" command. Same goes for choosing player skins.

I never noticed that it brings up the nade menu though, i guess i automatically click when i choose nades and didn't notice anything different.

I'll rework the script somehow when i get some time, i'll either change the bound key away from 4 so that can remain a menu button, or i will add a short +attack -attack type command after slot4 to make it clear the menu from the screen... i'll see how it goes.

Thanks for pointing that out, i was only annoyed because you were not constructive in your wording at first. I felt attacked that's all.
GrimReaper .
Fear the ReaperY2M
Posted 11 months ago
Look, it shows me the nade selection, and it's annoying, because it covers almost the whole screen, and you must click MOUSE1 twice, first just for selecting, second to throw it.
Why is slot4 even necessary? You would delete all slot4 commands, and it shows no annoying nade select screen.

As you seem upset, and the script can be fixed to work great, I will give you a 9. Fix it yourself, and the 10 is yours :D.
.
Scripting & Tutorial MasterY2M
Posted 11 months ago
Sorry that you didn't understand this script Gr1m, must be hard to be you.

This isn't a nade spam script as you have linked to, this simply allows a single press of the 4 key (no need to keep pressing 4 to cycle nades) and depending on which version you use, it will either select the nades in order, or in your custom preferenced order.

This started as a request in the config forum, but i began to use it myself and added to scripts.

All up, it doesn't suck, it doesn't nade spam and it does select grenades VERY well with a lot of flexibility. I don't appreciate your negative comments gr1m.
GrimReaper .
Fear the ReaperY2M
Posted 11 months ago
Using slot4 in grenade binds just sucks, this is far from grenade selector, even simple binds are better:

bind "e" "use weapon_flashbang"
bind "r" "use weapon_hegrenade"
bind "t" "use weapon_smokegrenade"

Real grenade selectors are these:
Grenade Select & Throw

Grenade Throw
NeoShroomish .
BannedY2M
Posted 1 year ago
Looks like you put a lot of effort in.
- Banned
koely .
Stuck On Yesterday Once Again.Y2M
Posted 1 year ago
Or just use mine to buy / pick nades:


clicky
Add Feedback
Provide constructive feedback. What is "constructive"?
You must login or register to access this!
Assessment
The community's verdict.
User Rating [+]
9/10
bScore
9.00/10
You cannot assess yet!
Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure.

To vote on this submission register or login.
Stamps
This script in a nutshell...
Helpful & Detailed
You cannot stamp yet!
Stamps let you apply characteristics to submissions to help others understand them.

To stamp this submission register or login.
Brought to you by...
Sabotage Studios
Originality, Creativity, Simplicity
Membership: On Request
Primary Skills: ?
Inception: 2 years ago
Vote for Studio
Like this script? Vote Sabotage Studios for one or more monthly awards.
You must login or register to access this!
Related Scripts
Want more? Find related scripts.