Eta

Status
Not open for further replies.

ststew

Active Member
Any ETA on when Amadeus you will update ISXVG? No rush, good to manuall do shit myself for a change. hah
 

adakos

Active Member
it will be finished when it gets finished.

for fucks sake, people, come to the IRC channel. READ THE TOPIC. It will say if it is UP or NOT. if it is NOT UP thyen dont ask, Ama never gives ETA's
 

CrazyJosh1

Active Member
adakos said:
it will be finished when it gets finished.

for fucks sake, people, come to the IRC channel. READ THE TOPIC. It will say if it is UP or NOT. if it is NOT UP thyen dont ask, Ama never gives ETA's
rwar :( meanie! <3
 

CyberTech

Second-in-Command
Staff member
Options:
1) Sit on irc, wait for topic to change
2) Occasionally run "ext isxvg", see it patches
3) Run this script, designed for those with the patience level of an ADHD 9 year old on street meth, and it will patch for you.

Code:
function main()
{
      variable int Timer = 0

      if (${ISXVG(exists)})
        return
        
      echo off  
      do
      {   
          wait 15
        if (${ISXVG.IsLoading})
          return
          if (${ISXVG.IsReady})
            return
          
          extension ISXVG
        Timer:Set[0]
        
        if (${ISXVG.IsLoading})
          return
        
        do
        {
           if (${ISXVG.IsLoading})
               return
               
           Timer:Inc
           waitframe
        }
        while (!${ISXVG(exists)} && ${Timer} < 100)
      }
      while (!${ISXVG(exists)})
      
}
 
Status
Not open for further replies.
Top Bottom