SA-MP Forums Archive
compile issue - 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: compile issue (/showthread.php?tid=566555)



compile issue - semaj - 06.03.2015

Can someone help am trying to add a house script to my GM but adding the defines and am trying to add
#include <YSI\y_ini>

But my GM wont compile due to this is there something i have done wrong?

This is what i have in my top defines

#include <a_samp>
#include <fixes>
#include <zcmd>
#include <sscanf2>
#include <streamer>
#include <iee>
#include <YSI\y_ini>
#include <YSI\y_commands>
#include <foreach>
#pragma tabsize 0


Re: compile issue - BeesSi - 06.03.2015

Try this :
pawn Код:
#include <YSI/y_ini>



Re: compile issue - semaj - 06.03.2015

i have that already


Re: compile issue - NoDi522 - 06.03.2015

@BeesSi
- It has to be <YSI\y_ini> not that what you said.


Re: compile issue - semaj - 06.03.2015

it complies when i remove #include <YSI/y_ini>
altho i do get errors but not all the code has been added


Re: compile issue - NoDi522 - 06.03.2015

Hey @Semaj.

Do you have "y_ini" in your pawno/include files?


Re: compile issue - BeesSi - 06.03.2015

@NoDi522, i recently changed it to that and it was working to me, @Semaj, check if you got the YSI include pack..


Re: compile issue - NoDi522 - 06.03.2015

Yeah. You should check if you have all of its YSI files included in your ../pawno/include map


Re: compile issue - semaj - 06.03.2015

i have the files YSI folder and files in my includes folder


compile issue - semaj - 07.03.2015

My complier is blank and am not sure how to fix the issue. Anyone have any idea's, Its only 15K lines all my brackets are in order and am sunnign it as admin