Can't open a server with a custom gamemode - windows 10
10 replies, posted
this theard was on a problem, no response and i solved it, but now i have another problem so i've edited it.
it says "cl_init.lua" dosen't exists in the "gamemode" folder, but it DOES!
help?
Are you sure it mentions the gamemode folder? It might just not be visible on the client because of no call to AddCSLuaFile()...
nvm
or the file itself might be empty.
it mentions the gamemode folder
[[LP]Suggestive|2|STEAM_0:1:29112457] Lua Error:
Couldn't Load Init Script: 'lstwars/gamemode/cl_init.lua'
then paste the content of that file.
[QUOTE=whitestar;48408201]then paste the content of that file.[/QUOTE]
include( "shared.lua" )
do you have AddCSLuaFile("cl_init.lua") in the init.lua?
[QUOTE=TylerB;48408503]do you have AddCSLuaFile("cl_init.lua") in the init.lua?[/QUOTE]
yes
Can you paste the entire console log?
It works! FINALLY
Sorry, you need to Log In to post a reply to this thread.