SA-MP Forums Archive
Error when try to compile - 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: Error when try to compile (/showthread.php?tid=447951)



Error when try to compile - JAndrew - 02.07.2013

When i try to compile a pwn it's get to me a error like that



the problem isn't that the code is wrong or something is that the Code i'm using that somone realised on the forums and it's working good when i try to Open a Server IG the problem on another thing


Re: Error when try to compile - JAndrew - 02.07.2013

i can't take Screen shot for the error here is the code for it
Код:
C:\Users\SamarTech\Downloads\Roleplay\gamemodes\RP.pwn(30) : fatal error 100: cannot read from file: "YSI\y_ini"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: Error when try to compile - niconhan - 02.07.2013

Check you include file !


Re: Error when try to compile - Red_Dragon. - 02.07.2013

Go to pawno/includes and download the YSI library and place it there.


Re: Error when try to compile - JAndrew - 02.07.2013

Thanks for your help Do you can gave me exact link for the YSI when i open ****** thread for it i found many things Do you can gave me the link


Re: Error when try to compile - Twizted - 02.07.2013

Here: https://github.com/Y-Less/YSI/archive/master.zip


Re: Error when try to compile - JAndrew - 02.07.2013

Thank you


Re: Error when try to compile - JAndrew - 04.07.2013

got another problem when fix the error i got another one again and again Do you can gave me Pawn file without any Errors


Re: Error when try to compile - DJTunes - 04.07.2013

You have forgotten to do the following: To fix this error, all you must do is copy the code bellow, and paste it in your includes.
To fix your error, copy & paste the following, and paste it to the top of your script:
pawn Код:
#include YSI\y_ini



Re: Error when try to compile - Goldilox - 04.07.2013

^ After #include <a_samp>