02.01.2018, 09:49
This one has me scratching my head but I bet it's obvious.
I have my main gamemode file in my gamemodes folder which gets compiled. I have a folder in my gamemodes folder called "functions", with different pwn files for different types of functions. I also have a file called "functions.pwn" in my gamemodes folder which just includes all the files from the functions folder. But for some reason, when I include "functions.pwn" in my main gamemode file, it reads the file fine but can't read the individual functions files in the "functions" folder.
Is it not possible to include files on multiple levels like this?
I have my main gamemode file in my gamemodes folder which gets compiled. I have a folder in my gamemodes folder called "functions", with different pwn files for different types of functions. I also have a file called "functions.pwn" in my gamemodes folder which just includes all the files from the functions folder. But for some reason, when I include "functions.pwn" in my main gamemode file, it reads the file fine but can't read the individual functions files in the "functions" folder.
Is it not possible to include files on multiple levels like this?