27.11.2011, 18:44
So i make include to my gamemode
when i include liba/file.pwn libb/ which in liba
directory tree
code is like:
I will get in compiler respond:
liba/file.pwn(16) : fatal error 100: cannot read from file: "libb/custom.pwn"
pawn Код:
// filename gamemode.pwn
#include "liba/file.pwn"
directory tree
Код:
gamemodedir |---liba |---libb
pawn Код:
// filename liba/file.pwn
#include "libb/custom.pwn"
liba/file.pwn(16) : fatal error 100: cannot read from file: "libb/custom.pwn"