SA-MP Forums Archive
[FilterScript] Requesting For a FilterScript - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Requesting For a FilterScript (/showthread.php?tid=640498)



Requesting For a FilterScript - StojkovicAndrej - 03.09.2017

Hello, so i saw on one server they had like a who killed who system like this: http://imgur.com/a/E1P9r?
If someone can give me a script like this i would appreciate it!


Re: Requesting For a FilterScript - Eoussama - 03.09.2017

That's not even a filterscript, It's literally one function.

Link: https://sampwiki.blast.hk/wiki/SendDeathMessage


Re: Requesting For a FilterScript - asri - 03.09.2017

PHP Code:
public OnPlayerDeath(playeridkilleridreason)
{
    
SendDeathMessage(killeridplayeridreason);
    return 
1;




Re: Requesting For a FilterScript - StojkovicAndrej - 03.09.2017

Quote:
Originally Posted by Eoussama
View Post
That's not even a filterscript, It's literally one function.

Link: https://sampwiki.blast.hk/wiki/SendDeathMessage
Thanks! I actually thought it's a Filterscript because my friend told me it is so yeah :/ but thanks a lot