SA-MP Forums Archive
[FilterScript] [FS] CS kill combos (Rampage, killing spree, etc.) - 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] [FS] CS kill combos (Rampage, killing spree, etc.) (/showthread.php?tid=140164)



[FS] CS kill combos (Rampage, killing spree, etc.) - Winded - 07.04.2010

CS kill combos
This filterscript adds the cs kill comboґs to your server, meaning everytime someone does a certain number of kills without dying, gametext will appear to everyone.
The following list includes all the combo ranks and number of kills required for them.For details, you can check the .pwn code, and you can see the kind of texts that appear.
DOWNLOAD:
http://rapidshare.com/files/373161134/CSkillcombos.rar


Re: [FS] CS kill combos (Rampage, killing spree, etc.) - Timske - 07.04.2010

do double kill and triple kill if in 10 seconds.. i have Wicked Sick one time =]


Re: [FS] CS kill combos (Rampage, killing spree, etc.) - Winded - 07.04.2010

Quote:
Originally Posted by Timske
do double kill and triple kill if in 10 seconds.. i have Wicked Sick one time =]
Its pretty impossible to do double kills and triple kills in samp since there is much more health than in CS. But ill make it sometime


Re: [FS] CS kill combos (Rampage, killing spree, etc.) - Noredine - 07.04.2010

Screen / Video please ?


Re: [FS] CS kill combos (Rampage, killing spree, etc.) - XRVX - 07.04.2010

Quote:
Originally Posted by Noredine
Screen / Video please ?
i think this is clear enough
good work man


Re: [FS] CS kill combos (Rampage, killing spree, etc.) - [MWR]Blood - 10.05.2010

Nice job!


Re: [FS] CS kill combos (Rampage, killing spree, etc.) - Zh3r0 - 10.05.2010

Quote:
Originally Posted by ikarus❶❸❸❼
Nice job!
Ikarus...why bumping?


Re: [FS] CS kill combos (Rampage, killing spree, etc.) - rbN. - 10.05.2010

Quote:

Holy shit!, 24 kills

Wow.. If you reach that one, your seriously pro, or the opponement is noob :P.
But nice.

Btw, question. Is there also something like: If the player has a combo, it shows up for everybody?

So like.. If I have Unstoppable, does there stand something like: 'Robin is Unstoppable (12 kills)'?


Re: [FS] CS kill combos (Rampage, killing spree, etc.) - Zh3r0 - 10.05.2010

Quote:
Originally Posted by RobinOwnz
Quote:

Holy shit!, 24 kills

Wow.. If you reach that one, your seriously pro, or the opponement is noob :P.
But nice.

Btw, question. Is there also something like: If the player has a combo, it shows up for everybody?

So like.. If I have Unstoppable, does there stand something like: 'Robin is Unstoppable (12 kills)'?
Actually it does show for everybody....
check this
pawn Код:
if (PlayerKills[killerid] == 12)
    {
      format(string, sizeof(string), "~r~%s is unstoppable!", kName);
      GameTextForAll(string, 1000, 1);
      return 1;
    }



Re: [FS] CS kill combos (Rampage, killing spree, etc.) - luigifan9 - 10.05.2010

Useful man, great work!