Jump to content

Renkon

Members
  • Posts

    876
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Renkon

  1. You could also try making a web request from the server to any website that provides you with your public IP address
  2. Renkon

    MTA client start time

    This happened to me like 9 months ago. However, as time went by it didn't seem to happen anymore
  3. Renkon

    Question

    En todo caso, no es un "bug", es un error tuyo de codificación. Consideras una sola variable de usuario para todo el servidor, entonces más vale que no realizará lo que deseas. En todo caso tu solución es tener un arreglo de n variables (donde n = cantidad de jugadores), y ahí seteas el valor que deseas.
  4. Hey there... I'll just get here to say that I did indeed work with him a few years ago. I made many scripts and I have been paid as we agreed, so I do think he's trustable but he also requires a person with responsibility on his acts.
  5. Renkon

    MTA client start time

    Lately, I wasn't able to reproduce it in the last 3 days at least (i had this going for a few months) Here are the logs https://pastebin.mtasa.com/713724442
  6. Sometimes (not every), MTA client can take a lot of time to open, and by a lot I mean ~1 minute or so. On normal stages, from splash screen to the main menu it can take ~10 seconds. However, some other times, the splash screen is displayed and then it takes 1 minute to get the game opened. Is there anything I can provide to help? Greetings
  7. Hi there, Feer here

  8. Renkon

    LinkedIn?

    https://www.linkedin.com/in/fernando-ma ... o-966036a1
  9. Typical algorithm for this: var max = 0 var player = null for each player ingame... do if (murders > max) max = murders player = currentplayer fi done Please notice that this will consider, in case of a draw, the last ocurrence.
  10. Hey there, I have found some links describing how does OOP LUA work. http://www.lua.org/pil/16.html http://www.lua.org/pil/16.1.html http://www.lua.org/pil/16.2.html http://www.lua.org/pil/16.3.html http://www.lua.org/pil/16.4.html http://www.lua.org/pil/16.5.html
  11. you can't sell something you haven't made nor have rights
  12. Insane. Congratulations and it's a pleasure to be able to help.
  13. Comunidad, Decidí hacer un experimento en base al gamemode MTA DayZ. Hemos abierto un nuevo servidor (yo junto a un amigo) y estaremos enfocados en ver que tal es el desarrollo. Si vemos que tiene éxito nos encargaremos de ir agregando features y addons, y, porque no, de unirnos al equipo de desarrollo del gamemode para ayudarlo a llegar al release final. Acá hay información del servidor: mtasa://31.220.18.42:22103 o connect 31.220.18.42 22103 Saludos, Renkon!
  14. Puedes usar un conversor de texto a SHA1, y editar la ROW poniendo el SHA1 del conversor de texto. Por ejemplo creas la pass pepe123, conviertes a SHA1 y editas con el valor.
  15. go ahead with your plan.. if i'm lucky enough to get some free time i'll probably give a hand... well, at least i fulfil minimum requirements go for it
  16. Ubica el thread en su lugar correspondiente, por favor.
  17. Have you tried creating a scene for fullscreen window, in this case gtasa.exe?
  18. its the same, ubuntu, debian, even oracle linux / rhel can run mta
  19. GLIBC is a dependency and is not on your system http://rpmfind.net/linux/rpm2html/searc ... IBC_2.6%29 Download it for your centos and use rpm -Uvh package
  20. extremely awesomely stratospherically job lol, that's awesom
  21. agrega despues de la clausula del where un ORDER BY PUNTOS DESC
  22. Maybe your card is not international?
  23. Renkon

    Program for Lua

    How do you set the interface like that? Go to settings>style configurator you will figure it out. Cannot check atm, but this way you also set MTA functions with another color too?
  24. Renkon

    Program for Lua

    How do you set the interface like that?
  25. Pero mientras estás descargando NINGÚN RESOURCE CLIENT-SIDE está iniciado
×
×
  • Create New...