mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
19
gamemodes/ixhl2rp/plugins/butchering/sh_plugin.lua
Normal file
19
gamemodes/ixhl2rp/plugins/butchering/sh_plugin.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
local ix = ix
|
||||
|
||||
PLUGIN.name = "Butchering"
|
||||
PLUGIN.author = "AleXXX_007"
|
||||
PLUGIN.description = "Allows to butcher certain NPC's corpses to get various resources."
|
||||
|
||||
ix.util.Include("cl_hooks.lua")
|
||||
ix.util.Include("sh_npcs.lua")
|
||||
ix.util.Include("sv_hooks.lua")
|
||||
Reference in New Issue
Block a user