[FilterScript] Requesting For a FilterScript
#1

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!
Reply
#2

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

Link: https://sampwiki.blast.hk/wiki/SendDeathMessage
Reply
#3

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

Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)