Stuff
This commit is contained in:
parent
51be5da0ee
commit
f9cd6a2327
3 changed files with 27 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
# Stop Fucking Coughing
|
||||
13
addon.json
Normal file
13
addon.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
{
|
||||
"title" : "[Z-City] Stop Fucking Coughing",
|
||||
"type" : "Effects",
|
||||
"tags" : [ "realism" ],
|
||||
"ignore" :
|
||||
[
|
||||
"*.psd",
|
||||
"*.vcproj",
|
||||
"*.svn*",
|
||||
"*.md"
|
||||
]
|
||||
}
|
||||
13
lua/autorun/stop_fucking_coughing.lua
Normal file
13
lua/autorun/stop_fucking_coughing.lua
Normal file
|
|
@ -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)
|
||||
Loading…
Reference in a new issue