SA-MP Forums Archive
[Include] YSI 3.1 - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] YSI 3.1 (/showthread.php?tid=570883)



YSI 3.1 - Misiur - 14.04.2015

Disclaimer: Whole YSI project was published under MPL 1.1 license

https://github.com/Misiur/YSI

Libraries

There are a range of libraries included in YSI, most described in their own topics, all included in the download at the end of this post. Those with no link below will hopefully get documentation soon. Some of the libraries are very low level programming, others are very high level extended SA:MP functionality. I've attempted to split the list up, but the divide is largely arbitrary.

Links marked as "Old" may have out of date information due to changed syntax etc, but could still be useful for getting an idea of how the library works.
Generic Topics

Errors and Warnings
Writing libraries with YSI

Function List

The download now includes "YSI.inc". This file provides PAWNO with a complete function list for the WHOLE of YSI. It will also include most of YSI if you add it to your mode, but you can just use individual files as before.

Click here for a sneak-preview of the function list:

https://gist.github.com/Misiur/8c1831cdd729e2c1134f

The functions are divided by library, and also grouped by functionality, with the more advanced functions being lower down. Most of the time you can get away with only ever using the top couple of functions in a library.


Respuesta: YSI 3.1 - Swedky - 15.04.2015

Nice, this will help many people


Re: YSI 3.1 - Gammix - 15.04.2015

Not much help. Most of the people don't know proper methods and way of using most of the libraries.
I could be good if we had those long page documentations he wrote a long time ago!


Re: YSI 3.1 - Abagail - 15.04.2015

You can always find cached versions of the threads with things such as cachedpages.com, which will allow you to access a (if applicable): ****** cache store, archive.org store, etc for most threads.


Re: YSI 3.1 - Crayder - 15.04.2015

@Misiur: You should go clone this - https://github.com/Crayder/YSI-Includes

That is the actual latest by Y-Less. I put that and sscanf 3 (both the very latest) on, though I'm not the type of person to take any responsibility. It seems you are so go take those! We need to all get together and bring back all of the cached tutorials and actual threads before they are gone completely.


Re: YSI 3.1 - Misiur - 16.04.2015

Ok, I've updated YSI.tl to latest ****** commit and started adding features onto that. Thanks Cryder!


Re: YSI 3.1 - [DK]Dark_Knight - 18.10.2016

Does anyone still have the 3.1 of YSI. I can only find version 4 and up. Y_Classes doesnt work at all on version 4. but it did in version 3.1


Re: YSI 3.1 - wallee - 12.01.2017

I see a lot of activity on that github page and i was wondering is that YSI stable? I have an old copy of YSI and it works for me so is there a reason to upgrade? Any bug fixes etc. ?

EDIT: I was thinking about this, not the link in the first post:
https://github.com/Misiur/YSI-Includes


Re: YSI 3.1 - Sibuscus - 12.03.2017

i include, and when i use the Y_ini it crashes my samp editor...

This only crashes samp editor, doesn't crash when I do it with pawno


Re: YSI 3.1 - Yousha - 11.08.2017

Is there any benchmark or performance/speed test for YSI libs?


Re: YSI 3.1 - Misiur - 11.08.2017

There were benchmarks (but I think ****** deleted them), at least for y_ini and y_commands (it still is on the top for large number of commands). Which ones exactly you have in mind?