Jump to content

[GUI] Any easy way to do this?


Recommended Posts

So I made a GUI with the community resource GUI Editor, but now I don't know how to set it up to work on different resolutions without starting over and not using the tool. I got everything set up on my resolution but not others.. Can I convert it somehow? Heres a bit of the code:

  
        GUIEditor.label[35] = guiCreateLabel(769, 295, 265, 16, "Report Reason:", false, GUIEditor.window[3]) 
        GUIEditor.label[36] = guiCreateLabel(769, 100, 181, 16, "Player Reporting:", false, GUIEditor.window[3]) 
        GUIEditor.label[37] = guiCreateLabel(865, 100, 213, 16, "", false, GUIEditor.window[3]) 
        GUIEditor.label[38] = guiCreateLabel(769, 128, 96, 15, "Reported Player:", false, GUIEditor.window[3]) 
        GUIEditor.label[39] = guiCreateLabel(864, 128, 214, 15, "", false, GUIEditor.window[3]) 
        GUIEditor.label[40] = guiCreateLabel(768, 154, 97, 15, "Date Created:", false, GUIEditor.window[3]) 
        GUIEditor.label[41] = guiCreateLabel(848, 154, 230, 15, "", false, GUIEditor.window[3]) 
        GUIEditor.label[42] = guiCreateLabel(768, 179, 98, 15, "Date Closed:", false, GUIEditor.window[3]) 
  

Link to comment

x: A float of the 2D x position of the GUI label on a player's screen. This is affected by the relative argument.

y: A float of the 2D y position of the GUI label on a player's screen. This is affected by the relative argument.

width: A float of the width of the GUI label. This is affected by the relative argument.

height: A float of the height of the GUI label. This is affected by the relative argument.

Link to comment

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...