SA-MP Forums Archive
Help me YSI problem - 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: Help me YSI problem (/showthread.php?tid=658377)



Help me YSI problem - MIDO007 - 02.09.2018

Hello samp community iam new on samp forum but when i started to make a new script and iam using YSI i got 1 error but idk what is the problem
Код:
E:\MY GAMES\GTA SA\PG\pawno\include\YSI/y_ini.inc(76) : fatal error 100: cannot read from file: "..\YSI_Storage\y_ini"

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


1 Error.



Re: Help me YSI problem - solstice_ - 02.09.2018

Are you sure you have YSI installed, and if yes, make sure you put the YSI folder into pawno/includes


Re: Help me YSI problem - MIDO007 - 02.09.2018

Yes i installed it and i put it in Pawno\Include


Re: Help me YSI problem - solstice_ - 02.09.2018

Quote:
Originally Posted by MIDO007
Посмотреть сообщение
Yes i installed it and i put it in Pawno\Include
Look at ******'s reply..

PHP код:
E:\MY GAMES\GTA SA\PG\pawno\include\YSI/y_ini.inc(76) : fatal error 100cannot read from file"..\YSI_Storage\y_ini" 
should be

PHP код:
E:\MY GAMES\GTA SA\PG\pawno\include\YSI\y_ini.inc(76) : fatal error 100cannot read from file"..\YSI_Storage\y_ini" 



Re: Help me YSI problem - MIDO007 - 02.09.2018

Quote:
Originally Posted by willbedie
Посмотреть сообщение
Look at ******'s reply..

PHP код:
E:\MY GAMES\GTA SA\PG\pawno\include\YSI/y_ini.inc(76) : fatal error 100cannot read from file"..\YSI_Storage\y_ini" 
should be

PHP код:
E:\MY GAMES\GTA SA\PG\pawno\include\YSI\y_ini.inc(76) : fatal error 100cannot read from file"..\YSI_Storage\y_ini" 
what?


Re: Help me YSI problem - solstice_ - 02.09.2018

Quote:
Originally Posted by MIDO007
Посмотреть сообщение
what?
Look at both of them and see the difference between them, / should be \, change it and it will compile.


Re: Help me YSI problem - MIDO007 - 02.09.2018

Quote:
Originally Posted by willbedie
Посмотреть сообщение
Look at both of them and see the difference between them, / should be \, change it and it will compile.
HAHA sorry iam newbie but thanks i will REP you if i can
and thanks to to ******