Recently I have been working on a script and I had to transfer my file to autorun/shared/myscript.lua in my addons folder from autorun/server/sv_myscript.lua and autorun/client/cl_myscript.lua. However, in the autorun/shared/myscript.lua none of my scripts even launch. I put them back in the autorun/server and autorun/client and they worked. Any ideas on what's happening?
If you want something to run shared, you can just put it in the /autorun folder. No need to put it in /autorun/shared.
[QUOTE=Entoros;24721597]If you want something to run shared, you can just put it in the /autorun folder. No need to put it in /autorun/shared.[/QUOTE]
what?
[QUOTE=Raxis;24720247]Recently I have been working on a script and I had to transfer my file to autorun/shared/myscript.lua in my addons folder from autorun/server/sv_myscript.lua and autorun/client/cl_myscript.lua. However, in the autorun/shared/myscript.lua none of my scripts even launch. I put them back in the autorun/server and autorun/client and they worked. Any ideas on what's happening?[/QUOTE]
do you have an info.txt in your addon's folder? an addon requires one or else it won't run
Thank you Entoros. Yes I have an info.txt.
Sorry, you need to Log In to post a reply to this thread.