[FilterScript] [FS] CS kill combos (Rampage, killing spree, etc.)
#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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)