Tete omar Posted July 27, 2012 Share Posted July 27, 2012 Hello, i made this radar area createRadarArea ( 2976.48046875, 3064.1752929688, -4000, -2500, 0, 255, 0, 100 ) i want a colshape fills this empty size , so if the player joined this area then outPutChatBox him something this is the colshape i was trying to create, createColRectangle ( 2976.48046875, 3064.1752929688, 4000, 2500 ) i want this colshape fill this colored radar area size with a tall height. Link to comment
Castillo Posted July 27, 2012 Share Posted July 27, 2012 You can't use negative values on colshapes. Link to comment
Tete omar Posted July 27, 2012 Author Share Posted July 27, 2012 i tried it with coleditor but i don't think that gonna help at least it takes 6 Hours than more if i created it with coleditor And about this radar area i'm just determine the colshape position with this radar area, so i can easy create it as the radar area values Link to comment
AMARANT Posted July 27, 2012 Share Posted July 27, 2012 You can set showcol command via the console and that will be much more easer to create your colshape than via coleditor. Link to comment
Tete omar Posted July 27, 2012 Author Share Posted July 27, 2012 You can set showcol command via the console and that will be much more easer to create your colshape than via coleditor. it's a large part of the game map, can i do it with coleditor ? ill take all day if i create it with coleditor. Link to comment
AMARANT Posted July 27, 2012 Share Posted July 27, 2012 I dind't mean coleditor. I meant /showcol command in development mode. You have to create your colshape with some arithmetic calculations anyway. The more comfortable way is unknown. But if you want to check someone in this area whay don't you use "isInsideRadarArea" function? Link to comment
Tete omar Posted July 27, 2012 Author Share Posted July 27, 2012 That way is a confusable way, i can't do it @AMARANT i know right, but I'm looking for another thing that how will i create this colshape on this large part !!? so, i forget about this issue ? Link to comment
Castillo Posted July 27, 2012 Share Posted July 27, 2012 Just create the colshape manually and then use the same position for the radar area. Link to comment
Tete omar Posted July 27, 2012 Author Share Posted July 27, 2012 like this ? createRadarArea ( 2976.48046875, 3064.1752929688, -4000, -2500, 0, 255, 0, 100 ) createColRectangle ( 2976.48046875, 3064.1752929688, -4000, -2500 ) Link to comment
albers14 Posted July 27, 2012 Share Posted July 27, 2012 createColCuboid(-1015.79376, 575.34369, 0, 3995, 2495, 1000) try use showCol and see if its fit well. Tried it on my own server and it looked for me good Link to comment
Callum Posted July 27, 2012 Share Posted July 27, 2012 Using getElementZoneName would be a lot better for a solution to your problem. I even told you this on IRC last night. 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