downight Posted December 12, 2014 Share Posted December 12, 2014 I want to center this Link to comment
MTA Team 0xCiBeR Posted December 13, 2014 MTA Team Share Posted December 13, 2014 You have to divide that players screen into 2 local sX,sY = guiGetScreenSize() --Then just divide sX/2 and use that calculation in your dx function. If it's still not centered the way you want it to be, you can just do some math over the sX/2 Link to comment
Anubhav Posted December 13, 2014 Share Posted December 13, 2014 If you want to do for 'each and every gui', then you can pay me. I'll do it. @ Ciber - It won't center, because it's half correct. Link to comment
MTA Team 0xCiBeR Posted December 13, 2014 MTA Team Share Posted December 13, 2014 It will center, in that Y position. I was assuming he wants it at the top. Otherwise he has to divide both sX & sY. Link to comment
downight Posted December 13, 2014 Author Share Posted December 13, 2014 Whoever can do this give me your skype etc and i'll pay you via paypal Link to comment
myonlake Posted December 13, 2014 Share Posted December 13, 2014 x = ( screenWidth - targetWidth ) / 2 y = ( screenHeight - targetHeight ) / 2 There you have it. Link to comment
ChaosMTA Posted December 13, 2014 Share Posted December 13, 2014 No money needed, use this: https://wiki.multitheftauto.com/wiki/CenterWindow Link to comment
downight Posted December 13, 2014 Author Share Posted December 13, 2014 Thanks guys but I really don't want to do this by myself since I'm not rly good at scripting. Link to comment
Dealman Posted December 13, 2014 Share Posted December 13, 2014 (edited) It's a really simple thing to do. I'd love to help you out for free, but I don't use Skype, nor do I intend to download it Just send what you need fixed in a PM and I'll sort it out for you. Edited December 14, 2014 by Guest Link to comment
..:D&G:.. Posted December 14, 2014 Share Posted December 14, 2014 I can do it if you want, I just PMed you my skype 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