Jump to content

Ayuda, GUILogin


Recommended Posts

Hola amigos, soy JuegosPato y necesito ayuda en esto.

Lo primero es que hice un GUI con GUIEditor, pero no se como hago un Login con sus funciones.

GUIEditor_Window = {} 
GUIEditor_Button = {} 
GUIEditor_Memo = {} 
GUIEditor_Label = {} 
  
GUIEditor_Window[1] = guiCreateWindow(390,239,467,253,"XPG",false) 
GUIEditor_Button[1] = 
guiCreateButton(0.0385,0.747,0.3576,0.2095,"Login,true,GUIEditor_Window[1]) 
guiSetFont(GUIEditor_Button[1],"default-bold-small") 
GUIEditor_Button[2] = 
guiCreateButton(0.5953,0.751,0.364,0.2213,"Register",true,GUIEditor_Window[1] 
) 
guiSetFont(GUIEditor_Button[2],"default-bold-small") 
GUIEdtior_Label[1] = 
guiCreateLabel(0.2013,0.1265,0.6317,0.1225,"Username",true,GUIEditor_Window[1]) 
guiLabelSetVerticalAlign(GUIEditor_Label[1],"center") 
guiLabelSetHorizontalAling(GUIEditor_Label[1],"center",falce) 
GUIEditor_Memo[1] = 
guiCreateMemo(0.1542,0.2411,0.7173,0.1304,"",true,GUIEditor_Window[1]) 
GUIEditor_Label[2] = 
guiCreateLabel(0.4604,0.3834,0.5439,0.1186,"Pasword:",true,GUIEditor_Window[1]) 
guiLabelSetVerticalAlign(GUIEditor_Label[2],"center") 
guiSetFont(GUIEditor_Label[2],"default-bold-small") 
GUIEditor_Memo[2] = 
guiCreateMemo(281,-1741,6,800,"",false,GUIEditor_Window[1]) 
GUIEditor_Memo[3] = 
guiCreateMemo(0.1542,0.5336,0.7216,0.1265,"",true,GUIEditor_Window[1]) 
 

Pongan me las funciones del login.Porfavor.

Gracias.

Link to comment
  • Recently Browsing   0 members

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