Jump to content

Julian09123

Members
  • Posts

    411
  • Joined

  • Last visited

Everything posted by Julian09123

  1. Yes I said this..... In my Cpanel how i can change the name server?
  2. Yes i dont have good english My problem is what My website name is ns1.volt-host.com and i never choose this name -.-
  3. Okay look. I Bought one Web hosting was 2 days or 3 and are two webs NS1-volt.com maybe not remember and ns2.volt.com and i cant change the name of my Website and volt-host never said to me about the name.better volt-host never give me the choose to change the names and i dont know where i need to upload my archives to the two webs. Better?
  4. I say this is the best bad host.I open two tickets and said : There are no files to be edited. You should contact your Domain Provider and ask them to set the DNS for you. And I buy this fuckying host in VOLT-HOST no in other web.... I wanna my money -.-
  5. Hello dear volt host i today saturday i bought one web hosting and i can join in my Cpanel because Redirect to DNS Search and i dont know i can make
  6. Sisi @Forex eso ya lo sabia y no queda muy bien esta bien q no se ven pero me gusta hacer con Labels @AlexSteel Me podrias ayudar en lo que publique en lo ultimo de cerrar la ventana me lo corriges en las ultimas ineas casi Gracias igual forex :3
  7. Solid las labels 1 me aparece mas abajo de lo q lo puse Y la otra cuando apreto Cerrar no pasa nada Me lo puedes arreglar ? addEventHandler("onClientResourceStart", resourceRoot, function() Noticias = guiCreateLabel(83, 251, 538, 213, "Aqui Pondras las noticias de Tu servidor", false) guiSetFont(Noticias, "default-bold-small") guiLabelSetColor(Noticias, 247, 0, 0) Servidor = guiCreateLabel(100, 161, 152, 30, "", false) Tienda = guiCreateLabel(309, 161, 152, 30, "", false) Miembros = guiCreateLabel(508, 146, 169, 40, "", false) Cerrar = guiCreateLabel(572, 474, 158, 41, "", false) Label = guiCreateLabel(259, 521, 290, 27, "", false) guiSetFont(Label, "default-bold-small") guiLabelSetHorizontalAlign(Label, "center", false) guiLabelSetVerticalAlign(Label, "center") end ) addEventHandler("onClientRender", root, function() Ventana = dxDrawRectangle(73, 146, 651, 361, tocolor(255, 255, 255, 221), false) boton1 = dxDrawRectangle(73, 100, 651, 46, tocolor(247, 0, 0, 221), true) boton2 = dxDrawRectangle(101, 156, 152, 33, tocolor(247, 0, 0, 221), true) boton3 = dxDrawRectangle(309, 156, 152, 33, tocolor(247, 0, 0, 221), true) boton4 = dxDrawRectangle(518, 156, 152, 33, tocolor(247, 0, 0, 221), true) boton5 = dxDrawRectangle(572, 474, 152, 33, tocolor(247, 0, 0, 221), true) dxDrawText("Servidor", 126, 156, 225, 185, tocolor(255, 255, 255, 255), 1, "sans", "left", "top", false, false, true, false, false) dxDrawText("Tienda", 340, 156, 439, 185, tocolor(255, 255, 255, 255), 1, "sans", "left", "top", false, false, true, false, false) dxDrawText("Miembros", 543, 156, 642, 185, tocolor(255, 255, 255, 255), 1, "sans", "left", "top", false, false, true, false, false) dxDrawText("Cerrar", 615, 474, 714, 503, tocolor(255, 255, 255, 255), 1, "sans", "left", "top", false, false, true, false, false) dxDrawText("Panel de Usuario", 242, 105, 714, 151, tocolor(255, 255, 255, 255), 2, "sans", "left", "top", false, false, true, false, false) dxDrawText("Noticias:", 101, 218, 267, 250, tocolor(247, 0, 0, 221), 2, "sans", "left", "top", false, false, true, false, false) showCursor(true) showChat(true) end ) function info (button, state, absoluteX, absoluteY) if (source == Servidor) then guiSetText(Label,"Muestra la informacion del cliente/servidor.") elseif (source == Tienda) then guiSetText(Label,"Ingresar a la tienda.") end end addEventHandler ("onClientMouseEnter", getRootElement(), info) function borrar (button, state, absoluteX, absoluteY) if (source == Miembros) then guiSetText(Label,"Aqui veras Administradores y mienmbros") end end addEventHandler ("onClientMouseLeave", getRootElement(), borrar) function borrar() if (source == Cerrar) then destroyElement (Ventana) elseif (source == Cerrar) then destroyElement (boton1) elseif (source == Cerrar) then destroyElement (boton2) elseif (source == Cerrar) then destroyElement (boton3) elseif (source == Cerrar) then destroyElement (boton4) elseif (source == boton5) then destroyElement (Cerrar) end end addEventHandler ("onClientClick", root, borrar)
  8. Aver si entiendo osea Hago el DxDrawRectangle y Pongo el texto y todo y dps creo una label del mismo tamaño del Rectangulo? Y lo uso como boton?
  9. Osea una label y al apretar la label funcione? osea debo hacer lo mismo pero con una label?
  10. Porque no anda? o no es posible crear un Boton Dx? PANELRace = { label = {} } GUIEditor = { label = {} } local screenW, screenH = guiGetScreenSize() GUIEditor.label[24] = guiCreateLabel(259, 521, 290, 27, "", false) guiSetFont(GUIEditor.label[24], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[24], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[24], "center") addEventHandler("onClientRender", root, function() Info = dxDrawRectangle(131, 127, 548, 360, tocolor(213, 248, 248, 67), true) Informacion Tienda = dxDrawRectangle(162, 161, 152, 21, tocolor(15, 0, 0, 157), true) Tienda dxDrawRectangle(131, 108, 548, 39, tocolor(219, 0, 0, 255), true) Titulo dxDrawRectangle(324, 161, 152, 21, tocolor(15, 0, 0, 157), true) Mienbros dxDrawRectangle(486, 161, 152, 21, tocolor(15, 0, 0, 157), true) Cerrar dxDrawRectangle(527, 466, 152, 21, tocolor(15, 0, 0, 157), true) dxDrawText("Servidor", 205, 161, 308, 180, tocolor(255, 255, 255, 255), 1, "sans", "left", "top", false, false, true, false, false) dxDrawText("Tienda", 373, 161, 476, 180, tocolor(255, 255, 255, 255), 1, "sans", "left", "top", false, false, true, false, false) dxDrawText("Miembros", 529, 161, 632, 180, tocolor(255, 255, 255, 255), 1, "sans", "left", "top", false, false, true, false, false) dxDrawText("Cerrar", 586, 467, 713, 487, tocolor(255, 255, 255, 255), 1, "sans", "left", "top", false, false, true, false, false) dxDrawText("Panel de Usuario", 292, 118, 781, 151, tocolor(255, 255, 255, 255), 2, "sans", "left", "top", false, false, true, false, false) showCursor(true) end ) function info (button, state, absoluteX, absoluteY) if (source == Informacion) then guiSetText(Informacion,"Muestra la informacion del cliente/servidor.") elseif (source == Tienda) then guiSetText(GUIEditor.label[24],"Ingresar a la tienda.") end end addEventHandler ("onClientMouseEnter", getRootElement(), info) function borrar (button, state, absoluteX, absoluteY) if (source == Informacion) then guiSetText GUIEditor.label[24],"") elseif (source == Tienda) then guiSetText(GUIEditor.label[24],"") end end addEventHandler ("onClientMouseLeave", getRootElement(), borrar)
  11. No te entendi Ps si no explicas no entendere Oseaa En la parte de la ventana seria onClientClick utilizo? y removeEventHandler?
  12. Porque addEventHandler? me explicas un poquito? Osea como hago para que al apretar un boton se habra otra window Osea Boton1 = DxDrawRectangle ( bla bla , bla) y al apretar ese rectangle habra una window
  13. Hola amigos tengo una duda acerca de como hacer para que Cuando aprete un boton Dx Habra una ventana mas Como en el guieditor eso de TAB como hago para hacerlo en Dx? Me explico mejor: Ejemplo: Hay como una ventana o mejor un panel de login y dice un boton register y cuando aprees el boton se habra una ventana reemplazando la otra y depues cuando salga vuelva a la otra. como podria hacer eso?
  14. Julian09123

    Duda

    Ah ahora entiendo Gracias :3
  15. Julian09123

    Duda

    Osea setCameraMatrix Seria para cuando ingrese el jugador se ponga viando algun lugar especifico? una duda como se obtiene las posiciones para el setCameraMatrix ?
  16. Aunque No tiene sentido :3 ya que cuando pones el comando te aparecera en la Posicion que pusiste hay pero te convendria poner que spawne al lado del admin EDITADO me habia equivocado :3 function privado(player) local accName = getAccountName ( getPlayerAccount ( player ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then local x, y, z = getElementPosition (theplayer) local veh = createVehicle(583, x, y, z) addCommandHandler( "comando",privado)
  17. Julian09123

    Duda

    Hola amigos, quisiera saber que tiene de diferente y como se usan las sig funciones: setCameraMatrix getCameraTarget Si alguien me ayudara a saber para que sirven y como se obtienen las posiciones se los agradeceria
  18. No te entendi nada quieres modifical el color? Cambia el color #0080FF por otro o que quieres hacer? explicate ah y seria ademas te hace falta el nombre de la FUNCION function chat ( player, message, messageType ) if messageType == 1 then outputServerLog( "CHAT: * ".. getPlayerName ( player )..": #0080FF" .. message, 255, 255, 255, true) end end addEventHandler ( "onPlayerChat", getRootElement(), chat )
  19. intenta con esto amigo function engineSwitch () if (isPedInVehicle (source)) then local veh = getPedOccupiedVehicle (source) if (getVehicleEngineState (veh) == true) then setVehicleEngineState (veh, false) outputChatBox ("Vehicle shutted down.", source, 255, 0, 0) elseif (getVehicleEngineState (veh) == false) then setVehicleEngineState (veh, true) texto = getPlayerName(player) outputChatBox ("#FE2EF7El Jugador"..texto.."#FE2EF7Ah Encendido El Vehiculo", source, 255, 0, 0) end else outputChatBox ("You aren't in a vehicle!", source, 255, 0, 0) end end addEvent("engenieSwitch",true)
  20. No testeado fijate si te anda asi function engineSwitch () if (isPedInVehicle (source)) then local veh = getPedOccupiedVehicle (source) if (getVehicleEngineState (veh) == true) then setVehicleEngineState (veh, false) outputChatBox ("Vehicle shutted down.", source, 255, 0, 0) elseif (getVehicleEngineState (veh) == false) then setVehicleEngineState (veh, true) texto = getPlayerName(player) outputChatBox ("#FE2EF7El Jugador"..texto.."#FE2EF7Ah Cerrado El Vehiculo", source, 255, 0, 0) end else outputChatBox ("You aren't in a vehicle!", source, 255, 0, 0) end end addEvent("engenieSwitch",true) addEventHandler("engenieSwitch",getRootElement(),engineSwitch)
  21. Mira Atouk para crear una pagina sera dificil ya que necesitas aprender muchos lenguages (HTML,PHP,CSS,etc)Claro todo depende de que quieras hacer..
  22. Julian09123

    Edit

    Amigo como es que pone intenta poniendo esto y reemplaza lo de la linea 16 fadeCamera ( source, false, 0, 0, 0, 0 )
  23. Gracias eres un genio y si puedes mira los MP te mande algo Gracias a todos.
×
×
  • Create New...