• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help kill score
#1
hi

as we know in hardcore mod the kill score not showed (when you kill some one) so my question:

Is it possible to show kill score such as normal mod?!!

[Image: 10rlds6.png]
  Reply
#2
someone has no idea?

  Reply
#3
In _rank.gsc, find this:

Code:
    if ( !level.hardcoreMode ) //this
    { //this
        if ( type == "teamkill" )
        {
            self thread scorePopup( 0 - getScoreInfoValue( "kill" ), 0, (1,0,0), 0 );
        }
        else
        {
            color = (1,1,0.5);
            if ( gotRestXP )
                color = (1,.65,0);
            self thread scorePopup( value, momentumBonus, color, 0 );
        }
    } // this

Remove the if(!level.hardcoreMode) + the { and }. I havent tried but it should work.
  Reply
#4
thank you
and Yamato i see in some where you have a post about super nuke i see that nice one and can you share the script of that?
thank you.
  Reply
#5
(01-28-2012, 13:25)raminr63 Wrote: thank you
and Yamato i see in some where you have a post about super nuke i see that nice one and can you share the script of that?
thank you.

i guess he have already realeased that think about the nuke search on his section,
  Reply
#6
i can not find any realeas there is only video showe.
if you find pleas tell me
  Reply
#7
(01-28-2012, 11:58)Yamato Wrote: In _rank.gsc, find this:

Code:
    if ( !level.hardcoreMode ) //this
    { //this
        if ( type == "teamkill" )
        {
            self thread scorePopup( 0 - getScoreInfoValue( "kill" ), 0, (1,0,0), 0 );
        }
        else
        {
            color = (1,1,0.5);
            if ( gotRestXP )
                color = (1,.65,0);
            self thread scorePopup( value, momentumBonus, color, 0 );
        }
    } // this

Remove the if(!level.hardcoreMode) + the { and }. I havent tried but it should work.

Not work !!

other idea?
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Reset Score Low_BoB 3 3,025 11-07-2013, 16:47
Last Post: Yamato
  Help Sentry Gun kill = Player kill Snake 8 5,415 11-07-2013, 13:41
Last Post: Nekochan
  !kill Plugin Hallla 1 2,386 09-07-2013, 22:30
Last Post: axel-le-meilleur
  Help About kill cam Howl3r 3 2,459 08-03-2013, 03:57
Last Post: Howl3r
  [Release] Reset Player Score CheGuevara 3 2,794 04-15-2013, 21:31
Last Post: banz
  Help Insta kill possible? koro35 10 6,021 11-27-2012, 16:10
Last Post: 99IRock
  [Request] !kill hillbilly 7 4,490 09-30-2012, 17:10
Last Post: OzonE
  change team names & score board color raminr63 11 10,935 09-28-2012, 09:22
Last Post: zxz0O0
  [Request] Rankup sound on kill hillbilly 12 6,385 09-16-2012, 11:08
Last Post: Ich1994
  [Request] Disable Friendly Fire and Enable Kill Cam on hardcore mode. Dumas 15 9,952 09-10-2012, 14:45
Last Post: OzonE

Forum Jump:


Users browsing this thread: 1 Guest(s)