Thread: CW Timer

Results 1 to 4 of 4
  1. #1 CW Timer 
    Registered Member
    The Myth's Avatar
    Join Date
    Oct 2008
    Posts
    751
    Thanks given
    5
    Thanks received
    9
    Rep Power
    105
    hi, im making castlewars, ive got a working timer and inteface or the waiting room but for some reason my methods for teleporting the person in when the counter gets to 0 only happens to one of the people in the waiting room. any help would be greatly appriciated , i am using delta btw.
     

  2. #2  
    `Rich
    Guest
    Make it teleport them at 5 seconds instead of 0.
     

  3. #3  
    Registered Member
    The Myth's Avatar
    Join Date
    Oct 2008
    Posts
    751
    Thanks given
    5
    Thanks received
    9
    Rep Power
    105
    k ill try it, thx rich

    rich this had no effect
    Last edited by The Myth; 11-05-2008 at 08:43 PM. Reason: Double posting is not allowed!
     

  4. #4  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    youll have to add it in process. if not alredy have it as

    if(waitingtimer == 0 && inWaitingRoom == true) {
    teletox = ;
    teletoy = ;
    }

    thats how i did it in my server.
    im not sure if you could add it anywhere but process though.
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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