Jump to content

Xperia

Members
  • Posts

    297
  • Joined

  • Last visited

Everything posted by Xperia

  1. ¿Usas el spawn de 50p?
  2. Stolen https://community.multitheftauto.com/index.php?p=resources&s=details&id=6239 Real https://community.multitheftauto.com/ind ... ls&id=6223 Only view the "meta.xml"... DONE
  3. function ventana() dxDrawRectangle() dxDrawText(texto) end addEventHandler("onClientRender",getRootElement(),ventana) texto = "Texto 1" setTimer( (function() if texto == "Texto 1" then texto = "Texto 2" if texto == "Texto 2" then texto = "Texto 3" if texto == "Texto 3" then texto = "Texto 1" end end ), 10000,0)
  4. ¿El group chat es como cuando hablas con "Y"?
  5. Type in the console "openports".
  6. Nunca lo he usado pero:
  7. 'bryan' version='4' name='markerprivado' description='markers privados' type='script' />
  8. Xperia

    Hola,ayuda

    local allTeams = getElementsByType ( "team" ) --Coge todos los teams for index, theTeam in ipairs(allTeams) do if ( getTeamFriendlyFire ( theTeam ) == false ) then setTeamFriendlyFire ( theTeam, true ) end end
  9. 1.Para que te funcione debes pegarlo en un archivo .lua y lo adjutas con un meta.xml en un .zip. 2.Para hacer los mismo con otros teams haz esto: markerentradaClan1 = createMarker(15.15468,484.02158,87.1201,"cylinder",1.5,0,0,255,255) markersalidaClan1 = createMarker(45.7306,74.1541,12.0165,"cylinder",1.5,0,0,255,255) markerentradaClan2 = createMarker(15.15468,484.02158,87.1201,"cylinder",1.5,0,0,255,255) markersalidaClan2 = createMarker(45.7306,74.1541,12.0165,"cylinder",1.5,0,0,255,255) setElementInterior(markersalidaClan1,2) setElementInterior(markersalidaClan2,2) function entrada(thePlayer) if (getElementModel(thePlayer) == 285 ) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) elseif (getElementModel(thePlayer) == 287) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) else outputChatBox("#ff0000**Usted no puede entrar**",thePlayer,255,255,255,true) end end addEventHandler( "onMarkerHit", markerentrada, entrada ) function entrada2(thePlayer) if (getElementModel(thePlayer) == 200) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) elseif (getElementModel(thePlayer) == 205) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) else outputChatBox("#ff0000**Usted no puede entrar**",thePlayer,255,255,255,true) end end addEventHandler( "onMarkerHit", markerentradaClan2, entrada2 ) Creo que es asi, lo he hecho algo rapido.
  10. Oh, nice.
  11. Jaja, thanks all.
  12. Dire lo mismo que en el otro post... markerentrada = createMarker(15.15468,484.02158,87.1201,"cylinder",1.5,0,0,255,255) markersalida = createMarker(45.7306,74.1541,12.0165,"cylinder",1.5,0,0,255,255) setElementInterior(markersalida,2) function entrada(thePlayer) if (getElementModel(thePlayer) == 285 ) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) elseif (getElementModel(thePlayer) == 287) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) else outputChatBox("#ff0000**Usted no puede entrar**",thePlayer,255,255,255,true) end end addEventHandler( "onMarkerHit", markerentrada, entrada )
  13. This resource is the copy of this other resource: Copy: https://community.multitheftauto.com/index.php?p=resources&s=details&id=6221 Translation of the original resource: https://community.multitheftauto.com/index.php?p=resources&s=details&id=1587 DONE
  14. markerentrada = createMarker(15.15468,484.02158,87.1201,"cylinder",1.5,0,0,255,255) markersalida = createMarker(45.7306,74.1541,12.0165,"cylinder",1.5,0,0,255,255) setElementInterior(markersalida,2) function entrada(thePlayer) if (getElementModel(thePlayer) == 285 ) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) elseif (getElementModel(thePlayer) == 287) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) else outputChatBox("#ff0000**Usted no puede entrar**",thePlayer,255,255,255,true) end end addEventHandler( "onMarkerHit", markerentrada, entrada ) Hay esta el script de Yakuza hecho.He puesto que solo puedan entrar los SWAT y los Army, y las coordenadas estan inventadas, hay pones las que desees.
  15. Pues coge las coordenadas y los creas en el script.Nunca use el resource interiors.
  16. Lee lo que dijo Yakuza, eso sirve para lo que quieres.
  17. Parece interesante para un Freeroam.
  18. ¿Son las versiones posteriores a 3D Max 9 compatibles con GTA:SA?Es que ando interesado en modelar y no se encuentra esta version para Windows 7 x64.
  19. If you want, you can try it with 3DMax.And so can learn and not spend money, but may cost you your time.
  20. Uh, nice work.
  21. Xperia

    Ayuda please

    No ha sido nada, no te preocupes.
  22. Xperia

    Ayuda please

    Pero una GUI solo para Admins, obviamente.
  23. Xperia

    Ayuda please

    Si eres un poco experimentado con las GUI's, podrias hacer un panel que cree vehiculos y los privatice para el nombre de la persona que quieras.
  24. Version 1.0 This is a dxRectangle and a dxText that change every minute.You can change it and edit it.It's default for a Zombie server, but you can add new lines or delete. --------------------------------------------------- Version 1.1 -Now it's avalible for all the resolutions Link: https://community.multitheftauto.com/index.php?p=resources&s=details&id=6200
×
×
  • Create New...