Changing Y_INI to DINI -
CloW - 07.06.2013
How to switch this to dini.
Код:
INI_WriteFloat(File, "Izlaz_Z", StanInfo[idstana][sIzlaZz]);
INI_WriteString(File, "Opis", StanInfo[idstana][sOpis]);
INI_WriteInt(File, "Posedovan", StanInfo[idstana][sPosedovan]);
and this
Код:
INI_Float("Izlaz_Y",StanInfo[idstana][sIzlaZy]);
INI_Int("World",StanInfo[idstana][sWorld]);
INI_String("Poruka",StanInfo[idstana][sPoruka],32);
and this
Код:
INI_ParseFile
INI:File = INI_Open
INI_Close
Please help me,my dear friends.
Re: Changing Y_INI to DINI -
CloW - 07.06.2013
HELP ?
Re: Changing Y_INI to DINI -
Scenario - 07.06.2013
-.-
Why would you want to go from something uber-fast to something uber-slow? That's just nonsense!
Re: Changing Y_INI to DINI -
CloW - 07.06.2013
YSI not working on my GM.
Re: Changing Y_INI to DINI -
Scenario - 07.06.2013
Then you're doing something wrong because YSI should work on [almost] all GMs.
What seems to be the issue with YSI? Are you getting errors upon compiling the gamemode?
Re: Changing Y_INI to DINI -
CloW - 07.06.2013
Bro,can you give me one saving system diferent from y_ini or help me in this thread ?
Re: Changing Y_INI to DINI -
Scenario - 07.06.2013
I am helping you. I'm helping you not make one of the biggest mistakes you can by attempting to discover why YSI supposedly isn't working in your GM. If you don't want my help, say so. If you'd rather switch to dini and make your GM slower than crap, be my guest.
Re: Changing Y_INI to DINI -
DobbysGamertag - 07.06.2013
Just a slight reccomendation here. Check out the Y_Ini thread. ****** states the saving methods where appropiate.
I thought i couldn't use it as you do now. But it's so damn easy once you get the hang of it.
https://sampforum.blast.hk/showthread.php?tid=175565
Re: Changing Y_INI to DINI -
CloW - 08.06.2013
Many errors and warnings when i put include y_ini in my GM(not load from file y_interate and more).
Re: Changing Y_INI to DINI -
Pottus - 08.06.2013
Quote:
Originally Posted by RealCop228
-.-
Why would you want to go from something uber-fast to something uber-slow? That's just nonsense!
|
Nonsense indeed!