Thread: pannel bug

Results 1 to 7 of 7
  1. #1 pannel bug 
    Registered Member
    MetalGear's Avatar
    Join Date
    Sep 2008
    Posts
    779
    Thanks given
    9
    Thanks received
    6
    Rep Power
    82
    Ok i added This pannel to fighting pits...

    everywhere i go the process wont shut down it stays up where ever i go..

    New transport?
    Reply With Quote  
     

  2. #2  
    Member

    Join Date
    Nov 2008
    Age
    27
    Posts
    4,859
    Thanks given
    774
    Thanks received
    341
    Rep Power
    0
    Naise!

    looks good maybe try a custom interface
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Sep 2009
    Posts
    201
    Thanks given
    0
    Thanks received
    17
    Rep Power
    147
    did you set like a if(absy == 3212 < absy == 3312 && absx == 1231 < absx == 1331){
    Reply With Quote  
     

  4. #4  
    Registered Member
    MetalGear's Avatar
    Join Date
    Sep 2008
    Posts
    779
    Thanks given
    9
    Thanks received
    6
    Rep Power
    82
    Quote Originally Posted by steven031291 View Post
    did you set like a if(absy == 3212 < absy == 3312 && absx == 1231 < absx == 1331){
    Why would i set that... u mean to Exit and when u exit out to close interface?
    New transport?
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Sep 2009
    Posts
    201
    Thanks given
    0
    Thanks received
    17
    Rep Power
    147
    that will make it so it will only show the panel in a certain area if your within those coords and for the timer why not use minutes its not hard to do
    routhly 120 ticks is 1 minute so you could do where in ur process
    if(timer > 0){
    timer--;
    switch (timer){
    case 240:
    fightpitstime("2 minute left");
    break;
    case 120:
    fightpitstime("1 minute left");
    break;
    }
    Reply With Quote  
     

  6. #6  
    Registered Member
    MetalGear's Avatar
    Join Date
    Sep 2008
    Posts
    779
    Thanks given
    9
    Thanks received
    6
    Rep Power
    82
    can you show it in a format i cant really Ready that it is very messy.
    New transport?
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Oct 2008
    Posts
    1,540
    Thanks given
    27
    Thanks received
    71
    Rep Power
    465
    just make it so;

    if isInPits = true, the interface is opened, and find the code that exits you from fight pits and add closeInterface(); or whatever your code is
    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
  •