itzdot Joined Sep 1, 2015 Messages 9 Sep 1, 2015 Thread Author #1 how do you guys check if local player is within a area i've tried gV.getLOCATION_AREA().contains(players.getLocal().getPosition()); but the localplayer returns static position. is there another way to get the same results since im new to the api
how do you guys check if local player is within a area i've tried gV.getLOCATION_AREA().contains(players.getLocal().getPosition()); but the localplayer returns static position. is there another way to get the same results since im new to the api
derk 12 year old normie Joined Jan 8, 2015 Messages 2,768 Sep 1, 2015 #2 if (AREA.contains(Players.getLocal()) { do stuff }
I instigator Joined Aug 5, 2015 Messages 12 Sep 1, 2015 #3 Have you tried Code: com.runemate.game.api.location.Area
itzdot Joined Sep 1, 2015 Messages 9 Sep 1, 2015 Thread Author #4 instigator said: Have you tried Code: com.runemate.game.api.location.Area Click to expand... ya problem fixed no worries
instigator said: Have you tried Code: com.runemate.game.api.location.Area Click to expand... ya problem fixed no worries