07.05.2012, 00:13
Bom, eu queria tipo no final do resultado do x1: [X1]: tal Derrotou tal ( HP Restante: tal ).
++REP
Obrigado!
++REP
Obrigado!
new s[50], Float:vida;
GetPlayerHealth(killerid, vida);
format(s, 50, "Tal derrotou tal [HP restante %.0f]", vida);
SendClientMessageToAll(-1, s);
new Float:health;
GetPlayerHealth(playerid, health);
format(string, sizeof(string), "Seu Codigo Mensagem,etc. [HP Restante : %d]", sendername,health);
new L_STRING[128], L_VIDA = GetPlayerHealth(playerid);
format(L_STRING, 128, "Vocк estб com %f de vida!", L_N);
SendClientMessage(playerid, -1, L_STRING);
new Float:health;
GetPlayerHealth(playerid, health);
format(string, sizeof(string), "Seu Codigo Mensagem,etc. [HP Restante : %d]", sendername,health);
format(string, sizeof(string), "Seu HP Atual й %f",health);