Results 1 to 5 of 5
  1. #1
    jimmynguyen3030's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    NukeTown
    Posts
    263
    Reputation
    10
    Thanks
    18
    My Mood
    Bored

    pause tha numbaz

    is there a way to make this stop like after 0.9 seconds?
    Code:
    Numbers()
    {	
    	self thread createNumber(0, 5, 2.5, "CENTER", "CENTER", 50, 50, "green");
            while(1)
            {
            self thread renameNumber(0, randomInt(999999));
            wait 0.1;
            }
    }
    If I Helped You, Plz Thanks.
    It Would Help Alot

    What Do You Do For A Living?
    I Mostly Own Noobs With The AK-47 With Silencer
    What's That?
    (Turns To Friend)
    HAHAHA Noob!!!!!!
    [img]https://www.danasof*****m/sig/asd248737.jpg[/img]

  2. #2
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    Numbers()
    {
    self thread createNumber(0, 5, 2.5, "CENTER", "CENTER", 50, 50, "green");
    while(1)
    {
    self thread renameNumber(0, randomInt(999999));
    wait 0.9;
    }
    }

  3. #3
    jimmynguyen3030's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    NukeTown
    Posts
    263
    Reputation
    10
    Thanks
    18
    My Mood
    Bored
    I think tht makes it change the number at 9 secs so every 9 sec it changes I need it to stop after 9 secs tho

  4. #4
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    try to remove the wait?

  5. #5
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    remove while(1) { }

Similar Threads

  1. best dance in tha world
    By webmaster9 in forum General
    Replies: 0
    Last Post: 09-12-2009, 03:23 PM
  2. Sig after long pause
    By MaraFaraCZ in forum Showroom
    Replies: 6
    Last Post: 07-23-2009, 01:07 PM
  3. this is tha shit
    By M2A in forum General
    Replies: 2
    Last Post: 03-28-2009, 06:51 PM
  4. FIND THA NIGGA IN THE RUMBAA!
    By Blitzenzorr in forum Spammers Corner
    Replies: 21
    Last Post: 11-30-2008, 10:24 PM
  5. Replies: 12
    Last Post: 10-24-2007, 04:33 AM