SA-MP Forums Archive
I need help - 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: I need help (/showthread.php?tid=611826)



I need help - ClementGMRP - 11.07.2016

Hello all, I compil my gamemode and I have this error :
Код:
include\YSI/y_ini.inc(1) : fatal error 100: cannot read from file: "..\YSI_Internal\y_compilerpass"
Who can help me please ?


Re: I need help - Konstantinos - 11.07.2016

Use "YSI\..." instead of "YSI/..."


Re: I need help - Quinncell - 11.07.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Use "YSI\..." instead of "YSI/..."
^ Yeah and if you still get the error the files were not included properly or you don't even have them.


Re: I need help - ClementGMRP - 11.07.2016

You can send me the folder please ?


Re: I need help - DarkSkull - 11.07.2016

No need of any folder. If you have the YSI library already, replace YSI/y_ini with YSI\y_ini


Re: I need help - ClementGMRP - 11.07.2016

I have all, but when I compile I have error..
I use YSI 4.0..


Re: I need help - ClementGMRP - 11.07.2016

Send me the folder (include) in pawno please I need for compile..


Re: I need help - Dayrion - 11.07.2016

Try this
PHP код:
#include <YSI\y_ini> 



Re: I need help - ClementGMRP - 11.07.2016

Is good, but don't work


Re: I need help - Dayrion - 11.07.2016

Quote:
Originally Posted by ClementGMRP
Посмотреть сообщение
Is good, but don't work
What do you mean .. ?