How do I install 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: How do I install YSI? (
/showthread.php?tid=455132)
How do I install YSI? -
MMOSlot - 31.07.2013
I've tried but I keep getting this error when I attempt to compile the filter scripts:
PHP код:
C:\Users\Sonya\Desktop\New folder (2)\filterscripts\YDBG.pwn(55) : fatal error 100: cannot read from file: "YSI"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Re: How do I install YSI? -
FaceTutorialz - 31.07.2013
Update your YSI library version.
Re: How do I install YSI? -
CrazyChoco - 31.07.2013
pawn Код:
#include <YSI>
//If you want i.e y_commands.inc it will be like:
#include <YSI\y_commands> //REMEMBER IT'S \ AND NOT /
This should fix it.
Re: How do I install YSI? -
MMOSlot - 31.07.2013
Nope, I get the same error.