I bet I fail, however... Dini_IntSet?
#1

Код:
new year[196];
format(year, sizeof(year), "%s", inputtext);
dini_IntSet(file, "BYear", year);
Someone enlighten me as to why this doesn't work. Tag mismatch.

I bet it's obvious but oh well.
Reply
#2

IntSet means integer set and integers are whole numbers
dini_Set(file, "BYear", year); will work
Reply
#3

Haha, see, I knew it was obvious. Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)