Jump to content

EstrategiaGTA

Members
  • Posts

    684
  • Joined

  • Last visited

Everything posted by EstrategiaGTA

  1. You can't edit your posts if someone posted after you, sadly @Micro. They said it's because some people abuse this to edit old posts like "NOTHING HERE" or ".", which I have seen, yes.
  2. It looks much more modern now, yeah, but yet we are missing old features like the Lua tag which linked functions directly to the MTA Wiki. Okay, so I found a bug, more than a bug it's a language mistake, in my profile when I changed my profile picture it showed "EstrategiaGTA changed their profile picture". Good job, though it will take a time to get used to it
  3. You can do it, of course. As long as the script files are in the same resource you won't need to export them but make sure you are using the function in the same side (client or server)
  4. Usa getCursorPosition() para obtener los valores x e y del ratón en la pantalla.
  5. Usa killTimer y deja el número como, por ejemplo: n = 0
  6. Añade un check como: if number > 0 then
  7. Si no sabes trigonometría poco vas a poder hacer con esas funciones. Ya lo darás en clases o iníciate tú mismo
  8. What is i and why do you want to store that message in a table?
  9. Trigonometría. math.rad pasa de grados (°) a radianes.
  10. ¿Se descargan lento o directamente ni descarga?
  11. Use this: addEventHandler("onVehicleExplode", root, function () local time_ = 5 --in seconds. setTimer(respawnVehicle, time_*1000, 1, source) end )
  12. Wow, at least the wiki will be online though
  13. Casi mejor que use #getElementsByType("player") como dijo el usuario de arriba para usarlo en ambos client y server side,
  14. Well, you never said you wanted to be one of the mods and you always said there's no need to pick one, so why should you now want that spot?
  15. I don't see Simple suitable for this, I still think Stefan and/or D&G (if he is active) are a good choice.
  16. Did you really register for this? No, it is not a copy of script. He scripted it himself. Good job.
  17. Nice! Muy bueno man, como sugerencia revisa el inglés en el post (no lo digo con malas)
  18. Postee seu sistema pra que podamos ajudar
  19. [quote name=..&G:..]Did anyone even ask me if I'm still here? ... I did, and I was told you were not on active on this forum anymore. Nice to see you here
  20. EstrategiaGTA

    help

    function vehicleExitJack (thePlayer, seat, jacked) if jacked then outputChatBox(getPlayerName(thePlayer).." has been jacked by "..getPlayerName(jacked), root) end end addEventHandler ( "onVehicleExit", getRootElement(), vehicleExitJack )
  21. I guess he didn't realize. Yet if he's using your way then: setTimer (showName, 3000, 1, vehicleName, false)
  22. EstrategiaGTA

    HUD

    El valor de stat es 24 (MAX HEALTH). Usa ese.
  23. Even easier (and using less lines): setTimer (removeEventHandler, 3000, 1, "onClientRender", root, dxDrawCarName)
×
×
  • Create New...