Howto Make A Death 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)
+--- Thread: Howto Make A Death Window? (
/showthread.php?tid=377093)
Howto Make A Death Window? -
[A]ndrei - 12.09.2012
Can someone give me the script for the death window?plz?
Re: Howto Make A Death Window? -
Infinity90 - 12.09.2012
Explain what you mean.
Re: Howto Make A Death Window? -
R4VER - 12.09.2012
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}
here ya go