SA-MP Forums Archive
YSI File 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: YSI File Error: (/showthread.php?tid=466634)



YSI File Error: - MAFIAWARS - 28.09.2013

Suddenly Found this Error

pawn Код:
E:\Scripting\pawno\include\YSI/y_ini.inc(162) : fatal error 100: cannot read from file: "internal\y_version"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.



Re: YSI File Error: - x96664 - 28.09.2013

Can you show us the #include lines ?


Re: YSI File Error: - MAFIAWARS - 28.09.2013

#include <a_samp>
#include <zcmd>
#include <YSI/y_ini>
#include <sscanf2>
#include <foreach>
#include <core>
#include <dini>


Re: YSI File Error: - MAFIAWARS - 28.09.2013

Reply Fast Please...


Re: YSI File Error: - x96664 - 28.09.2013

Quote:
Originally Posted by MAFIAWARS
Посмотреть сообщение
#include <a_samp>
#include <zcmd>
#include <YSI/y_ini>
#include <sscanf2>
#include <foreach>
#include <core>
#include <dini>
The a_samp include includes the following includes:
Код:
#include <core>
#include <float>
#include <string>
#include <file>
#include <time>
#include <datagram>
#include <a_players>
#include <a_vehicles>
#include <a_objects>
#include <a_sampdb>
So you don't need to add the core include there.
#include <YSI/y_ini> should be #include <YSI\y_ini> With a backslash \ not slash /
I would recommend you to put them in alphabetical order so they will be:
Код:
#include <a_samp>
#include <dini>
#include <foreach>
#include <sscanf2>
#include <YSI\y_ini>
#include <zcmd>
And I wonder why do you use both dini and y_ini ?


Re: YSI File Error: - MAFIAWARS - 28.09.2013

I did as you said, But When I press F5 so the Compilor is EMPTY. LOL. What should I do now?


Re: YSI File Error: - x96664 - 28.09.2013

Quote:
Originally Posted by MAFIAWARS
Посмотреть сообщение
I did as you said, But When I press F5 so the Compilor is EMPTY. LOL. What should I do now?
Empty ? Can you take a screenshot ?


Re: YSI File Error: - MAFIAWARS - 28.09.2013




Re: YSI File Error: - x96664 - 28.09.2013

Your error:
Код:
E:\Scripting\pawno\include\YSI/y_ini.inc(162) : fatal error 100: cannot read from file: "internal\y_version"
Change #include <YSI/y_ini> to #include <YSI\y_ini>. This is all that you need to do I just gave you some tips.


Re: YSI File Error: - PrinceKumar - 28.09.2013

It means that u r doing something wrong in ur script... Like. Brackets .