Posts: 51
Threads: 19
Joined: Jul 2014
Reputation:
0
When I attempt to compile my gamemode, why do I get this error?
pawno\include\YSI\y_scripting.inc(57) : fatal error 100: cannot read from file: "YSI\internal\y_version"
And how do I fix this?
Posts: 51
Threads: 19
Joined: Jul 2014
Reputation:
0
Yes I can read, it's just that when I get that package 'YSI 3.1 for SA:MP 0.3z RC5 (.zip)', i'm getting errors even though I replaced my include folder with the include folder which is in YSI 3.1 for 'SA:MP 0.3z RC5 (.zip)'. This is the second error.
pawno\include\YSI/y_timers.inc(80) : fatal error 100: cannot read from file: "internal\y_plugins"
But I have y_plugins in my internal folder.
Posts: 637
Threads: 106
Joined: May 2011
Reputation:
0
change */* in to these *\* if you have ones.
Posts: 51
Threads: 19
Joined: Jul 2014
Reputation:
0
Okay so, I have a line of #include's which are:
#include <a_samp>
#include <a_zones>
#include <streamer>
#include <foreach>
#include <progress>
#include <ZCMD>
#include <YSI/y_timers.inc>
#include <yom_buttons>
#include <sscanf2>
When I leave <YSI/y_timers.inc> as it is, I get this error: pawno\include\YSI/y_timers.inc(80) : fatal error 100: cannot read from file: "internal\y_plugins"
When I change it to <YSI\y_timers.inc> I get this error: pawno\include\YSI\y_iterate.inc(203) : fatal error 111: user error: "Old foreach.inc files are no longer compatible with YSI."
I'm just getting errors all over the place no matter what I do.