27.02.2015, 18:16
(
Последний раз редактировалось Callum98; 11.03.2015 в 19:18.
)
Here is all the files I include
It includes all of the files up to this include
and if I remove a file the compiler includes that file so it's not just that file.
Anyone know a fix/workaround without having to put it into one big file.
Edit:
For those interested in a fix, remove the ./ at the start so it just becomes ../ instead of ./../
It includes all of the files up to this include
pawn Код:
#include "./../scriptfiles/commands/admin.txt"
Anyone know a fix/workaround without having to put it into one big file.
Edit:
For those interested in a fix, remove the ./ at the start so it just becomes ../ instead of ./../