10.01.2012, 16:34
pawn Код:
GetPlayerHealth(killerid,killhealth);
GetPlayerArmour(killerid,killarmor);
new out[256];
format(out,256,"%s Slaughtered %s | Health - %f , Armor - %f",killername,playername,killhealth,killarmor);
TextDrawSetString(TextdrawB,out);
A slaugtered B | Health = 100.0000000 Armour = 50.00000000000
how do i get rid of the 0000000 only 2 0 is enough