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: death window (
/showthread.php?tid=298952)
death window -
ThamburaaN - 23.11.2011
how can i put death window (f9) on my gm.
like if someone die it should show he died on the death window. it was working well, then i made my own gamemode. then it stopped working.
Re: death window -
sleepysnowflake - 23.11.2011
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}
https://sampwiki.blast.hk/wiki/SendDeathMessage