SA-MP Forums Archive
ysi folder - 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 folder (/showthread.php?tid=608476)



ysi folder - sam29 - 01.06.2016

hello

where can i get the latest YSI includes the whole folder please

thanks


Re: ysi folder - Konstantinos - 01.06.2016

https://github.com/Misiur/YSI-Includ...ive/YSI.tl.zip
https://github.com/Zeex/amx_assembly/archive/master.zip

Download those, extract them. Place all the files and folders from amx_assembly-master to YSI-Includes-YSI.tl\amx folder. Move everything from YSI-Includes-YSI.tl folder to pawno\include folder and then just include them normally to your scripts:
pawn Код:
#include <YSI\y_...>



Re: ysi folder - JXF - 05.06.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
https://github.com/Misiur/YSI-Includ...ive/YSI.tl.zip
https://github.com/Zeex/amx_assembly/archive/master.zip

Download those, extract them. Place all the files and folders from amx_assembly-master to YSI-Includes-YSI.tl\amx folder. Move everything from YSI-Includes-YSI.tl folder to pawno\include folder and then just include them normally to your scripts:
pawn Код:
#include <YSI\y_...>
you mean include every ysi folder?