SA-MP Forums Archive
A problem with YSI - 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: A problem with YSI (/showthread.php?tid=466429)



A problem with YSI - SCRPWilliam - 27.09.2013

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 ?


Re: A problem with YSI - Tomix - 27.09.2013

make sure the include is in your pawno/includes folder


Re: A problem with YSI - Dragonsaurus - 27.09.2013

Should be #include <YSI\y_natives>


Re: A problem with YSI - Tomix - 27.09.2013

Quote:
Originally Posted by Dragonsaurus
Посмотреть сообщение
Should be #include <YSI\y_natives>
Its already included if it wasnt then he wouldnt get this error


Re: A problem with YSI - Dragonsaurus - 27.09.2013

His error says: could not read from y_natives. So he has included only y_natives instead of YSI\y_natives.


Re: A problem with YSI - SCRPWilliam - 27.09.2013

Here's a list of my includes:

Код:
#include <a_samp>
#include <a_players>
#include <dini>
#include <dudb>
#include <dutils>
#include <foreach>
#include <sscanf2>
#include <zcmd>
#include <streamer>
#include <OPSP>
#include <progress>
#include <GetVehicleColor>
#include <mxINI> 
#include <mSelection>
#include <YSI\y_ini>
#include <YSI\y_natives>
//: At first I didn't include the; #include <YSI\y_natives> even with that, it wont work.


Re: A problem with YSI - SCRPWilliam - 27.09.2013

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 ?