hello how do i show the death message to all players same as picture ? anyone script it for me ?
here is my onplayerdeath
here is my onplayerdeath
PHP Code:
public OnPlayerDeath(playerid, killerid, reason)
{
DeadPlayer[playerid] = 0;
SetPlayerColor(playerid, COLOR_DEAD);
PlayerInfo[killerid][pKills]++;
PlayerInfo[playerid][pDeaths]++;
TextDrawHideForPlayer(playerid,Clock);
TextDrawHideForPlayer(playerid, DaysOfWeek);
TextDrawHideForPlayer(playerid, FpsAndPing[playerid]);
TextDrawHideForPlayer(playerid, ZoneName[playerid]);
HideTDs(playerid);
return 1;
}