SA-MP Forums Archive
How to disable 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to disable kill-list (/showthread.php?tid=154960)



How to disable kill-list - sekol - 16.06.2010

How can i disable those kill messages on right side of the screen??
Example:
Semi (Ak-47 icon) Habalabuba


Re: How to disable kill-list - Naxix - 16.06.2010

Under "OnPlayerDeath" look for "SendDeathMessage(killerid,reason,playerid);" and delete it


Re: How to disable kill-list - sekol - 16.06.2010

thanks