Garry's Mod

Garry's Mod

654 ratings
TTT Detective Shotgun
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Weapon
Addon Tags: Fun, Realism
File Size
Posted
Updated
1.242 MB
28 Jan, 2015 @ 9:28pm
3 Aug, 2015 @ 12:39pm
2 Change Notes ( view )

Subscribe to download
TTT Detective Shotgun

Description
A Detective Shotgun I made for TTT. Only Detectives can buy it. Use it to kill those pesky Traitors!

I made it using models I got from the M9K Heavy Pack.
20 Comments
Niesson 29 Jun, 2022 @ 12:02pm 
I highly recommend to lower the volume by lowering the number in each "volume = 1," line to a 0.x decimal.
Niesson 29 Jun, 2022 @ 11:57am 
Regarding missing sound:
Create a lua file (e.g. detective_shotgun.lua) in the path garrysmod/addons/ttt_detective_shotgun_383162630/lua/autorun on your server.

Put the following lines in the .lua file and save it:


sound.Add({
name = "Mberg_590.Single",
channel = CHAN_STATIC,
volume = 1,
sound = "weapons/590/m3-1.wav"
})

sound.Add({
name = "Mberg_590.Insertshell",
channel = CHAN_ITEM,
volume = 1,
sound = "weapons/590/m3_insertshell.mp3"
})

sound.Add({
name = "Mberg_590.Pump",
channel = CHAN_ITEM,
volume = 1,
sound = "weapons/590/m3_pump.mp3"
})

sound.Add({
name = "Mberg_590.Bullet",
channel = CHAN_ITEM,
volume = 1,
sound = "weapons/590/m3_bullet.mp3"
})

sound.Add({
name = "Mberg_590.Draw",
channel = CHAN_ITEM,
volume = 1,
sound = "weapons/590/m3_draw.mp3"
})
SovetskiDuck 20 Jul, 2019 @ 6:30pm 
Cool addon but there is no sound, could you fix resource?
Zuko  [author] 1 Aug, 2015 @ 2:52pm 
You might be missing a line or two in your resource.add file.
Law 1 Aug, 2015 @ 2:48pm 
I do have it on a TTT server. It's weird because when you hold the gun yourself, its fine. But if you look at someone holding the gun, its pink and black
Zuko  [author] 1 Aug, 2015 @ 2:46pm 
You have to have it on a ttt server. It works better if you put it on a dedicated ttt server and force clients to download the materials, models and sounds instead of starting a server from a client. It cant be used in sandbox.
Law 1 Aug, 2015 @ 12:25pm 
Also, if you look at someone holding it, it's pink and black
Law 1 Aug, 2015 @ 7:40am 
Is it me or does it not really make a sound when shot?
Zuko  [author] 19 Feb, 2015 @ 4:01pm 
no problem man
Ditch 19 Feb, 2015 @ 3:36pm 
oh, well that sucks, but thanks for the info DarkSilence.