How to use this font?
#3

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
{
    if(issuerid != INVALID_PLAYER_ID)
    {
        new string[10];
        format(string, sizeof(string), "~r~%.2f", amount);
        GameTextForPlayer(damagedid, string, 1000, 3);

        format(string, sizeof(string), "~g~%.2f", amount);
        GameTextForPlayer(playerid, string, 1000, 3);
    }
    return 1;
}
Ty!!! +REP
Reply


Messages In This Thread
How to use this font? - by pedrotvr - 04.09.2015, 01:39
Re: How to use this font? - by SickAttack - 04.09.2015, 01:44
Re: How to use this font? - by pedrotvr - 06.09.2015, 20:15

Forum Jump:


Users browsing this thread: 1 Guest(s)