Cookie Monstaaa Posted January 28, 2016 Posted January 28, 2016 Heres to hoping this solves every one's issues!....
dopenes Posted January 30, 2016 Posted January 30, 2016 Hey, I noticed that webWalking(Position position) is deprecated... What is the alternative to webWalking to a specific position?
Flamezzz Posted January 30, 2016 Posted January 30, 2016 Hey, I noticed that webWalking(Position position) is deprecated... What is the alternative to webWalking to a specific position? You should use webWalking(Position... positions), so if you have a single position you have to create an array until they remove the deprecated one... Position p = new Position(x,y,z); walking.webWalk(new Position[]{p});
dopenes Posted January 30, 2016 Posted January 30, 2016 You should use webWalking(Position... positions), so if you have a single position you have to create an array until they remove the deprecated one... Position p = new Position(x,y,z); walking.webWalk(new Position[]{p}); I see, thanks.
Harry Posted February 5, 2016 Posted February 5, 2016 Late reply, but sweet and thanks for the updates Alek.
boitsenko Posted February 11, 2016 Posted February 11, 2016 Can you add hot button that locks/unlocks screen usage?