I've tried to import a file for a HUD, but when I tried to do it, the console gives me this error:
Couldn't include file 'mattehud\mhud.lua' (File not found) (@addons/licensehud/lua/autorun/mattehud.lua (line 7))
Here is the code:
[CODE]
if SERVER then
AddCSLuaFile("matteHUD/config.lua")
AddCSLuaFile("matteHUD/mHUD.lua")
else
include("matteHUD/mHUD.lua")
end
[/CODE]
File location pictures:
Location of files I'm trying to import:
[IMG]http://i.imgur.com/N4weiTL.png[/IMG]
Location of file that is importing the files:
[IMG]http://i.imgur.com/Om3RKnA.png[/IMG]
[B]EDIT:[/B]
I found a fix! No need to respond
Sorry, you need to Log In to post a reply to this thread.