[PEDIDO]Sistema de mensagens quando player morre
#4

Tire o SendDeathMessage do seu gm e coloque:
pawn Код:
new string[128], nomeplayer1[24], nomeplayer2[24];
GetPlayerName(playerid, nomeplayer1, sizeof(nomeplayerid1));
GetPlayerName(killerid, nomeplayer2, sizeof(nomeplayerid2));
new ArmaMorte[30];
GetPlayerWeaponName(killerid,ArmaMorte,sizeof(ArmaMorte));
format(stringformat, sizeof(stringformat), "[AVISO DE MORTE] %s foi morto por %s. Arma: %s", nomeplayer1, nomeplayer2, ArmaMorte);
SendClientMessageToAll(-1, stringformat);
codigo reformulado.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)