Changing Y_INI to DINI
#1

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.
Reply
#2

HELP ?
Reply
#3

-.-

Why would you want to go from something uber-fast to something uber-slow? That's just nonsense!
Reply
#4

YSI not working on my GM.
Reply
#5

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?
Reply
#6

Bro,can you give me one saving system diferent from y_ini or help me in this thread ?
Reply
#7

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.
Reply
#8

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
Reply
#9

Many errors and warnings when i put include y_ini in my GM(not load from file y_interate and more).
Reply
#10

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!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)