SA-MP Forums Archive
How do I fix this?? Help please - 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: How do I fix this?? Help please (/showthread.php?tid=519531)



How do I fix this?? Help please - thedavid365 - 14.06.2014

\pawno\include\YSI/y_hooks.inc :fatal error 111: user error: Did you do <YSI/y_hooks> instead of the required <YSI\y_hooks>?

I've got everything working, but i just came across this problem and cannot find out how to fix it


Re: How do I fix this?? Help please - VladimirMark - 14.06.2014

Find this line in your script:
pawn Код:
#include <YSI/y_hooks>
and replace with:
pawn Код:
#include <YSI\y_hooks>
and then re-compile your script.


.


Re: How do I fix this?? Help please - thedavid365 - 14.06.2014

I already did this and it still says it