[Pedido] Sistema de Ao tirar Damage, Som de sino..
#10

Quote:
Originally Posted by rCr
Посмотреть сообщение
pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount,
weaponid)
{
    if (damagedid != INVALID_PLAYER_ID)
    {
        new string[20];
        format(string, sizeof(string), "~g~-~r~%.0f", amount);
        GameTextForPlayer(playerid, string, 1000, 6);
        GameTextForPlayer(damagedid, string, 1000, 5);
                PlayerPlaySound(damagedid, 17802, 0.0, 0.0, 0.0);
    }
    return 1;
}

Sу isso .
Sу basta isso ^^
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)