15.06.2007, 14:42
Hmm... I had used the console command
to compile the filterscript, and it showed no errors and warnings. However, pawno.exe gives one error and 3 warnings, indeed.
The nature of the error is quite simple, it's just a missed semicolon. A added it and reuploaded the source. And, I don't care about these warnings. Fix them by yourself if you wish.
Code:
pawncc ZAnimationViewer.pwn -S=4194304 -v=2 -w203- -w226- -i=include -o=ZAnimationViewer.amx
The nature of the error is quite simple, it's just a missed semicolon. A added it and reuploaded the source. And, I don't care about these warnings. Fix them by yourself if you wish.