add sborka
This commit is contained in:
29
garrysmod/addons/wos/lua/autorun/wiltos_dynabase_loader.lua
Normal file
29
garrysmod/addons/wos/lua/autorun/wiltos_dynabase_loader.lua
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
--[[-------------------------------------------------------------------
|
||||
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" )
|
||||
Reference in New Issue
Block a user