Files
wnsrc/gamemodes/ixhl2rp/plugins/descriptionitems/sh_plugin.lua
lifestorm ba1fc01b16 Upload
2024-08-04 23:12:27 +03:00

18 lines
470 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/
--]]
PLUGIN.name = "Description Items"
PLUGIN.author = "Aspect™"
PLUGIN.description = "Adds a description to a player if they are carrying a large item."
ix.util.Include("cl_hooks.lua")
ix.util.Include("sv_hooks.lua")