SA-MP Forums Archive
[INFO]y_commands - 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: [INFO]y_commands (/showthread.php?tid=368813)



[INFO]y_commands - Speed++ - 14.08.2012

Hello,

I decided to use y_commands... of ******..
but is necessary to include the whole folder YSI.. ?
if no, can explain me, which includes work with y_commands ?

or only the include y commands work ?

thanks


Re: [INFO]y_commands - [EnErGyS]KING - 14.08.2012

You need put all files in pawno/include
And in Filescript or Gamemode Put
pawn Код:
#include <YSI>



Re : [INFO]y_commands - Eony - 14.08.2012

Y_commands is part of the YSI library, and it won't work alone, it requires many other libraries included in YSI.

EDIT :

I quickly browsed y_commands.inc, it requires the following libraries :
y_version, y_master, y_groups, y_debug, y_hooks, y_bintree, y_amx, y_playerarray, y_utils and y_natives.

So yes, you will need the whole YSI library


Re: [INFO]y_commands - Shetch - 14.08.2012

Just take all the include files out of the YSI folder and drag them into your scriptfiles folder.

EDIT: It will be messy though...


Re: [INFO]y_commands - Speed++ - 14.08.2012

Thanks all