Posts: 11
Threads: 4
Joined: Jun 2013
Reputation:
0
So here's the problem:
C:\Users\Kasutaja\Desktop\PS\server\gamemode\pawno \include\YSI\internal\y_version.inc(99) : fatal error 100: cannot read from file: "y_natives"
Could anybody give me a clue how I could fix this ?
Posts: 128
Threads: 34
Joined: Apr 2013
Reputation:
0
make sure the include is in your pawno/includes folder
Posts: 499
Threads: 4
Joined: Apr 2013
Reputation:
0
Should be #include <YSI\y_natives>
Posts: 499
Threads: 4
Joined: Apr 2013
Reputation:
0
His error says: could not read from y_natives. So he has included only y_natives instead of YSI\y_natives.
Posts: 11
Threads: 4
Joined: Jun 2013
Reputation:
0
moved y_natives to includes, fixed, but now I get a new one:
C:\Users\Kasutaja\Desktop\PS\server\gamemode\pawno \include\y_natives.inc(65) : fatal error 100: cannot read from file: "y_globaltags"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Should I just move all of the files inside YSI to my includes folder ?