Jump to content

Resoliciones


Recommended Posts

Hola, como hago para que estos labeles me aparescan en un mismo sitio con cualquier resolucion? que funcion debo utilizar.

GUIEditor = { 
    label = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.label[2] = guiCreateLabel(694, 493, 91, 27, "Restante", false) 
        guiSetFont(GUIEditor.label[2], "default-bold-small") 
        guiLabelSetColor(GUIEditor.label[2], 219, 112, 7) 
        guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) 
        guiLabelSetVerticalAlign(GUIEditor.label[2], "center") 
  
  
        GUIEditor.label[3] = guiCreateLabel(689, 533, 106, 27, "Transcurrido", false) 
        guiSetFont(GUIEditor.label[3], "default-bold-small") 
        guiLabelSetColor(GUIEditor.label[3], 219, 112, 7) 
        guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) 
        guiLabelSetVerticalAlign(GUIEditor.label[3], "center")     
    end 
) 
  

Otro:

            timeleft = guiCreateLabel(screenWidth/1.08-108/2, 520, 108, 30, '', false), 

Link to comment
  • Recently Browsing   0 members

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