04.06.2012, 08:07
GetPlayerArmour stores the armour in the variable you pass to it.
pawn Код:
GetPlayerArmour(playerid, Armour);
INI_WriteInt(File,"Armour", Armour);

