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