SA-MP Forums Archive
GiDan Admin System Error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: GiDan Admin System Error (/showthread.php?tid=609715)



GiDan Admin System Error - zProfessional - 15.06.2016

I have YSI version 4.0 and I did added y_compilerpass but still get this error

Please Help:
Quote:

\New Folder\pawno\include\YSI\y_iterate.inc(1) : fatal error 100: cannot read from file: "..\YSI_Internal\y_compilerpass"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.




Re: GiDan Admin System Error - GangstaSunny - 15.06.2016

1. Check your Pawno Folder (maybe you got more than 1 Pawno Folder on your PC)
2. Check the file-end. It has to be .inc


Re: GiDan Admin System Error - zProfessional - 16.06.2016

Quote:
Originally Posted by GangstaSunny
Посмотреть сообщение
1. Check your Pawno Folder (maybe you got more than 1 Pawno Folder on your PC)
2. Check the file-end. It has to be .inc
I did check, in end it has .inc


Re: GiDan Admin System Error - GangstaSunny - 17.06.2016

Tell me how did you included the file. (Send line)


Re: GiDan Admin System Error - Konstantinos - 17.06.2016

Use backslash when including files from YSI:
pawn Код:
#include <YSI\y_iterate>
instead of:
pawn Код:
#include <YSI/y_iterate>