Jump to content

GamerDeMTA

Members
  • Posts

    559
  • Joined

  • Last visited

Everything posted by GamerDeMTA

  1. So, I want to do X function when there is a satchel explosion near you. How?
  2. But this forum is for help not to pay for help... or a script... i think
  3. shouldnt this be in resources? here is for help with lua..
  4. put the scripts in the meta when you have the map finished
  5. also he needs to replace createobject to createObject, createmarker to createMarker and the events are bad. it is onMarkerHit and onMarkerLeave not onmarkhit and onmarkleave
  6. y como quieres que funcione si ni si quiera verificas el nombre del dueño? haces que si el nombre de la cuenta del player = ID del auto se abre..
  7. BUMP? NO, DON'T BUMP. Only 1 hour passed and "BUMP"?
  8. es una useful function... Y yo que dije? pero con esa funcion tambien necesitaria la useful function getElementSpeed .
  9. prueba esto function F_Drogado () setSkyGradient(math.random(0,255), math.random(0,255), math.random(0,255), math.random(0,255), math.random(0,255),math.random(0,255) ) setVehicleColor( root, math.random(0,255), math.random(0,255), math.random(0,255) ) end function () setTimer(F_Drogado,50,0) end addCommandHandler("drogado", )
  10. claro, mira aqui: https://forum.multitheftauto.com/viewtopic.php?f ... 0&start=46 pero esta en inglés solo usa la definition de zombies y pon los spawn, los spawn son CJs con una calavera en su cabeza
  11. como puedo usar eso perdona mi ignorancia con map editor.... usa la definition zombies
  12. eso es un event y no creo q se refiera a eso mira aqui: https://wiki.multitheftauto.com/wiki/Se ... _functions y podria usar setVehicleDoorState
  13. setWeaponAmmo is server side........
  14. I am interested in why that? Only the luacmtasa.com will be able to use? Because I use http://mta.dzek.eu/compiler/
  15. I think that the functions must be created before, try this: (stopDamage function is not eeeded!) --addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), stopMinigunDamage ) function stopMinigunDamage() health = getElementHealth(localPlayer) setElementHealth (localPlayer, health +25) end addEventHandler ( "onClientPlayerDamage", getRootElement(), stopMinigunDamage )
  16. did you add the addeventhandler 2 times?
  17. En la wiki de outputChatBox te lo pone si miras bien...........
  18. i didnt see it before though ._. do you have servers in spain or portugal or france?
  19. hey vortexservers, can i ask why do you post your updates here instead of your official thread? that looks weird
  20. I am not bumping my topic! Why would i bump my topic even if it is at top? you are multi posting instead just editing your main post or your last post but well... idk but you didnt say you have servers at finland and your test server is from finland.......
  21. 5 euro for a multi gamemode? are you kidding me?
×
×
  • Create New...