[Pedido] Som+Damage
#4

Ta ai amigo.

pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount,weaponid)
{
    if (damagedid != INVALID_PLAYER_ID)
    {
        new string[20];
        format(string, sizeof(string), "~y~-~r~%.0f", amount);//Aqui й a mensagem que aparece!
        GameTextForPlayer(playerid, string, 1000, 6);
        GameTextForPlayer(damagedid, string, 1000, 5);
        PlayerPlaySound(damagedid, 17802, 0.0, 0.0, 0.0);// som do "sino"
    }
    return 1;
}
Amigo sou novo no forum e nгo conheзo muito bem a linguagem mais espero que funcione.
Obs:nгo testei!
Reply


Messages In This Thread
Som+Damage - by s4kuL - 21.06.2013, 22:57
Re: Som+Damage - by SeV_ - 21.06.2013, 23:51
Re: Som+Damage - by [toːkʲoː]_Shinjuku_.] - 22.06.2013, 00:04
Respuesta: Som+Damage - by GabrielRibeiro - 22.06.2013, 00:05

Forum Jump:


Users browsing this thread: 1 Guest(s)