AHSS Posted May 5, 2011 Share Posted May 5, 2011 when i make a gui my resolution is 1440x900 so when a player with the resolution 800x600 enters the game the gui is fucked up for him so i wanna know how to make a gui the same for all resolutions ty Link to comment
Bantu Posted May 5, 2011 Share Posted May 5, 2011 You should use guiGetScreenSize and GUI adjust for client resolution. Link to comment
Feche1320 Posted May 5, 2011 Share Posted May 5, 2011 If your gui X = 500 and your gui Y = 600 then do: (1440/1440) = 1440-500 = (940/1440)*sx (900/900) = 900-600 = (300/940)*sy Hope you understand. Or post the script if you don't understand. 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