Garry's Mod
Knockdown Deaths
Εμφάνιση 11-20 από 32 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 11 Φεβ 2023 στις 2:56

got rid of client bs

Ενημέρωση: 29 Ιαν 2023 στις 19:45

added ability to add custom sounds using your own addons using below format

hook.Add("Initialize", "unique name :)", function()

--example filepath "impact/impact1.wav"

kd_deathsoundadd("your filepath here")


kd_impactsoundadd("your filepath here")

end)


Ενημέρωση: 5 Σεπ 2022 στις 16:34

Potentially fixed sounds playing when spawning ragdolls and spawn protection hum not being stopped.

Ενημέρωση: 8 Ιουλ 2022 στις 6:20

fixed lua error when disabling addon via convar

Ενημέρωση: 27 Ιουν 2022 στις 15:43

soundssss guhhhh

Ενημέρωση: 21 Ιουν 2022 στις 19:10

You now get your weapons even if a certain failsafe triggers.

Ενημέρωση: 21 Ιουν 2022 στις 19:07

Added a few failsafes, potentially fixed PPM/2 bug.

Ενημέρωση: 21 Ιουν 2022 στις 7:40

Hopefully fixed clientside comicalsounds (pony death sounds dont play for others if disabled though, trying to fix it), fixed incompatibility with manual weapon pickup, fixed unstuck convar (may add new arguments to it later).

Ενημέρωση: 20 Ιουν 2022 στις 20:02

Unstuck failsafe update.

Ενημέρωση: 20 Ιουν 2022 στις 19:31

Forgot to even put the sound files in the addon, didn't catch it cuz I had them installed already.