SA-MP Forums Archive
How to enable killlist? - 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 enable killlist? (/showthread.php?tid=86304)



How to enable killlist? - Joruz_Tellino - 13.07.2009

Solved
please reply on this
http://forum.sa-mp.com/index.php?top...7750#msg687750


Re: How to enable killlist? - dice7 - 13.07.2009

https://sampwiki.blast.hk/wiki/SendDeathMessage


Re: How to enable killlist? - Weirdosport - 13.07.2009

Check the wiki next time:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SendDeathMessage(killerid, playerid, reason);
  return 1;
}



Re: How to enable killlist? - Joruz_Tellino - 13.07.2009

Quote:
Originally Posted by Weirdosport
Check the wiki next time:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SendDeathMessage(killerid, playerid, reason);
  return 1;
}
thanks, but got another problem
http://forum.sa-mp.com/index.php?top...7750#msg687750