YSI 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: YSI Help please (
/showthread.php?tid=659247)
YSI Help please -
jimis - 28.09.2018
Hello, i downloaded from here ysi 4.0.2 version
https://github.com/pawn-lang/YSI-Includes/releases but i get this problem
C:\Users\Dimitris\Desktop\samp03DL_svr_R1_win32\pa wno\include\YSI\..\YSI_Storage\..\YSI_Internal\y_f uncinc.inc(99) : error 017: undefined symbol "printf"
C:\Users\Dimitris\Desktop\samp03DL_svr_R1_win32\pa wno\include\YSI\..\YSI_Storage\..\YSI_Internal\y_f uncinc.inc(99) : warning 215: expression has no effect
C:\Users\Dimitris\Desktop\samp03DL_svr_R1_win32\pa wno\include\YSI\..\YSI_Storage\..\YSI_Internal\y_f uncinc.inc(99) : error 001: expected token: ";", but found ")"
C:\Users\Dimitris\Desktop\samp03DL_svr_R1_win32\pa wno\include\YSI\..\YSI_Storage\..\YSI_Internal\y_f uncinc.inc(99) : error 029: invalid expression, assumed zero
C:\Users\Dimitris\Desktop\samp03DL_svr_R1_win32\pa wno\include\YSI\..\YSI_Storage\..\YSI_Internal\y_f uncinc.inc(99) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Re: YSI Help please -
v1k1nG - 28.09.2018
Please show how you include it
Re: YSI Help please -
jimis - 30.09.2018
Quote:
Originally Posted by v1k1nG
Please show how you include it
|
#include <YSI\y_ini>
its filterscrip
Re: YSI Help please -
DAKYSKYE - 02.10.2018
Quote:
Originally Posted by jimis
#include <YSI\y_ini>
its filterscrip
|
Well, I think you are trying to include
<YSI\y_ini> before
a_samp, don't you ?