SA-MP Forums Archive
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=533915)



Kill list - Rockyyy - 27.08.2014

Hey, in my server at kill list it show only when player X get player Y with guns only
but when he fall from high place or kills himself not showing


Re: Kill list - IceCube! - 27.08.2014

Show us OnPlayerDeath.. You may be excluding those reasons from being show.

Unless you have this for every situation, or posted once under OnPlayerDeath:

pawn Код:
SendDeathMessage(playerid, killerid, reason);
Don't rely on that syntax, as I can't remember if that's right.