Garry's Mod

Garry's Mod

Quick Weapon Menu
Počet komentářů: 107
Sweatycock417 23. led. 2022 v 10.09 
does it work in servers?
Demo 25. čvn. 2021 v 22.58 
c
ninja "fornite" blevins 20. úno. 2021 v 5.55 
can you make a version that replaces the default weapon selector?
Ingeniero Whatsapp en Dark Souls 29. pro. 2020 v 20.04 
hey, if you want to have addon weapons on the wheel, right click the one you want, select "copy to clipboard", then paste it on a slot using the "quick_menu_settings" command. You actually can spawn anything you like, if you have enough brain to figure how to customize it.
Cuervo 13. úno. 2019 v 14.40 
The you know you can change the weapons on the weapon wheel to be custom weapons of your choice (including mod weapons)
Mingus Kingus 12. úno. 2019 v 21.22 
Not trying to criticize this addon, but it actually doesn't seem any quicker to me than the default weapons menu.

If you have the whole thing memorized, then it's just one key hit and one or two flicks of the scroll wheel. Can literally switch from the crowbar to the RPG in like 0.1 seconds.
Sea Bass 16. srp. 2018 v 7.32 
changing wepons dose not work trying to change the wepons is to hard and when i get the right name for the wepon IT GIVES ME AN ERROR SO FREEKING FIX IT
Cuervo 4. led. 2018 v 13.16 
Changing the weapons on the weapon wheel is broken, please fix this.
It gives you this error:

