SA-MP Forums Archive
Problem with Y_INI + mSelection. - 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: Problem with Y_INI + mSelection. (/showthread.php?tid=412258)



Problem with Y_INI + mSelection. - Edvin - 01.02.2013

Hi guys.

Okey, so .... i have put the banking system by 0 some few days ago on my server, and also i have mselection included. Okey, so banking system by 0, use Y_INI to save all player details. Today i fixed the thing to can select the items on textdraws, but, at 5-6 models, when i press ESC, the textdraw still appearing at the screen, and i don't know the reason. I'm sure this problem is caused by Y_INI, because other includes what are in banking system are:
Код:
#include <a_samp>
#include <mSelection>
#include <foreach>
#include <sscanf2>
#include <zcmd>
I have all these includes in my gamemode, and i haven't any problem. What can i do?

PS> Sorry for my english.


Re: Problem with Y_INI + mSelection. - iManakoss - 01.02.2013

What about adding
Код:
#include <y_ini>
or whatever it's called in your GM?


Re: Problem with Y_INI + mSelection. - Edvin - 01.02.2013

Quote:
Originally Posted by iManakoss
Посмотреть сообщение
What about adding
Код:
#include <y_ini>
or whatever it's called in your GM?
Why in gm? I don't use any YSI library functions ...


Re: Problem with Y_INI + mSelection. - iManakoss - 01.02.2013

if you don't have YSI includes on your include folder then it will show you some errors


Re: Problem with Y_INI + mSelection. - Edvin - 01.02.2013

Quote:
Originally Posted by iManakoss
Посмотреть сообщение
if you don't have YSI includes on your include folder then it will show you some errors
Man, i don't have any errors. I have just a problem with textdraws menus and Y_INI ...


Re: Problem with Y_INI + mSelection. - iManakoss - 01.02.2013

Is Bank System on the GM or is a FS?


Re: Problem with Y_INI + mSelection. - Edvin - 02.02.2013

Quote:
Originally Posted by iManakoss
Посмотреть сообщение
Is Bank System on the GM or is a FS?
filterscript ...