Files
wnsrc/gamemodes/darkrp/plugins/terranova/sh_plugin.lua

19 lines
535 B
Lua
Raw Normal View History

2024-08-04 22:55:00 +03:00
--[[
| 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")