22.11.2011, 18:23
Tire o SendDeathMessage do seu gm e coloque:
codigo reformulado.
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);