bartje01 Posted November 10, 2010 Share Posted November 10, 2010 Hey guys. I'm trying to make a green zone @ the pirate ship. I just don't know how to get the right cords. local hillRadar = createRadarArea ( 1958.957, 1629.964, 40, -40, 0, 255, 0, 175 ) It's just one long line. I want to have a sqaure. please someone tell me how to make a good zone. Link to comment
dzek (varez) Posted November 10, 2010 Share Posted November 10, 2010 just read wiki page. it's explained there. Link to comment
bartje01 Posted November 10, 2010 Author Share Posted November 10, 2010 ye I know. I have to use X Y X Y or something. I'm taking the cords. Paste them in. and bwap. just 1 big line Link to comment
dzek (varez) Posted November 10, 2010 Share Posted November 10, 2010 start freeroam resource - you can get your current position with it. or you can put some object in map editor and get it coords. expecting us to do it isn't good idea. Link to comment
bartje01 Posted November 10, 2010 Author Share Posted November 10, 2010 Damn. still keep taking wrong cords. Link to comment
Castillo Posted November 11, 2010 Share Posted November 11, 2010 for shapes/radar areas you need the x,y from your position if i'm right, then the size/color (radar area only). Link to comment
bartje01 Posted November 11, 2010 Author Share Posted November 11, 2010 I have thisd now local hillRadar = createRadarArea ( 2037.30, 1701.82, 40, -40, 0, 255, 0, 175 ) It still is one line. Can someone please make a green zone at the pirateship? I will look at it and look how it's done Link to comment
Castillo Posted November 11, 2010 Share Posted November 11, 2010 local pirateShip = createRadarArea ( 1947.2705078125, 1463.240234375, 180, 180, 40, -40, 0, 255 ) Link to comment
bartje01 Posted November 11, 2010 Author Share Posted November 11, 2010 Don't see a zone with yours Link to comment
Castillo Posted November 11, 2010 Share Posted November 11, 2010 maybe the color is wrong. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now