SA-MP Forums Archive
Need Help - 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 (/showthread.php?tid=188389)



Need Help - xinix000 - 07.11.2010

How to make something like this when people died


Re: Need Help - ExeC - 07.11.2010

Simply...

"OnPlayerDeath"

Код:
SendDeathMessage(killerid, playerid, reason);
That's it.


Re: Need Help - xinix000 - 07.11.2010

Thanks dude


Re: Need Help - ExeC - 07.11.2010

Quote:
Originally Posted by xinix000
Посмотреть сообщение
Thanks dude
No problem.