SA-MP Forums Archive
Dini Int and Dini IntSet - 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: Dini Int and Dini IntSet (/showthread.php?tid=602299)



Dini Int and Dini IntSet - NeXoR - 05.03.2016

IntSet saves the file automatically to 48 (instead of 0)
Example of an IntSet in my code:
Код:
	dini_IntSet(file, "LSPDMembers", FacInfo[1][facMembers]);



Re: Dini Int and Dini IntSet - GeneralAref - 05.03.2016

What can we do?


Re: Dini Int and Dini IntSet - Abagail - 05.03.2016

I advise against using Dini, it's an outdated method of saving.

Try printing the data you're trying to set, example:
pawn Код:
printf("Data: %d", FacInfo[1][facMembers]);