Thread: What is wrong with this time(It won't reset?)

Results 1 to 5 of 5
  1. #1 What is wrong with this time(It won't reset?) 
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    Code:
    		if (portalTimer1 > 0) {
    			portalTimer1 -= 1;
    		}
    
    		if (portalTimer2 > 0) {
    			portalTimer2 -= 1;
    		}
    
    		if (portalTimer3 > 0) {
    			portalTimer3 -= 1;
    		}
    
    		if (portalTimer4 > 0) {
    			portalTimer4 -= 1;
    		}
    
    
    		if (pcWaitTimer > 0) {
    			pcWaitTimer -= 1;
    		}
    
    		if (pcWaitTimer >  0) {
    			pcWaitTimer = 100;
    		}
    		
    		if (pcGame > 0) {
    			pcGame -= 1;
    		}
    
    		if (pcGame < 0) {
    			pcGame = 1200;
    		}
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  2. #2  
    Beelzebub
    Guest
    The fact you're using a timer. Unblock me on msn and I'll explain.
    Reply With Quote  
     

  3. #3  
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    Quote Originally Posted by Beelzebub View Post
    The fact you're using a timer. Unblock me on msn and I'll explain.
    I don't got your msn?
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  4. #4  
    Member What is wrong with this time(It won't reset?) Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    You aren't calling any methods once it reaches X.

    Attached imageAttached image
    Reply With Quote  
     

  5. #5  
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    I did fix it by MYSELF alex had to go.
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     


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
  •