mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
20 lines
509 B
Lua
20 lines
509 B
Lua
--[[
|
|
| 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")
|