Jump to content

iFoReX

Members
  • Posts

    1,708
  • Joined

  • Last visited

Everything posted by iFoReX

  1. Bueno He Echo Este Tutorial Para La Gente Que Viene Empezando En Esto De La Creacion De Servers & Espero Les Sirva Esta Pequeña Ayudita, Si Os Gusto Denle Like & Suscribanse NOTA: Si No Os Gusta Espero Reserven Sus Comentarios
  2. He Estado Intentando Instalar Mta Server 1.3.4 En Mi Dedicado Ubuntu Linux & Me Da Este Problema: libreadline.so.5: cannot open shared object file: No such file or directory, Tengo Instalado Ya El libncursesw5 Ya Que La Wiki Dice Ke Si Pasa Eso Hay Ke Instalar Ese Lib, Pero Sigue Ocurriendo El Mismo Problema :c
  3. Hola Julian, Sugerencia: Yo Antes Para Hacer Los Dx Rectangles Como Botones Creaba Botones Con El Tamaño & La Posicion De Los DxRectangles & Les Asignaba Alpha 0 & Luego Solo Ponia El Evento onClientGUIClick Espero Que Te Sirva *-*
  4. Como Ejecuto El Mta-Server En Linux Ubuntu ? D:
  5. Descargue Uno, y Tiene Esto Entre Sus Lineas local countryImage = ':admin/client/images/flags/'..string.lower(content)..'.png' Asi Que Yo Creo Que Si Se Pueden Poner Imagenes ( Se Ve La Bandera Del Pais En El Tab )
  6. Estoy Intentando Hacer Una Nueva Forma De Ver El Ping ( Con Barritas De Señal :w ) Pero Me Aparece Texto y No Las Imagenes function holo() if getPlayerPing(getLocalPlayer()) >= 300 then setElementData(getLocalPlayer(),"Conexion",":FgP_Ping/ping4.png") elseif getPlayerPing(getLocalPlayer()) <= 300 or getPlayerPing(getLocalPlayer()) >= 200 then setElementData(getLocalPlayer(),"Conexion",":FgP_Ping/ping3.png") end end addEventHandler("onClientRender",root,holo)
  7. iFoReX

    Anuncios

    Le Puse Mas Tiempo & Ahora No Aparece D: local lista = { "Visita Nuestro Foro: #ffd200www.fgpmta.com", "Lideres Del Clan: #ffd200Viper - elMota", "Buymap: #ffd200'u' - #FFFFFFHidden:#ffd200 'o'" } setTimer ( outputChatBox, 20000, 0, "#ffd200-[FgP]- #ffffff"..lista[ math.random( 1, #lista )], 0, 0, 0, true )
  8. iFoReX

    Anuncios

    Me Da Error En La Linea 9 local lista = { "Jugadores Online: #ffd200"..tostring(#players).." #ffffff/ #ffd20032", "Visita Nuestro Foro: #ffd200www.fgpmta.com", "Lideres Del Clan: #ffd200Viper - elMota", "Buymap: #ffd200'u' - #FFFFFFHidden:#ffd200 'o'", } setTimer ( function() outputChatBox('#ffd200[FgP]: #ffffff'..lista [ math.random ( lista[1,#lista] )],0,0,0,true) addEventHandler ( "onClientRender", root ) setTimer ( function ( ) removeEventHandler ( "onClientRender", root ) end, 10000, 1) end, 15000,0)
  9. iFoReX

    Anuncios

    Quiero Hacer Un Script De Anuncios Con Math.random & Un Timer Como Lo Hago ? ( Se Me Olvido Como Usar El Math.random ) :C
  10. iFoReX

    Deathlist race

    Aah ok pero si lo borro todo no afectara otras cosas ?
  11. iFoReX

    Deathlist race

    Me podrian decir que lineas ? es que no puedo testearlo :l
  12. iFoReX

    Deathlist race

    plate para que serviria eso ._____.
  13. Alguien sabe en que .lua esta el DeathList Race, lo necesito urgente :l
  14. x,y = guiGetScreenSize() guiCreateEdit(x*0.270, y*0.400, x*0.715, y*0.997,"",true) addEventHandler("onClientRender",root,function() dxDrawRectangle ( x/2.7, y/2000, x/4, y/1, tocolor ( 0, 0, 0, 150 ) ) dxDrawText("Username", x*0.270, y*0.400, x*0.715, y*0.997, tocolor(255, 255, 255, 255), .6, "bankgothic", "center", "top", false, false, true, true, true) showPlayerHudComponent("all",false) showChat(false) end) sigue sin aparecer :L
  15. iFoReX

    [AYUDA] Ped

    Eso era setElementInvulnerable, no recordaba como se llamaba jaosdjoajwe
  16. iFoReX

    [AYUDA] Ped

    proba poniendo el recurso de solidsnake extra_health : local ped1 = createPed(71, -2291.4846191406, -1697.8223876953, 479.79724121094) function makePed() setPedRotation(ped1, 315) setPedAnimation( ped1, "ped", "IDLE_HBHB") setPedFrozen(ped1,true) exports.extra_health:setElementExtraHealth(ped1,40000) end addCommandHandler("makemyped", makePed) o prueba con setElementInmune del mismo recurso o algo asi xDD
  17. talvez createObject(ID_DEL_OBJETO_DEL_ARMA,x,y,z-1) para dejarlas en el piso, y poner un marker o un colshape, marker = createMarker(x,y,z,"cylinder",1,0,0,0,0) addEventHandler("onMarkerHit",root,function(hitElement,MatchingDimension) if source == marker addCommandHandler("tomar_armas",tomararmas) end end ) function tomararmas() giveWeapon() end algo asi pero tendrias que restringir el cmd
  18. Porque el edit no aparece ? que tengo que usar en el guiGetScreenSize ( -,+,*,/ ) ?? x,y = guiGetScreenSize() guiCreateEdit(x*0.270, y*0.400,04,01,"",true) addEventHandler("onClientRender",root,function() dxDrawRectangle ( x/2.7, y/2000, x/4, y/1, tocolor ( 0, 0, 0, 150 ) ) dxDrawText("Username", x*0.270, y*0.400, x*0.715, y*0.997, tocolor(255, 255, 255, 255), .6, "bankgothic", "center", "top", false, false, true, true, true) showPlayerHudComponent("all",false) showChat(false) end)
  19. julian en la comunidad ai un script que hace eso buscalo creo que se llama flag_scoreboard o algo asi
  20. Proba asi sv-side exports.scoreboard:scoreboardAddColumn("lugar") cl-side function Lugar() local x,y,z = getElementPosition(getLocalPlayer()) local lugar = getZoneName(x,y,z) resetearColumna(getLocalPlayer(),"lugar",lugar) end setTimer(function() Lugar() end,1000,0) function resetearColumna(jugador,columna,elemento) setElementData(jugador,columna,elemento,true)
  21. Julian postea la linea en donde cambiaste source
  22. iFoReX

    how

    what u mean with some basic math ? :l
  23. exports.scoreboard:scoreboardAddColumn("lugar") function julianEsGay() local x,y,z = getElementPosition(source) local lugar = getZoneName(x,y,z) resetearColumna(source,"lugar",lugar) end setTimer(function() julianEsGay() end,1000,0) function resetearColumna(jugador,columna,elemento) setElementData(jugador,columna,elemento) end proba asi la hice a la rapida postea si hay algun error PD : estaba tan aburrido que te hice una funcion xDD
  24. iFoReX

    how

    and what i can do for countdown start in 10:00 ?
×
×
  • Create New...