Garry's Mod

Garry's Mod

654 평점
TTT Detective Shotgun
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Content Type: Addon
Addon Type: Weapon
Addon Tags: Fun, Realism
파일 크기
게시일
업데이트일
1.242 MB
2015년 1월 28일 오후 9시 28분
2015년 8월 3일 오후 12시 39분
업데이트 노트 2개 (보기)

다운로드 위해 구독하기
TTT Detective Shotgun

설명
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
Niesson 2022년 6월 29일 오후 12시 02분 
I highly recommend to lower the volume by lowering the number in each "volume = 1," line to a 0.x decimal.
Niesson 2022년 6월 29일 오전 11시 57분 
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 2019년 7월 20일 오후 6시 30분 
Cool addon but there is no sound, could you fix resource?
Zuko  [작성자] 2015년 8월 1일 오후 2시 52분 
You might be missing a line or two in your resource.add file.
mamacitaclaudy 2015년 8월 1일 오후 2시 48분 
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  [작성자] 2015년 8월 1일 오후 2시 46분 
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.
mamacitaclaudy 2015년 8월 1일 오후 12시 25분 
Also, if you look at someone holding it, it's pink and black
mamacitaclaudy 2015년 8월 1일 오전 7시 40분 
Is it me or does it not really make a sound when shot?
Zuko  [작성자] 2015년 2월 19일 오후 4시 01분 
no problem man
J 2015년 2월 19일 오후 3시 36분 
oh, well that sucks, but thanks for the info DarkSilence.