Filterscripts not compiling
#1

Ok this is probably something simple ive missed but why are these errors appearing for empty lines and otherwise working code?
This has happened with about 7 different filterscripts ive tried recompiling, but works fine for all the other filterscripts ive compiled using it (as well as GM)
All folder directories are correct

Reply
#2

pawn Код:
#define Database "Database/%s.ini"
That very well could be the problem. Try this and see if it works
pawn Код:
#define Database "DB/%s.ini"
Reply
#3

Quote:
Originally Posted by Grim_
Посмотреть сообщение
pawn Код:
#define Database "Database/%s.ini"
That very well could be the problem. Try this and see if it works
pawn Код:
#define Database "DB/%s.ini"
Tried it, still same problem
Errors seem to be starting at the blank line as though its expecting something.
Any more ideas?
Reply
#4

#define Database "/Database/%s.ini"
Reply
#5

Quote:
Originally Posted by UFF
Посмотреть сообщение
#define Database "/Database/%s.ini"
Still no luck
I'm completely out of ideas, could the version of pawno.exe being used be the problem?
Reply
#6

if it is filterscript then where is

#define filterscript
and main() ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)