Wei Posted May 11, 2013 Share Posted May 11, 2013 Hi, I was having a bit of relaxation scripting( Like making cool looking guis and stuff). And i was wondering if is it possible to rotate gui Window ? I've tryed with guiSetProperty but it didn't work out for me. Link to comment
50p Posted May 11, 2013 Share Posted May 11, 2013 MTA uses highly modified CEGUI library. Many UI properties are ignored by MTA and as far as I know rotation is one of them. If you want to rotate UI elements then you would have to draw them yourself on a new render target which can then be drawn with dxDrawImage. As you may know dxDrawImage lets you rotate drawn image or render target. https://wiki.multitheftauto.com/wiki/Dx ... nderTarget 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