need help death wont show in death box - 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: need help death wont show in death box (
/showthread.php?tid=91762)
need help death wont show in death box -
lily wayne - 16.08.2009
the title said it all plz help
email me
lily_1994@live.com if u can help or just reply
Re: need help death wont show in death box -
sidhu123 - 16.08.2009
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}
Put that somewhere in your script, and it should work
Re: need help death wont show in death box -
Googles - 17.08.2009
Quote:
Originally Posted by [SAP
Sidhu ]
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}
Put that somewhere in your script, and it should work
|
Exaclty What he said.