August 17, 20214 yr Hey im trying to create a new area with this code: Area area = new Area(3245, 3158, 3240, 3150); But it somehow doesnt work, I got this error: Cannot resolve constructor 'Area(int, int, int, int)' Can anyone help me?
August 17, 20214 yr 36 minutes ago, BloodyNoah said: Hey im trying to create a new area with this code: Area area = new Area(3245, 3158, 3240, 3150); But it somehow doesnt work, I got this error: Cannot resolve constructor 'Area(int, int, int, int)' Can anyone help me? Probably using the wrong import. Check your imports and see if it's importing Java's area class or OSBot's. OSBot's import import org.osbot.rs07.api.map.Area;
August 18, 20214 yr Author 22 hours ago, Gunman said: Probably using the wrong import. Check your imports and see if it's importing Java's area class or OSBot's. OSBot's import import org.osbot.rs07.api.map.Area; Thanks! That was the problem.
Create an account or sign in to comment