I have recently been trying to create my own gamemode. When I load it on single player it works fine, but everytime I change it to multiplayer I get this error.
[TomAndTimmy|3|STEAM_0:0:92848226] Lua Error:
Couldn't include file 'shared.lua' (File not found) (@gamemodes/dead_by_gmod/gamemode/cl_init.lua (line 1))
[TomAndTimmy|3|STEAM_0:0:92848226] Lua Error:
Couldn't include file 'hud.lua' (File not found) (@gamemodes/dead_by_gmod/gamemode/cl_init.lua (line 2))
cl_init file:
include("shared.lua")
include("hud.lua")
Any help is greatly appreciated. This is my first time trying to create a gamemode so I'm not gonna know alot about it. All other uses of include all work inside my init, but not my cl_init.
AddCSLuaFile
Thank you, so much.
You are welcome.
Sorry, you need to Log In to post a reply to this thread.