Results 1 to 2 of 2

Thread: +1

  1. #1
    Private
    Join Date
    Jul 2016
    Posts
    38
    Thanks
    0
    Thanked 19 Times in 19 Posts

    +1

    Hello guys, i want to do something. İ have killing spree mod but i wantto do that, when i killed second guy +1, i killed third guy +2 , i killed fourt guy +3 points. Can we add to score these points?

  2. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Sure.

    In onspawn: self.spree = 0;

    In onplayerkilled: eAttacker.spree += 1; eAttacker.score += eAttacker.spree;
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •