How to disable Kill list
#2

If I'm right, thats done with the SendDeathMessage command, in pawn.
If you don't use that, the death window won't show up. if you do, then it will.

edit: look what I found..
https://sampwiki.blast.hk/wiki/SendDeathMessage

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
This snippet of code will enable the death window
Reply


Messages In This Thread
How to disable Kill list - by MaDK1LLA - 28.12.2011, 11:13
Re: How to disable Kill list - by Mike_Peterson - 28.12.2011, 11:20
Re: How to disable Kill list - by MatthewD - 28.12.2011, 11:23

Forum Jump:


Users browsing this thread: 1 Guest(s)