09.07.2010, 13:29
Using dini:
Of course you are going to have to define some things firstly, but that's basically it.
pawn Код:
// Somewhere
new Float:armour;
GetPlayerArmour(playerid, armour);
dini_FloatSet(file, "Armour", armour);