Files
VnUtest/garrysmod/addons/wos/lua/autorun/wiltos_dynabase_loader.lua
2026-03-31 10:27:04 +03:00

30 lines
1.0 KiB
Lua

--[[-------------------------------------------------------------------
Dynamic Base:
Bringing the power everyone. Developer, server owner, and player.
Powered by
_ _ _ ___ ____
__ _(_) | |_ / _ \/ ___|
\ \ /\ / / | | __| | | \___ \
\ V V /| | | |_| |_| |___) |
\_/\_/ |_|_|\__|\___/|____/
_____ _ _ _
|_ _|__ ___| |__ _ __ ___ | | ___ __ _(_) ___ ___
| |/ _ \/ __| '_ \| '_ \ / _ \| |/ _ \ / _` | |/ _ \/ __|
| | __/ (__| | | | | | | (_) | | (_) | (_| | | __/\__ \
|_|\___|\___|_| |_|_| |_|\___/|_|\___/ \__, |_|\___||___/
|___/
-------------------------------------------------------------------]]--[[
Lua Developer: King David
Contact: http://steamcommunity.com/groups/wiltostech
----------------------------------------]]--
if SERVER then
AddCSLuaFile( "wos/dynabase/loader/loader.lua" )
end
include( "wos/dynabase/loader/loader.lua" )