darhal Posted June 5, 2015 Posted June 5, 2015 Hi all, I want a GUI to have the same x, y height width with all resolutions ! How to do it ? Thx #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
Tekken Posted June 5, 2015 Posted June 5, 2015 Use this guiGetScreenSize. Resources I made: attachToBones - A newer bone_attach. Simple Level system - Just a simple level system. Do not PM me for help with leaked scripts! I WILL NOT HELP YOU!
Mr_Moose Posted June 5, 2015 Posted June 5, 2015 Use relative values on all GUI elements, set the last argument (use relative) on all GUI elements to "true". That allow you to set a value between 0.0 and 1.0 where this range represent any screen resolution. MTA Community | GitHub | 99Stack Forum
darhal Posted June 5, 2015 Author Posted June 5, 2015 set the last argument (use relative) on all GUI elements to "true". That allow you to set a value between 0.0 and 1.0 where this range represent any screen resolution. on all GUI elements That what I m looking for thx bro #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
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