Quote:
Originally Posted by Y_Less
I assume you're compiling on Windows so have you tried using backslashes? pawncc doesn't overly like non-native separators.
|
This actually fixed the issue, it was my impression that either of them worked, i never knew pawncc didnt like the forward slashes! Whats weird to me is that the forward slash DOES work, it just stopped working when another folder came into the picture xD (like i said, ../scriptfiles/DM worked fine, wasnt until Scripts that it started failing).
My bad
. Thanks for you post Y_Less.
Since pawncc obviously doesnt like this, i think grandlarc should be modded (as to not let people learn to use forward slashes/hit my mistake).
Code:
//from grandlarc.pwn
#include "../include/gl_common.inc"
#include "../include/gl_spawns.inc"
Quote:
Originally Posted by Miguel
Add those lines at the end of the script and compile again. By the way, why are you trying to add a .txt file to a pawn file?
|
The issue is fixed, but figured i shoud answer this as well. WHEN it was broken, location of the include didnt matter one bit, it still wouldnt include code. Moving it to the bottom would just mean more work (forwarding etc). Im including a text file because there i code inside it i want, duh :P! I could very well make it an actual include, but those open with the c++ IDE, and that takes to long, so i prefer txt.