Jump to content

GUI problem


darhal

Recommended Posts

Posted

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

Posted
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 :oops:

#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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...