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=306701)
kill list -
mineralo - 27.12.2011
hi, how make kill list? for see who death and who is killer etc
Re: kill list - MatthewD - 27.12.2011
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}
Re: kill list -
mineralo - 27.12.2011
thanks