[Help] - Y_INI + DINI = ? - 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: [Help] - Y_INI + DINI = ? (
/showthread.php?tid=514921)
[Help] - Y_INI + DINI = ? -
SAMProductions - 24.05.2014
Is that possible the i can put Y_INI and DINI at the same time, does it mess my script ?
Re: [Help] - Y_INI + DINI = ? -
Dignity - 24.05.2014
Yes. I think they use different syntaxes. I haven't used D_INI before so I suggest you to wait for someone who has to confirm this.
I've seen it used simultaneously before, so I think it's possible.
There really isn't a reason for you to use two different saving systems though, one is enough.
Re: [Help] - Y_INI + DINI = ? -
SAMProductions - 24.05.2014
Quote:
Originally Posted by Mionee
Yes. I think they use different syntaxes. I haven't used D_INI before so I suggest you to wait for someone who has to confirm this.
I've seen it used simultaneously before, so I think it's possible.
There really isn't a reason for you to use two different saving systems though, one is enough.
|
Thanks for the Comment
I'll wait for someone to confirm this.
Respuesta: [Help] - Y_INI + DINI = ? -
Swedky - 24.05.2014
No.
Save a file with Dini:
And Y_Ini:
Then, when you will want read a file, don't will work.
Re: [Help] - Y_INI + DINI = ? -
]Rafaellos[ - 24.05.2014
You can use them both. I used to use Y_INI for my Accounts and DINI for the AKA, it was working fine. I'm not sure tho if you are able to use them in the same file.