Author Topic: folders not working out  (Read 318 times)

So im learning coding, following some tutorials. However, every time I make a folder in addons it does not load in game. This was also a problem when i was working with map building, trying to save to the folder i created but it was not available. Has anyone else had this issue? How can i fix this? I have DL'd many addons and they all show up, so i dont know if its just the package or what. Thanks for any help.

first of all: what are you naming your folder?
second of all: is there a server.cs or client.cs file inside the folder?
third of all: it might not be executing properly or automatically. when you start your game, go into the console and type:
exec("add-ons/foldername/filename.cs");

It should at least attempt to execute itself. If it gets an error that means that there's an error in the syntax that you have to fix before it can run properly.