Update lua files

This commit is contained in:
Refosel
2026-03-28 15:22:25 +03:00
parent 1347f38f78
commit 7909d380e9
3 changed files with 40 additions and 40 deletions

View File

@@ -1,28 +1,8 @@
--if game.SinglePlayer() or CLIENT then return end
RefoselBots = {}
RefoselBots.NoNavMesh = {}
RefoselBots.Models = {}
LeadBot = {}
LeadBot.NoNavMesh = {}
LeadBot.Models = {} -- Models, leave as {} if random is desired
--[[-----
CONFIG START CONFIG START
CONFIG START CONFIG START
CONFIG START CONFIG START
--]]-----
-- Name Prefix
LeadBot.Prefix = ""
--[[-----
CONFIG END CONFIG END
CONFIG END CONFIG END
CONFIG END CONFIG END
--]]-----
RefoselBots.Prefix = ""
include("refoselbots/base.lua")
@@ -56,4 +36,4 @@ if file.Find("refoselbots/gamemodes/" .. map .. ".lua", "LUA")[1] then
include("refoselbots/gamemodes/" .. map .. ".lua")
elseif file.Find("refoselbots/gamemodes/" .. gamemode .. ".lua", "LUA")[1] then
include("refoselbots/gamemodes/" .. gamemode .. ".lua")
end
end