From f9cd6a232784cb3e6cfe2e6c1ea1307a47c0693e Mon Sep 17 00:00:00 2001 From: toasterpanic Date: Mon, 25 May 2026 16:46:04 -0400 Subject: [PATCH] Stuff --- README.md | 1 + addon.json | 13 +++++++++++++ lua/autorun/stop_fucking_coughing.lua | 13 +++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 addon.json create mode 100644 lua/autorun/stop_fucking_coughing.lua diff --git a/README.md b/README.md index e69de29..661bbc5 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +# Stop Fucking Coughing \ No newline at end of file diff --git a/addon.json b/addon.json new file mode 100644 index 0000000..ecd1484 --- /dev/null +++ b/addon.json @@ -0,0 +1,13 @@ + +{ + "title" : "[Z-City] Stop Fucking Coughing", + "type" : "Effects", + "tags" : [ "realism" ], + "ignore" : + [ + "*.psd", + "*.vcproj", + "*.svn*", + "*.md" + ] +} diff --git a/lua/autorun/stop_fucking_coughing.lua b/lua/autorun/stop_fucking_coughing.lua new file mode 100644 index 0000000..57407fd --- /dev/null +++ b/lua/autorun/stop_fucking_coughing.lua @@ -0,0 +1,13 @@ +hg.organism.module.random_events.TriggerRandomEvent = function(owner, eventName) +return +end + +hg.organism.module.random_events.TriggerRandomEvent() + +hook.Add("Think", "stcgsadgdasdgasdg", function() + for i,v in pairs(player:GetAll()) do + if !v.organism then continue end + + v.organism.timeToRandom = 9999999999 + end +end)