Dini Int and Dini IntSet
#1

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

What can we do?
Reply
#3

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]);
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)