bartje01 Posted November 10, 2010 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.
dzek (varez) Posted November 10, 2010 Posted November 10, 2010 just read wiki page. it's explained there.
bartje01 Posted November 10, 2010 Author 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
dzek (varez) Posted November 10, 2010 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.
bartje01 Posted November 10, 2010 Author Posted November 10, 2010 Damn. still keep taking wrong cords.
Castillo Posted November 11, 2010 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).
bartje01 Posted November 11, 2010 Author 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
Castillo Posted November 11, 2010 Posted November 11, 2010 local pirateShip = createRadarArea ( 1947.2705078125, 1463.240234375, 180, 180, 40, -40, 0, 255 )
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