How to disable Kill list
#1

You see that kill list's are disabled in most roleplay servers. How is this done?
Reply
#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
#3

Quote:
Originally Posted by Mike_Peterson
Посмотреть сообщение
If I'm right, thats done with the SendDeathMessage command, in pawn.
If you don't use that, the list won't show up. if you do, then it will.
Exactly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)