Is it possible to NOT show a death message?
#9

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(!IsPlayerAdmin(killerid) && reason != 38) SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Replace 'IsPlayerAdmin(killerid)' with a variable for example if you have admin levels, otherwise that won't show death messages if an RCON admin kills a player with a minigun.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)