SA-MP Forums Archive
Failed to load y_utils - 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: Failed to load y_utils (/showthread.php?tid=417826)



.... - Ryan_Bowe - 22.02.2013

....


Re: Failed to load y_utils - park4bmx - 22.02.2013

well basically ur missing that include file!


Re: Failed to load y_utils - Ryan_Bowe - 22.02.2013

....


Re: Failed to load y_utils - park4bmx - 22.02.2013

are you up to date ?
https://sampforum.blast.hk/showthread.php?tid=321092


Re: Failed to load y_utils - Ryan_Bowe - 22.02.2013

....


Re: Failed to load y_utils - Scenario - 22.02.2013

No no no.

You're including a YSI library like this:

pawn Code:
#include <YSI/y_ini>
When you have to use a backwards slash. Like this:

pawn Code:
#include <YSI\y_ini>
I feel like Y_Less should outline this more in the YSI release topic. Oh well!


Re: Failed to load y_utils - Ryan_Bowe - 22.02.2013

....