• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

init.lua does not work

Hikita

New Member
Joined
Jun 4, 2021
Messages
1
Reaction score
0
what is the problem explain it does not see purely init. lua (no others tried-except server and clients)

running.lua

if THE SERVER is then




include ('server / server lua.lua' )

AddCSLuaFile ('client / client lo a. lua' )


local files = file.Find the table ('server/*. lua', 'LUA').
foreach (files, function (key, GUI)
include ('server/' .. gui) end
)

local files = file.Find the table ('client/*. lua', 'LUA').
foreach (files, function (key,GUI)
AddCSLuaFile ('client/'.. gui) end
) end


if the CLIENT then
includes ('client/client side.lua' )
--[[
local files = file.Find ('client/*.lua',' LUA')
table.foreach (files, function (key, GUI)

enable ('client/' .. gui)

]] end


print ("Start downloading done! ")


init.lua simply does not see
 
Back
Top