06.09.2013, 11:29
Hello, my problem is that when i try to compile, it just compiles and compiles and compiles, it doesn't stop. (no "pawncc has stopped responding").
The thing is, i wanted to move my house system to an include, i did that. Then i included it by doing:
If i copy the content of "houseSystem" instead of that include line, it's okay.
So i don't understand, doesn't #include actually do that, copy?
The thing is, i wanted to move my house system to an include, i did that. Then i included it by doing:
pawn Code:
#include "data/houseSystem"
So i don't understand, doesn't #include actually do that, copy?