SA-MP Forums Archive
YSI problem - 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 problem (/showthread.php?tid=609289)



YSI problem - NovaGameFR - 10.06.2016

Hello ! I'm french so I have a bad english.
I have a problem with the include 'YSI' (by ******), when I put it in my pawno/include and I compile any script with the same file pawno, I get several errors.

The include >> https://github.com/Misiur/YSI-Includ...ive/YSI.tl.zip and the folder 'amx' https://github.com/Zeex/amx_assembly

Код:
"\Desktop\pawno\pawncc.exe" "C:\Users\chakib\Desktop\Nova's Scripting Serv'\gamemodes\gamemode.pwn" "-D\Desktop\Nova's Scripting Serv'\gamemodes"
Process started >>>

Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Internal\..\YSI_Server\y_scriptinit.inc(243) : error 010: invalid function or declaration
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Internal\..\YSI_Server\y_scriptinit.inc(251) : error 010: invalid function or declaration
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Internal\..\YSI_Server\y_scriptinit.inc(259) : error 010: invalid function or declaration
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Internal\..\YSI_Server\y_scriptinit.inc(267) : error 010: invalid function or declaration
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Internal\..\YSI_Server\y_scriptinit.inc(275) : error 010: invalid function or declaration
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Core\y_debug.inc(345) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Core\y_debug.inc(345) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(360) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(360) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(404) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(404) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(449) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(449) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(625) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(625) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(1060) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(1060) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(1131) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(1131) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(1138) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(1138) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(1156) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(1156) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(1163) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(1163) : error 036: empty statement
Desktop\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\y_utils.inc(535) : error 036: empty statement
  
  Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
<<< Process finished. (Exit code 1)
================ READY ================
I don't know where does the problem maybe from the include ...


Re: YSI problem - NovaGameFR - 11.06.2016

little up