Jump to content
  • 0

[Report]&HELP


Tete omar

Question

The problem is about the resolution and the gui-window,

my friend was created a gui-window with 800 × 600 × 32 resolution

here's his resolution picture

2mc82gj.jpg

so .. my resolution is 1366 x 178 x 32

and my friend's script show up like that

125l10o.jpg

i show you another pictures

my friend's resolution

23shg9l.jpg

my resolution

35cpqn8.jpg

this problem must be fixed since the start

Link to comment

3 answers to this question

Recommended Posts

  • 0

try using the CenterWindow function and lower the number after the divisioin or "/".

Example:

local winWidth,winHeight = 400,500 
local screenWidth,screenHeight = guiGetScreenSize() 
local left,top = (screenW-windowW)/1,(screenH-windowH)/2 --this would put the window more to the left 
  
local winWidth,winHeight = 400,500 
local screenWidth,screenHeight = guiGetScreenSize() 
local left,top = (screenW-windowW)/2,(screenH-windowH)/1 --this would put the window more to the top 

BTW, if the person lower their screen resolution lower than their actual screen resolution, then the gui would get bigger,

just a tip.

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