19.04.2009, 20:16
I'll appreciate if anyone could tell me a code about dmg ( damage )
Like: I lost 5hp and in a textdraw says 5 ~r~DMG
Like where is in AAD mode made by 90NINE
Something like this.
Help me plz.
Thz.
Like: I lost 5hp and in a textdraw says 5 ~r~DMG
Like where is in AAD mode made by 90NINE
Код:
LifeUpdateVar[playerid] = 3; format(string,20,"%.0f DMG",LifeUpdateAmt[playerid]); TextDrawSetString(pText[11][playerid],string);
Help me plz.
Thz.