Help me
#8

Yes, you did.

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>
Detailed here:
Quote:
Originally Posted by Calisthenics
Посмотреть сообщение
[..]
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 Код:
#include <a_samp>
// YSI libraries after a_samp
#include <YSI\y_iterate>
// any other include
Using slash will fail, this will not work:
pawn Код:
#include <YSI/y_iterate>
Reply


Messages In This Thread
Help me - by linhpro200294 - 01.07.2018, 14:21
Re: Help me - by linhpro200294 - 01.07.2018, 14:23
Re: Help me - by Florin48 - 01.07.2018, 15:42
Re: Help me - by Calisthenics - 01.07.2018, 16:09
Re: Help me - by linhpro200294 - 01.07.2018, 16:23
Re: Help me - by Calisthenics - 01.07.2018, 16:28
Re: Help me - by linhpro200294 - 01.07.2018, 16:36
Re: Help me - by Calisthenics - 01.07.2018, 16:41
Re: Help me - by linhpro200294 - 01.07.2018, 17:52

Forum Jump:


Users browsing this thread: 12 Guest(s)