How to update this one?
#6

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
{
         new string[128];
         format(string, sizeof(string), "%s\n{089DCE}HP: %.1f - {00FF00}AR: %.1f", GetPlayerRPName(playerid), GetPlayerHealth(playerid), GetPlayerArmour(playerid));
         UpdateDynamic3DTextLabelText(PlayerInfo[playerid][pSpecialTag], COLOR_WHITE, string)
         return 1;
}
Reply


Messages In This Thread
How to update this one? - by TitoRayne - 26.10.2017, 07:25
Re: How to update this one? - by TitoRayne - 26.10.2017, 07:51
Re: How to update this one? - by FailerZ - 26.10.2017, 08:42
Re: How to update this one? - by TitoRayne - 26.10.2017, 13:27
Re: How to update this one? - by TitoRayne - 26.10.2017, 13:30
Re: How to update this one? - by Lucases - 26.10.2017, 13:32
Re: How to update this one? - by TitoRayne - 06.11.2017, 05:33
Re: How to update this one? - by OneDay - 06.11.2017, 08:30

Forum Jump:


Users browsing this thread: 2 Guest(s)