01.07.2018, 16:41
Yes, you did.
About the "Vehicle" iterator, you can download YSI 4 and include y_iterate which is the non-standalone version of foreach:
Detailed here:
About the "Vehicle" iterator, you can download YSI 4 and include y_iterate which is the non-standalone version of foreach:
pawn Код:
#include <YSI\y_iterate>
Quote:
[..]
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 Код:
|