[User|#|STEAM_#:#:#########] Lua Error:

[Quick Weapon Menu] lua/autorun/client/menu.lua:275: Tried to use invalid object (type Panel) (Object was NULL or not of the right type)
1. GetValue - [C]:-1
2. QM_Settings_ButtonClick - lua/autorun/client/menu.lua:275
3. DoClick - lua/autorun/client/menu.lua:248
4. unknown - lua/vgui/dlabel.lua:232
BarnabyBM TTV 22. lis. 2016 v 6.41 
@bognog04 There already exists some addons like that.
The Pest 9. říj. 2016 v 1.57 
I really like the mod but i would like to customize the wheel and have a GTA 5 Loadout thing were u can switch to a different weapon in one slot
Bog 16. čvn. 2016 v 17.30 
can you or someone make a mod where you keep all your weapons when you die.
deadman 30. kvě. 2016 v 17.27 
Could you make the UI Customizable? For Example, the Main UI could be colored Red, and the Text could be colored Black?
Cheese 29. kvě. 2016 v 2.58 
there could be loudouts such as: 1 loudout i have a crowbar and smg and a 2nd where i have like an rpg and crossbow
AlexSFeather 7. dub. 2016 v 2.53 
what decimal is for tilde? ( ~ )
ataraxia 15. lis. 2015 v 1.31 
damn, first addon? im pretty surprised! this cant be your first addon dude...
really useful in PVP.
ste 12. čvc. 2015 v 4.04 
How come there is no SMG?
Eddlm 23. bře. 2015 v 7.12 
Regarding the sv_cheats thing, I use " player:Give("weapon_crowbar") " on my gamemode to give weapons to the players. You could try and use it, doesn't need sv_cheats to be enabled. It works serverside.

This is a neat idea!
Sherman Anti-Trust Act of 1890 25. úno. 2015 v 18.20 
To change the weapons on the wheel, spawn in the weapon of choice then open the console with the ~ button. it will say: giving (player) (gun name). put the gun name in the left column of the quick_menu_settings and name with the right column. then it should work. if it doesn't, turn on cheats ( sv_cheats 1 ) and check if the gun name is the same as listed in the console. Hope this helped!
Barack Oballer 3. úno. 2015 v 14.18 
mod is broken wont let me change the wepions in the whele
Americantax$ 23. led. 2015 v 21.35 
where is the smg slot?
The Juice 12. led. 2015 v 16.33 
thanks megatigereye!
Mr. Muggy 2. led. 2015 v 16.52 
Hey this addon is amazing, but it makes grymod unusable.
| fluffy | [FG]Hatsune Miku 19. pro. 2014 v 3.53 
Suggestion! Maybe compatibility with multi-player?
Detective Raphaël Costeau 20. lis. 2014 v 22.19 
This is probably a dumb question but how the hell do I change the weapons that I want to spawn in the menu?
skullbone22 1. lis. 2014 v 4.26 
how do you change the weapons on the grid
Dalton 19. říj. 2014 v 14.31 
@megatigereye i cant change the weapons in the menu and ive tried everything i can think of ive went to your previous comments pages and got advice from your earlier comments and it still not working it just keeps saying your addon is creating errors and this is wat it keeps saying in the console [Quick Weapon Menu] lua/autorun/client/menu.lua:275: Tried to use invalid object (type Panel) (Object was NULL or not of the right type)
1. GetValue - [C]:-1
2. QM_Settings_ButtonClick - lua/autorun/client/menu.lua:275
3. DoClick - lua/autorun/client/menu.lua:248
4. unknown - lua/vgui/dlabel.lua:206
AND I DONT KNOW WHY so can you please tell me wats wrong?
CLRTHRY 24. zář. 2014 v 15.49 
How do i change the weapons in the menu?
GodMode  [autor] 19. zář. 2014 v 5.14 
Thanks dude ^^ ik will modify it soon
Global 10. zář. 2014 v 13.42 
I tested it by modifying your script after extracting it (sorry). I replaced the give with gm_giveswep and it worked, no issues. As for gm_giveswep working in other gamemodes, it probably won't with gamemodes that DON'T use the spawnmenu
GodMode  [autor] 10. zář. 2014 v 5.30 
Cycle, thanks for the command. but thats for gamemodes and wont work on my client addon. regardless of this i will doublecheck if it works by using it :D if it happens to work well... i would love you ;)
Global 8. zář. 2014 v 18.44 
gamemodes/sandbox/gamemode/commands.lua*
Oops
Global 8. zář. 2014 v 18.41 
If you want to know where I found it, it's under gamemodes/sandbox/commands.lua, at line 715.
Global 8. zář. 2014 v 18.40 
I looked through the sandbox gamemode coding and found this useful command:
gm_giveswep
Should work just like give, but functions in multiplayer servers too. Respects admin flags on SWEPs.
GodMode  [autor] 8. zář. 2014 v 8.53 
JJJiggles, use the quick_menu_settings command. you can find all the info you need in the description :)
GodMode  [autor] 8. zář. 2014 v 8.53 
im sorry for not updating the wheel that much. i have very little time right now due to long hours of school and work. But i will try to update the wheel as much as possible
Dr. Dronken 8. zář. 2014 v 3.47 
Saints Row 2/ The Third/4 inspiration
The Juice 7. zář. 2014 v 13.25 
How do i change the weapons in the menu?
Wojna 7. zář. 2014 v 8.12 
gta 5 inspirton
GodMode  [autor] 5. zář. 2014 v 9.58 
sure :)
DoctorParacelsus 4. zář. 2014 v 19.03 
hey @megatigereye can i add you as a friend?
Dr. Dronken 3. zář. 2014 v 12.58 
@Dantheman
You kind of can't, you need to spawn SMG grenade ammo manually. You can find them under Entities/Half Life 2
ChildishScambino 2. zář. 2014 v 21.30 
i want to know how to add the smg with the grenades any help?
DoctorParacelsus 2. zář. 2014 v 15.16 
also if you see this (the mean commenting) happening to any other modmakers, just tell them what i told you
DoctorParacelsus 2. zář. 2014 v 15.15 
ok no problem, give me a few hours so i can research some designs, andi should be able to help give you some more ideas.

oh and btw it's not that i don't like it very much... in fact i love it. i just think that it would be even more awesome if we could get some ideas to make it look a little better.

and one more thing, if anyone says anything bad about this or about you, just ignore them and block them from commenting. because i have seen a lot of really good mod makers quit modding because of mean comments. so plz just ignore them so you and everyone reading the comments will be happy.
sgtpockets 2. zář. 2014 v 15.13 
nope havent tried yet
GodMode  [autor] 2. zář. 2014 v 15.12 
no problem :) did you get it working?
sgtpockets 2. zář. 2014 v 9.43 
ok my bad
GodMode  [autor] 2. zář. 2014 v 1.07 
Jerrynn, i dont think you can configure the animus hud. I found it around two days ago but could not find anything about configuring the weapons. Thanks for standing out for me ^^ though im sorry to hear you dont like the look of the hud that much, could you tell me what you think should change? I thought the font and hover effects made it look a lot better allready :D but than again im not a designer XD anyway i would really appreciate it if you gave me a few ideas to make the hud better
GodMode  [autor] 2. zář. 2014 v 1.02 
DANTHEMAN, i dont think the smg is on the weapon wheel by default. you have to configure it yourself. read the description it will explain itself :)