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



Need Help Please! - Littlehelper - 26.11.2011

i wanted to make kill-feed
anyone please help me makin' kill-feed and also a way to clear it, like
/clearfeed or /cfeed
Best Regards:Littlehelper[MDZ]


Re: Need Help Please! - Tanush123 - 26.11.2011

whats kill feed?


Re: Need Help Please! - MP2 - 26.11.2011

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


Re: Need Help Please! - Littlehelper - 27.11.2011

Uhm Kill-Feed shows a list of dead players on the right side of screen
and ty for that mp2 but i wanted a way to clear it too..
Best Regards:Littlehelper[MDZ]


Re: Need Help Please! - MP2 - 27.11.2011

There is no way to clear it. If you want, you can make your own using textdraws.


Re: Need Help Please! - Kudoz - 19.04.2012

MP2, theere is a way to clear it. I have seen several servers that has it!


Re: Need Help Please! - niels44 - 19.04.2012

yeah kudoz probably they have their own textdraws made


Re: Need Help Please! - Littlehelper - 22.05.2012

Mind looking at the date the thread was created?
i was totally a noob that time.
and want to know how to create kill-fead?
here's one simple way.
pawn Код:
stock ClearKillFeed() {
        for (new i; i != 5; ++i) {
        SendDeathMessage(MAX_PLAYERS, MAX_PLAYERS, 202);
    }
}