Joseph Posted May 26, 2014 Share Posted May 26, 2014 How would i go about getting the rotation of my minimap? Link to comment Share on other sites More sharing options...
Extreme Scripts Posted May 26, 2014 Share Posted May 26, 2014 (edited) How would i go about getting the rotation of my minimap? You mean camera angle? That's the only thing that changes as you rotate. Edited May 26, 2014 by Divinity Link to comment Share on other sites More sharing options...
Joseph Posted May 26, 2014 Author Share Posted May 26, 2014 You mean camera angle? That's the only thing that changes as you rotate. ya the angle Link to comment Share on other sites More sharing options...
RIPD Posted May 26, 2014 Share Posted May 26, 2014 Is this 07 if so I do not think it can be rotated. Link to comment Share on other sites More sharing options...
Nitrousek Posted May 26, 2014 Share Posted May 26, 2014 client.getCameraPitchAngle? 1 Link to comment Share on other sites More sharing options...
Extreme Scripts Posted May 26, 2014 Share Posted May 26, 2014 (edited) ya the angle client.getCameraAngle() <--- Returns camera angle client.rotateCameraAngle(int x); <-- Sets angle client.getCameraPitchAngle() <-- returns pitch angle Edited May 26, 2014 by Divinity 1 Link to comment Share on other sites More sharing options...
Joseph Posted May 26, 2014 Author Share Posted May 26, 2014 wow legit, i went down the list of client methods and couldnt find it lol. Thank you client.getCameraYawAngle(); is the answer i was looking for 1 Link to comment Share on other sites More sharing options...