I have some difficulties with AddCSLuaFile im trying to let the player download the hud from my addon.
This is my addon structure.
[IMG]http://pichost.superkipje.com/images/23079184668912391302.png[/IMG]
I have added [lua]AddCSLuaFile("client/mn_hud.lua")[/lua] to the mn_money file but it doesn't work.
Any idea's why?
Try:
[lua]
AddCSLuaFile("autorun/client/mn_hud.lua")
[/lua]
It starts in the Lua folder (Correct me if i'm wrong)
That was it yeah!
Thanks!
Sorry, you need to Log In to post a reply to this thread.