[AJUDA]X1
#1

Olб pessoal gostaria de saber como colocar Vida Restante do player dps que o x1 acaba tipo 100 do colete + 100 da vida seria 200 total de vida restante:

pawn Код:
new Float:armour = GetPlayerArmour(killerid,armour);
            new Float:health = GetPlayerHealth(killerid,health);
            new Float:Total = GetPlayerHealth(killerid,Total) + GetPlayerHealth(killerid,Total);
            if(armour>0)  {format(stringx, sizeof(stringx), "{EE6363}[DUELO]: %s Derrotou %s (Vida Restante: %1f)",kname,pname,Total);}
            if(armour==0) {format(stringx, sizeof(stringx), "{EE6363}[DUELO]: %s Derrotou %s (Vida Restante: %1f)",kname,pname,Total);}
Reply
#2

Isto deve resolver o seu problema :



Vocк deve criar as variбveis que armazenarгo a vida e o colete do jogador e somente depois usar as funзхes GetPlayerHealth e GetPlayerArmour, pois as mesmas nгo retornam o valor daqueles .


pawn Код:
new Float:armour;
new Float:health;
GetPlayerArmour(killerid,armour);
GetPlayerHealth(killerid,health);
new Float:Total = armour + health;
format(stringx, sizeof(stringx), "{EE6363}[DUELO]: %s Derrotou %s (Vida Restante: %1f)",kname,pname,Total);


Espero ter ajudado .
Reply
#3

Olб rjj funcionou diboa mais tipo aapareceu assim "200.0" tem como tirar esse .0 ?
Reply
#4

Ja que o rjjj esta off vou responder
pawn Код:
format(stringx, sizeof(stringx), "{EE6363}[DUELO]: %s Derrotou %s (Vida Restante: %d)",kname,pname,floatround(Total));
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)