robertoHrvat 10 Posted April 18, 2011 Hi guys, please help me! What I need make to get map position (Not coordinates like Ch57,Ff27, I know that ..) I really need somebody to tell me how to get map positions (needs to intro) I think on this: _camera camSetTarget [color="Red"][-90912.40,33767.50,15371.27][/color] _camera camSetPos [5115.54,10455.62,5.29] _camera camSetFOV 0.700 _camera camCommit 0 @camCommitted _camera Thanks! Share this post Link to post Share on other sites
nikiller 18 Posted April 18, 2011 hi, Here's a script to know the coordinates of an object placed on the map. ;**************************************************************** ;Find coordinates [x,y,z] Script by Nikiller v0.9b ;Use a radio trigger repeatidly to execute the script ;Note: Place object (flag) where you want to know the coordinates ;contact: nikillerofp@hotmail.fr ;[objectName] exec "scriptName.sqs" ;**************************************************************** _o = _this select 0 hint format ["%1", getPos _o] exit cya. Nikiller. Share this post Link to post Share on other sites
ProfTournesol 956 Posted April 18, 2011 Do you know how to use the built-in camera.sqs script ? You can retrieve every position of the camera with the Ctrl key that stores them in the clipboard. Look here. Share this post Link to post Share on other sites
robertoHrvat 10 Posted April 18, 2011 Thank you guys, very much :) Share this post Link to post Share on other sites