help with health
#1

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    new duelSTR[200];
   
    new Float:H,Float:A;
        GetPlayerHealth(playerid,H);
        GetPlayerArmour(playerid,A);
   
    format(duelSTR,sizeof(duelSTR),"%s killed %s (life reaming: %d)",GetName(killerid),GetName(playerid),H+A);
    SendClientMessageToAll(0xD5D48FFF,duelSTR);
    return 1;
}
i cant see life reaming in the game some one can help me?
Reply


Messages In This Thread
help with health - by Lucas_HenryK - 19.10.2014, 03:36
Re: help with health - by Lucas_HenryK - 19.10.2014, 12:35
Re: help with health - by Quickie - 19.10.2014, 12:47
Re: help with health - by Lucas_HenryK - 19.10.2014, 13:28
Re: help with health - by AroseKhanNiazi - 19.10.2014, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)