SA-MP Forums Archive
Fatal 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: Fatal error (/showthread.php?tid=608832)



Fatal error - JXF - 05.06.2016

Код:
C:\Users\Marius\Desktop\GM\pawno\include\YSI\..\YSI_Storage\y_ini.inc(206) : fatal error 100: cannot read from file: "..\amx\os"
I have downloaded the amx_assembly, it still gives this error.
I am trying to make this register function.


Re: Fatal error - IFilip - 05.06.2016

Download all YSI files, and try again.


Re: Fatal error - JXF - 05.06.2016

I have all the YSI 4.0 files in my include folder.


Re: Fatal error - IFilip - 05.06.2016

Did you include the necessary files in Gamemode?
If yes and does not go try to start pawno.exe as administrator, then reopen the Game Mode and recompile.


Re: Fatal error - JXF - 05.06.2016

I have:
Код:
#include <YSI\y_ini>
and
Код:
#include <YSI-Includes-YSI.tl\YSI\y_ini>



Re: Fatal error - Konstantinos - 05.06.2016

http://forum.sa-mp.com/showpost.php?...99&postcount=2


Re: Fatal error - JXF - 05.06.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
include every folder? like this:
Код:
#include <YSI\y_ac>



Re: Fatal error - Konstantinos - 05.06.2016

With y_... I mean the name of the library you want to use, like
pawn Код:
#include <YSI\y_ini>



Re: Fatal error - JXF - 05.06.2016

I get the same error, and I have the YSI\y_ini include.


Re: Fatal error - JXF - 07.06.2016

bump?