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



Fatal error 100 - WaJeeH - 06.07.2015

The error is:
C:\Users\IT SYSTEMS\Desktop\AWD SAMP\gamemodes\DEATHMATCH.pwn(6) : fatal error 100: cannot read from file: "YSI\y_ini"
and the code is:
#include <YSI\y_ini>


Re: Fatal error 100 - liquor - 06.07.2015

It means exactly what it says, and it is because the file doesn't exist.


Re: Fatal error 100 - WaJeeH - 06.07.2015

how can i fix?


Re: Fatal error 100 - liquor - 06.07.2015

https://github.com/Misiur/YSI/raw/ma.../YSI/y_ini.inc


Re: Fatal error 100 - Lynn - 06.07.2015

You are missing that include from your YSI library.
Download, and place it inside of the library to resolve the issue.


Re: Fatal error 100 - WaJeeH - 06.07.2015

I have it in Pwno/Includes/YSI/y_ini
See this Screen:
http://imgur.com/xjvXz97


Re: Fatal error 100 - Vince - 06.07.2015

Do not doubleclick on .pwn files to open them. Open the right instance of Pawno and then open the script through the editor.


Re: Fatal error 100 - liquor - 06.07.2015

Quote:
Originally Posted by Vince
Посмотреть сообщение
Do not doubleclick on .pwn files to open them. Open the right instance of Pawno and then open the script through the editor.
As this guy said, otherwise the .pwn file might open in a Pawno executable located in another folder, and it will read from that folder instead.

Although, once you've opened the right Pawno it will resort all .pwn files to that, until you open another one manually.