Can someone explain me how to get my addon to automatically load
2 replies, posted
So im making addon but i quite dont understand how to make it load automatically so it doesnt have to be started with lua_openscript.
Can someone explain me how?
Thanks.
Put it into lua/autorun for shared, lua/autorun/client for client scripts and lua/autorun/server for serverside scripts.
[QUOTE=Robotboy655;50112389]Put it into lua/autorun for shared, lua/autorun/client for client scripts and lua/autorun/server for serverside scripts.[/QUOTE]
Welp that was easy, i was trying to do something with addcsluafile and include :P Thanks!
Sorry, you need to Log In to post a reply to this thread.