Jump to content

Alexs

Members
  • Posts

    2,869
  • Joined

  • Last visited

Everything posted by Alexs

  1. Como se usa? usa Call y getResourceFromName
  2. Es cierto, fue mi primer error, pero falle escribiendo OnCLientMarkerHit
  3. hay un script: https://community.multitheftauto.com/index.php?p=resources&s=details&id=1604 espero te sirva, pero de eso a usarlo en zombies
  4. Gracias, eso ya me da una idea de lo que hare
  5. en el script ac-130 el tipo usa algo asi: addEventHandler("onClientVehicleEnter", getRootElement(), function(thePlayer, seat) if(getLocalPlayer() == thePlayer and getElementModel(source) == 592 and getElementData(source, "ac130"))then if(canDriverUseGun)then bindKey("space", "down", setBinds) elseif(seat == 1)then bindKey("space", "down", setBinds) end end No es exactamente el orden, pero se entiende que parte es la importante...
  6. Aun no lo acabo, pero lo que pido es saber si existe alguna funcion que atribuya un bindKey solo a un auto especifico? PD: Lo que llevo es la idea, no me gusta comenzar un script sin antes saber si es posible lo que busco
  7. Hola a Todos, queria saber que Function debo usar para dejar un comando (o BindKey) solo en un auto, por que lo que quiero hacer acaba funcionando en todos lados, por que OnVehicleEnter No especifica la ID del vehiculo que debo utilizar para dejar un comando solo para cuando se esta en un auto especifico?
  8. local objeto = createObject ( 2669, 1093.67834, -2704.56226, 8.48407, 0, 0, 0) local Col = createColCuboid ( 1093.67834, -2704.56226, 8.48407, 3, 8, 4 ) function Elevador() moveObject(objeto,5000 ,1093.67834, -2704.56226, 16) end addEventHandler("onColShapeHit",Col,Elevador) function Elevador2() setTimer (moveObject, 5000, 1, objeto, 5000, 1093.67834, -2704.56226, 16) end addEventHandler("onColShapeLeave",Col,Elevador) pruebalo asi
  9. usa OnPedSpawn y un createFire, deberia resultar...
  10. onPedWasted createExplosion Estudia esos, deberias poder... o usa OnZombieWasted he visto scripts q lo usan
  11. Alexs

    Host MySQL

    1 PALABRA: NIXIWEB
  12. GameServer4you.Net pagas con tu telefono (70% mas caro) pero es bastante barato, y util, ademas su dueño es buen tipo, y muy responsable
  13. Ok, ahi veo, gracias por la ayuda, ME VOY A HOWGARTS!!
  14. y entonces debo editar los scripts de registro y ZombieKills en el scoreboard, o la funcion se encarga?
  15. Si creo un script con eso, solo se usara esa base de datos, cierto?
  16. Hola a Todos, presento mi problema en esta seccion por que no me alcanza el ingles para decirlo por el oficial en ingles... Veran, quiero crear un mercado para mi pagina web y un ranking, pero no se como conectar la base de datos de mi web a la del servidor, ¿Como le hago para conectar la base de datos MySQL de mi pagina web a mi servidor?
  17. Use this Hosting, a owner responsable, and very good hosting 0 Lag, very cheap and Low Ping
  18. I take the FTP Data and i open the server from my PC, i check it this mornng, 10 players enter, no problems, all good, i think the problem is the Hosting , My PC create lag in the server.... Something important, the server have the problem just when its empty....
  19. GameServers4You.net the hosting perfect, no RAM Limit and very cheap....
  20. I take the FTP Data and i open the server from my PC, i check it this mornng, 10 players enter, no problems, all good, i think the problem is the Hosting , My PC create lag in the server....
  21. We have replied to your message about 2/3 days ago. Please read our messages first. You aren't very clear about some problems. What do you mean by turned off? Does the control panel say it has a query failure? In that case, as I also replied to you in the control panel, you must check your scripts and also the ACL.xml for unnoticed permissions to some resources. Again, this does not occur on any other server. Have you tried updating to the latest version? You answer my message, but you didn't answer me about my problem, and my server say: " but isn't problem with the Resources because i stop all resources, and i going to sleep, and in the morning the server its with the problem, i update it to 1.3-3756 the last month, anything more i can test?
  22. i have a problem, every a 2 or 3 hours my server My server stops, My server is the number #85, can you solve it? i send you a message 3 days ago, and today I resend it, soon i going to can't turn it on in the morning.
  23. Thanks That's work and the problem with the attack was solved..
×
×
  • Create New...