Kill list - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Kill list (
/showthread.php?tid=323561)
Kill list -
Hand-Scripter - 06.03.2012
Hi,!(Again), My question is,
How to make a kill list on your screen, Mostly on the right side of your screen,
If you kill someone, It will appear in that list.
If you still don't get it, I'll show a screen.
Hand-
AW: Kill list -
Drebin - 06.03.2012
The kill list should be there by default (if you can't see it try pressing F8 after you killed someone).
Re: Kill list -
[ABK]Antonio - 06.03.2012
https://sampwiki.blast.hk/wiki/SendDeathMessage
Re: Kill list -
GNGification - 06.03.2012
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}
If it still doesnt show up, kill someone and press F9