12.04.2015, 18:45
I have(in the database and ingame) set them to floats, though when a player leaves, it says it as 1 rather than 100. When I save the account:
So they are floats.
pawn Код:
UPDATE `accounts` SET `Health` = %f, `Armour` = %f
pawn Код:
Float: Health,
Float: Armour,