mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 06:03:47 +03:00
Upload
This commit is contained in:
19
gamemodes/darkrp/plugins/butchering/sh_plugin.lua
Normal file
19
gamemodes/darkrp/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 = "Permet de massacrer les cadavres de certains PNJ pour obtenir diverses ressources."
|
||||
|
||||
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