Kill Info Window - 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: Kill Info Window (
/showthread.php?tid=220477)
Kill Info Window -
Kasis - 03.02.2011
How do i get this done? --->
I don't know how to search for it, all what i found was how to tog it by F9
Re: Kill Info Window -
veyron - 03.02.2011
pawn Код:
SendDeathMessage(killerid, playerid, reason);
Add this in OnPlayerDeath.
Re: Kill Info Window -
Kasis - 03.02.2011
Awesome! Thanks.