[PEDIDO] Hit com text e sound.
#7

Olha aee Galera, acho que estou pegando o jeito, sei lб...
Consegui por esse cуdigo que o StrondA_ me passou, e tambйm com o som...
Sу falta colocб-lo no canto, pra naгo atrapalhar, pois estб aparecendo no meio o dano...
Colocar que tipo de arma tirou dano... e separar... No canto inferior esquerdo: aparecer quando tirar dano
como uma tal cor, exemplo: Light Green..
E no canto inferior direito, quando receber dano de light Blue..


pawn Код:
forward OnPlayerGiveDamage(playerid,damagedid, Float: amount, weaponid);
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid)
{
    if(damagedid != INVALID_PLAYER_ID)
    {
        new string[25];
        format(string, sizeof(string), "~g~-~r~%.0f", amount), GameTextForPlayer(playerid, string, 3000, 3), GameTextForPlayer(damagedid, string, 3000, 3);
        PlayerPlaySound(playerid,17802,0.0,0.0,0.0);
    }
    return 1;
}
Reply


Messages In This Thread
[PEDIDO] Hit com text e sound. - by [MsT]Pho3niX - 03.06.2012, 22:38
Re: [PEDIDO] Hit com text e sound. - by [MsT]Pho3niX - 03.06.2012, 23:11
Re: [PEDIDO] Hit com text e sound. - by Crueliz0n - 03.06.2012, 23:14
Re: [PEDIDO] Hit com text e sound. - by [MsT]Pho3niX - 03.06.2012, 23:20
Re: [PEDIDO] Hit com text e sound. - by StrondA_ - 04.06.2012, 00:39
Re: [PEDIDO] Hit com text e sound. - by [MsT]Pho3niX - 04.06.2012, 02:05
Re: [PEDIDO] Hit com text e sound. - by [MsT]Pho3niX - 04.06.2012, 03:12
Re: [PEDIDO] Hit com text e sound. - by StrondA_ - 04.06.2012, 04:56
Re: [PEDIDO] Hit com text e sound. - by [MsT]Pho3niX - 04.06.2012, 05:16
Re: [PEDIDO] Hit com text e sound. - by StrondA_ - 04.06.2012, 17:56

Forum Jump:


Users browsing this thread: 1 Guest(s)