[FilterScript] [FS] CS kill combos (Rampage, killing spree, etc.)
#1

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.
  • Dominating, 4 kills
  • Rampage, 6 kills
  • Killing Spree, 8 kills
  • Monster kill, 10 kills
  • Unstoppable, 12 kills
  • Ultra kill, 14 kills
  • Godlike, 16 kills
  • Wicked sick, 18 kills
  • Ludicrous kill, 20 kills
  • Holy shit!, 24 kills
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
Reply
#2

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

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
Reply
#4

Screen / Video please ?
Reply
#5

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

Nice job!
Reply
#7

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

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)'?
Reply
#9

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;
    }
Reply
#10

Useful man, great work!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)