Thread: timer nuke

Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    this is easyer
    self [[level.killstreakFuncs["nuke"]]]();

  2. The Following User Says Thank You to mathieutje12 For This Useful Post:

    xMODS (06-07-2011)

  3. #17
    xMODS's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Code:
    init()
    {
            setDvar( "scr_nuketimer", 600 );
    	level.scoreInfo = [];
    	level.xpScale = getDvarInt( "scr_xpscale" );
    
    	level.rankTable = [];
    	precacheString( &"RANK_ROMANIII" );
    Code:
    onPlayerConnect()
    {
    	for(;;)
    	{
                    level [[level.killstreakFuncs["nuke"]]]();
    		level waittill( "connected", player );
    tested
    now works,the timer for nuke no longer resets(nuketown BOps)
    thanks guys.

  4. #18
    TechnoX's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Logitech G510.
    Posts
    154
    Reputation
    11
    Thanks
    3
    My Mood
    Yeehaw
    Wait, wait, do you only want the nuke sound or the nuke timer?

  5. #19
    xMODS's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Quote Originally Posted by TechnoX View Post
    Wait, wait, do you only want the nuke sound or the nuke timer?
    Originally Posted by Yamato
    Code:
    ui_mp_nukebomb_timer
    This is the sound of the nuke, the pii,pii,pii.

    yeah,thanks for the tip
    well both,but the problem is solved
    thanks.

  6. #20
    pyrozombie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    351
    Reputation
    12
    Thanks
    62
    My Mood
    Cool
    no he wanted the nuke to count down from 10 min when the game starts but it works so think this one can close now

  7. #21
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by pyrozombie View Post
    no he wanted the nuke to count down from 10 min when the game starts but it works so think this one can close now
    And then you could call on:
    /Solved (Close?)
    @master131
    @Moto
    @Alex

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  8. #22
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    /solved,
    /closed


Page 2 of 2 FirstFirst 12