iFoReX Posted February 24, 2012 Share Posted February 24, 2012 me podrian ayudar como aser mi bindkey de mi GUI ? es que no quiero la function que cuando el resource empieze aparesca quiero el bindkey pero cuando coloco bindkey ya no me aparece la ventana D: aqui ta el .lua : GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Memo = {} GUIEditor_Checkbox = {} GUIEditor_Label = {} GUIEditor_Progress = {} GUIEditor_Window[1] = guiCreateWindow(121,121,521,407,"Reglas",false) GUIEditor_TabPanel[1] = guiCreateTabPanel(0.0173,0.0663,0.9655,0.8108,true,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("Reglas",GUIEditor_TabPanel[1]) GUIEditor_Memo[1] = guiCreateMemo(0.008,0.0327,0.5686,0.9183,"Bueeno las reglas son las siguientes >>>\n\n1. No pedir admin ya que el admin se gana no se pide\n\n2.No usar el spawn R4L si no eres R4L . si se te ve asiendo esto probablemente te ganes algun castigo o algo por el estilo\n\n3. No usar Bugs ni hacks ni nada de eso ya que eso sera razon de bann >D\n\nBueeno esas fueron laas reglas favor tambien ver la Informacion >D",true,GUIEditor_Tab[1]) GUIEditor_Label[1] = guiCreateLabel(0.6064,0.0752,0.3817,0.4804,"R4L Clan",true,GUIEditor_Tab[1]) guiLabelSetColor(GUIEditor_Label[1],0,0,255) guiSetFont(GUIEditor_Label[1],"sa-gothic") GUIEditor_Label[2] = guiCreateLabel(0.6044,0.2353,0.3042,0.0915,"Innovando scripts",true,GUIEditor_Tab[1]) guiLabelSetColor(GUIEditor_Label[2],0,0,255) guiSetFont(GUIEditor_Label[2],"clear-normal") GUIEditor_Checkbox[1] = guiCreateCheckBox(0.6103,0.5915,0.3797,0.085,"Acepto las reglas y las seguire",false,true,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Checkbox[1],"default-bold-small") GUIEditor_Progress[1] = guiCreateProgressBar(0.6123,0.7288,0.3678,0.085,true,GUIEditor_Tab[1]) GUIEditor_Tab[2] = guiCreateTab("Informacion",GUIEditor_TabPanel[1]) GUIEditor_Memo[2] = guiCreateMemo(0.0179,0.0359,0.6143,0.9183,"Bueeno esta es la info para que todos sepan todo del server...>\n\n1. el banco esta cerca de el spawn MP y tambien esta en sf la clave del banco de ls es banco xDD\n\n2. eem para que tu clan tenga un spawn favor decirmelo a mi ElMota y se los are solo me tienen que decir los skins que quieren ( almenos 3 o 4 personas activas del clan para hacer spawn )\n\n3. todos los jefes de otros clanes tendran supermod para que controlen a sus hombres\n\n4. todos los R4L tendran admin ( para ser R4L favor ablar con alguno de los jefes o fundadores del clan )\n\ny bueno eso solamente en el tab de las noticias pondre los nuevos scripts >)",true,GUIEditor_Tab[2]) GUIEditor_Checkbox[2] = guiCreateCheckBox(0.6342,0.6471,0.326,0.1569,"lei la informacion",false,true,GUIEditor_Tab[2]) GUIEditor_Label[3] = guiCreateLabel(0.6461,0.0621,0.334,0.5065,"R4L Clan",true,GUIEditor_Tab[2]) guiLabelSetColor(GUIEditor_Label[3],0,0,255) guiSetFont(GUIEditor_Label[3],"sa-gothic") GUIEditor_Label[4] = guiCreateLabel(0.6501,0.232,0.3241,0.1307,"Innovando scripts",true,GUIEditor_Tab[2]) guiLabelSetColor(GUIEditor_Label[4],0,0,255) guiSetFont(GUIEditor_Label[4],"clear-normal") GUIEditor_Tab[3] = guiCreateTab("Nuevas Noticias",GUIEditor_TabPanel[1]) GUIEditor_Memo[3] = guiCreateMemo(0.0159,0.0458,0.5547,0.902,"Server Version 1.3 ON \n\n\nPronto mas noticias",true,GUIEditor_Tab[3]) GUIEditor_Label[5] = guiCreateLabel(0.6083,0.1046,0.3738,0.2288,"R4L Clan",true,GUIEditor_Tab[3]) guiLabelSetColor(GUIEditor_Label[5],0,0,255) guiSetFont(GUIEditor_Label[5],"sa-gothic") GUIEditor_Label[6] = guiCreateLabel(0.6123,0.2549,0.2207,0.1275,"Innovando scripts",true,GUIEditor_Tab[3]) guiLabelSetColor(GUIEditor_Label[6],0,0,255) guiSetFont(GUIEditor_Label[6],"clear-normal") GUIEditor_Tab[4] = guiCreateTab("Tab",GUIEditor_TabPanel[1]) showCursor(true) Gracias de AnteMano Link to comment
Castillo Posted February 24, 2012 Share Posted February 24, 2012 GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Memo = {} GUIEditor_Checkbox = {} GUIEditor_Label = {} GUIEditor_Progress = {} GUIEditor_Window[1] = guiCreateWindow(121,121,521,407,"Reglas",false) GUIEditor_TabPanel[1] = guiCreateTabPanel(0.0173,0.0663,0.9655,0.8108,true,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("Reglas",GUIEditor_TabPanel[1]) GUIEditor_Memo[1] = guiCreateMemo(0.008,0.0327,0.5686,0.9183,"Bueeno las reglas son las siguientes >>>\n\n1. No pedir admin ya que el admin se gana no se pide\n\n2.No usar el spawn R4L si no eres R4L . si se te ve asiendo esto probablemente te ganes algun castigo o algo por el estilo\n\n3. No usar Bugs ni hacks ni nada de eso ya que eso sera razon de bann >D\n\nBueeno esas fueron laas reglas favor tambien ver la Informacion >D",true,GUIEditor_Tab[1]) GUIEditor_Label[1] = guiCreateLabel(0.6064,0.0752,0.3817,0.4804,"R4L Clan",true,GUIEditor_Tab[1]) guiLabelSetColor(GUIEditor_Label[1],0,0,255) guiSetFont(GUIEditor_Label[1],"sa-gothic") GUIEditor_Label[2] = guiCreateLabel(0.6044,0.2353,0.3042,0.0915,"Innovando scripts",true,GUIEditor_Tab[1]) guiLabelSetColor(GUIEditor_Label[2],0,0,255) guiSetFont(GUIEditor_Label[2],"clear-normal") GUIEditor_Checkbox[1] = guiCreateCheckBox(0.6103,0.5915,0.3797,0.085,"Acepto las reglas y las seguire",false,true,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Checkbox[1],"default-bold-small") GUIEditor_Progress[1] = guiCreateProgressBar(0.6123,0.7288,0.3678,0.085,true,GUIEditor_Tab[1]) GUIEditor_Tab[2] = guiCreateTab("Informacion",GUIEditor_TabPanel[1]) GUIEditor_Memo[2] = guiCreateMemo(0.0179,0.0359,0.6143,0.9183,"Bueeno esta es la info para que todos sepan todo del server...>\n\n1. el banco esta cerca de el spawn MP y tambien esta en sf la clave del banco de ls es banco xDD\n\n2. eem para que tu clan tenga un spawn favor decirmelo a mi ElMota y se los are solo me tienen que decir los skins que quieren ( almenos 3 o 4 personas activas del clan para hacer spawn )\n\n3. todos los jefes de otros clanes tendran supermod para que controlen a sus hombres\n\n4. todos los R4L tendran admin ( para ser R4L favor ablar con alguno de los jefes o fundadores del clan )\n\ny bueno eso solamente en el tab de las noticias pondre los nuevos scripts >)",true,GUIEditor_Tab[2]) GUIEditor_Checkbox[2] = guiCreateCheckBox(0.6342,0.6471,0.326,0.1569,"lei la informacion",false,true,GUIEditor_Tab[2]) GUIEditor_Label[3] = guiCreateLabel(0.6461,0.0621,0.334,0.5065,"R4L Clan",true,GUIEditor_Tab[2]) guiLabelSetColor(GUIEditor_Label[3],0,0,255) guiSetFont(GUIEditor_Label[3],"sa-gothic") GUIEditor_Label[4] = guiCreateLabel(0.6501,0.232,0.3241,0.1307,"Innovando scripts",true,GUIEditor_Tab[2]) guiLabelSetColor(GUIEditor_Label[4],0,0,255) guiSetFont(GUIEditor_Label[4],"clear-normal") GUIEditor_Tab[3] = guiCreateTab("Nuevas Noticias",GUIEditor_TabPanel[1]) GUIEditor_Memo[3] = guiCreateMemo(0.0159,0.0458,0.5547,0.902,"Server Version 1.3 ON \n\n\nPronto mas noticias",true,GUIEditor_Tab[3]) GUIEditor_Label[5] = guiCreateLabel(0.6083,0.1046,0.3738,0.2288,"R4L Clan",true,GUIEditor_Tab[3]) guiLabelSetColor(GUIEditor_Label[5],0,0,255) guiSetFont(GUIEditor_Label[5],"sa-gothic") GUIEditor_Label[6] = guiCreateLabel(0.6123,0.2549,0.2207,0.1275,"Innovando scripts",true,GUIEditor_Tab[3]) guiLabelSetColor(GUIEditor_Label[6],0,0,255) guiSetFont(GUIEditor_Label[6],"clear-normal") GUIEditor_Tab[4] = guiCreateTab("Tab",GUIEditor_TabPanel[1]) bindKey("F1","down", function () guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) end ) Presiona F1 para abrirla/cerrarla. Link to comment
iFoReX Posted February 24, 2012 Author Share Posted February 24, 2012 Muchas gracias lo probare Edit: Me Funciona al 100% gracias Link to comment
Recommended Posts