Jump to content

Gripe Wolf

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Gripe Wolf

  1. look like this I did not understand much what you told me but if you could explain to me in a simpler way since I am new.
  2. Hi, I have a problem with a login that I am doing, I followed a tutorial but at the time of executing my script on the server it does not show how it should (the panel does not appear) I resorted to putting a command to execute it. function login() GUIEditor.staticimage[1] = guiCreateStaticImage(0, 0, 1280, 960, ":loginG/imagenes/ap.png", false) GUIEditor.label[1] = guiCreateLabel(400, 410, 96, 15, "USUARIO:", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 245, 225, 8 ) GUIEditor.edit[1] = guiCreateEdit(459, 410, 429, 33, "", false, GUIEditor.staticimage[1]) GUIEditor.edit[2] = guiCreateEdit(556, 486, 429, 33, "", false, GUIEditor.staticimage[1]) GUIEditor.label[2] = guiCreateLabel(496, 486, 96, 15, "CONTRASEÑA:", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 245, 225, 8 ) GUIEditor.staticimage[2] = guiCreateStaticImage(301, 248, 340, 144, ":loginG/imagenes/log2.png", false, GUIEditor.staticimage[1]) GUIEditor.button[1] = guiCreateButton(556, 543, 83, 28, "LOGIN", false, GUIEditor.staticimage[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF0AF20F") GUIEditor.button[2] = guiCreateButton(898, 543, 83, 28, "REGISTER", false, GUIEditor.staticimage[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFB0000") GUIEditor.staticimage[3] = guiCreateStaticImage(53, 18, 55, 59, ":loginG/imagenes/dclog.png", false, GUIEditor.staticimage[1]) GUIEditor.label[3] = guiCreateLabel(108, 40, 697, 15, "https://discord.gg/dxduys", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[4] = guiCreateStaticImage(53, 77, 55, 51, ":loginG/imagenes/flog.png", false, GUIEditor.staticimage[1]) GUIEditor.label[4] = guiCreateLabel(108, 96, 697, 15, "https://www.facebook.com/profile.php?id=100007968251524", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[5] = guiCreateStaticImage(43, 118, 79, 61, ":loginG/imagenes/ylog.png", false, GUIEditor.staticimage[1]) GUIEditor.label[5] = guiCreateLabel(118, 142, 697, 15, "https://www.youtube.com/channel/UC1PvXhxIgmXML547WWNur1w?view_as=subscriber", false, GUIEditor.staticimage[1]) end addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), login ) this is the code tell me how to make it appear please.
×
×
  • Create New...