Dini won't save my data.
#8

Quote:
Originally Posted by GiamPy.
Посмотреть сообщение
printf("value: %s", thevar);
Change %s in %i if it's an integer.
Changed it to:
Код:
stock SetPlayerFishes(playerid, weight, fishes, fishingtool, worms)
{
	new file[256], name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, name, sizeof(name));
	format(file, sizeof(file), "%s.ost", name);
	dini_IntSet(file, "Weight", weight);
	dini_IntSet(file, "Fishes", fishes);
	dini_IntSet(file, "Fishingrod", fishingtool);
	dini_IntSet(file, "Baits", worms);
	printf("Weight: %d, Fishes: %d, Rod: %d, Baits: %d", weight, fishes, fishingtool, worms);
	return true;
}
But it doesn't seem like it's even calling the function, cause no text comes up when i disconnect.
Reply


Messages In This Thread
[SOLVED] Dini won't save my data. - by 9903286 - 28.11.2012, 22:52
Re: Dini won't save my data. - by maramizo - 28.11.2012, 23:50
Re: Dini won't save my data. - by 9903286 - 29.11.2012, 00:07
Re: Dini won't save my data. - by GiamPy. - 29.11.2012, 00:09
Re: Dini won't save my data. - by 9903286 - 29.11.2012, 00:18
Re: Dini won't save my data. - by GiamPy. - 29.11.2012, 00:21
Re: Dini won't save my data. - by Shane_Kingston - 29.11.2012, 00:26
Re: Dini won't save my data. - by 9903286 - 29.11.2012, 00:42
Re: Dini won't save my data. - by GiamPy. - 29.11.2012, 00:49
Re: Dini won't save my data. - by maramizo - 29.11.2012, 00:54

Forum Jump:


Users browsing this thread: 1 Guest(s)