saanteeh Posted July 2, 2014 Posted July 2, 2014 Descarga musica, películas, juegos, programas! The Pirate Bay - The galaxy's most resilient BitTorrent site
Freak Posted July 4, 2014 Posted July 4, 2014 http://osbot.org/forum/topic/54143-900k-ea-100-fb-cheapest-on-osbot-freaks-bond-shop/
Swizzbeat Posted July 5, 2014 Posted July 5, 2014 public void waitFor(Condition c, int timeout) { long t = System.currentTimeMillis(); while (System.currentTimeMillis() - t < timeout && !c.condition()) { Time.sleep(30); } }
Botre Posted July 5, 2014 Posted July 5, 2014 public void waitFor(Condition c, int timeout) { long t = System.currentTimeMillis(); while (System.currentTimeMillis() - t < timeout && !c.condition()) { Time.sleep(30); } } pls increase dat sleep time game ticks are 600ms
Swizzbeat Posted July 5, 2014 Posted July 5, 2014 pls increase dat sleep time game ticks are 600ms Not my code lol. Plus it doesn't matter considering I highly doubt the sleep is going to start exactly on a game tick :p
Dreamliner Posted July 5, 2014 Posted July 5, 2014 Not my code lol. Plus it doesn't matter considering I highly doubt the sleep is going to start exactly on a game tick MethodProvider.sleepUntilGameTick(int ticks); make it pls