OK, So I decided to add more to what I was wondering. I'm giving you guys more info. Please please help me. <3
[CODE]Couldn't include file 'shared.lua' (File not found) (@gamemodes/paintball/gamemode/cl_init.lua (line 1))
ERROR: Trying to derive entity obj_patrolpoint from non existant entity base_gmodentity!
ERROR: Trying to derive entity sent_scarainode from non existant entity base_gmodentity!
ERROR: Trying to derive entity obj_npcspawner from non existant entity base_gmodentity!
ERROR: Trying to derive entity obj_viewcam from non existant entity base_gmodentity!
ERROR: Trying to derive entity sent_aiscarcontroller from non existant entity base_gmodentity!
[/CODE]
Thats 1 error, and I still get the .text file error. Heres my cl_init.lua file coding.
[CODE]include( "shared.lua" )[/CODE]
Now before you ask, "Where is the rest of your coding?" Its because I accidently deleted it and it autosaved when I closed Notepad++. Anyways back on topic. Basicly this is saying that cl_init can't find Shared.lua? I'm like wtf. :L They are both in the same file but yet the game still can't find it! If anyone has an answer to this PLEASE Help me. <3
Can you perhaps show us the txt file?
Text File is.
[CODE]"Gamemode"
{
"base" "base"
"title" "Secret"
"maps" "^gm_"
"menusystem" "1"
"settings"
}[/CODE]
[editline]24th August 2013[/editline]
Anyone?
Is there AddCSLuaFile("shared.lua") in your init.lua?
[QUOTE=Chessnut;41948395]Is there AddCSLuaFile("shared.lua") in your init.lua?[/QUOTE]
Yes there is.
I think this happens because there's an error in shared.lua, post the content of it here and the error (above the not found error) in console, too.
Sorry, you need to Log In to post a reply to this thread.