06.07.2018, 14:16
What is the difference between y_iterator and forEach. And how can I include it in my script?
Thanks in advance!
Thanks in advance!
To test YSI, I downloaded latest version: https://github.com/pawn-lang/YSI-Inc...rchive/4.x.zip
also amx_assembly: https://github.com/Zeex/amx_assembly/archive/master.zip Extracted both. Inside of folder "YSI-Includes-4.x", I created a new folder called "amx" and I placed all files from "amx_assembly-master" to "YSI-Includes-4.x\amx" folder. Last, I moved all files and folders from "YSI-Includes-4.x" to pawno\include folder and that's it. Now about including YSI libraries (say y_iterate), I use: pawn Код:
pawn Код:
|
foreach works fine and doesn't need to updated and it doesnt require big libery of other useless things.
|