[Ajuda] Com Float
#1

Код:
	 new Float:Health, Float:Armour;
        GetPlayerHealth(giveplayerid, Health);
	GetPlayerArmour(giveplayerid, Armour);
ta certo nгo estб? me retorna um valor imenso ¬¬
Reply
#2

PHP код:
new 
    
Float:V[2],
    
str[48]
;
GetPlayerHealth(giveplayeridV[0]);
GetPlayerArmour(giveplayeridV[1]);
format(strsizeof(str), "A vida do ID: [%d] й: [%f] e o colete [%f]."giveplayeridV[0], V[1]); 
Testa.
Reply
#3

ele retorna valores imensos mesmo.

tipo
se o cara tiver de vida full

100.00000
Reply
#4

arrumei, tinha que ser usar esse parвmetro: %0.0f
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)