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

19 lines
535 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 PLUGIN = PLUGIN
PLUGIN.name = "Terranova Plugins"
PLUGIN.description = "Adds certain Terranova plugins to the schema."
PLUGIN.author = "Adolphus, Fruity"
ix.util.Include("sh_doorkick.lua")
ix.util.Include("sh_shootablelocks.lua")
ix.util.Include("sh_extendedrpcommands.lua")