01.06.2013, 08:37
Quote:
Leave it as it is (float) and format it with the below placeholder.
pawn Code:
|

pawn Code:
new Float: SH, Float: SA;
GetPlayerHealth(id, SH);
GetPlayerArmour(id, SA);
//new SpecHealth = _:SH;
//new SpecArmour = _:SA;
format(string, sizeof(string), "Name: %s, ID: %d, Health: %d, Armour: %d, Money: %d", RPName(id), id, floatround(SpecHealth), floatround(SpecArmour), GetPlayerMoney(id));