Jump to content

AaroN⍩

Members
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by AaroN⍩

  1. Try running MTA Server.exe as administrator.
  2. Check that the windows firewall is not intervening the connection or the firewall of the router. Once that is reviewed, check that you have the UPnP option enabled on your router. If the same thing continues, I advise you to change the NAT type of your router.
  3. Send me a private message so I can help you.
  4. change to: setElementModel(player, skinID)
  5. Test SELECT pSkin FROM users WHERE username = ? It would stay that way, I think: local skinID = exports.fs_sql:_QuerySingle("SELECT pSkin FROM users WHERE username = ?", username)
  6. Have you already set the server fps limit to 100? SetFPSLimit It can also be poor optimization of resources, textures, models, etc. As for the server, you can try increasing the priority of the Mtasa process to high to force more usage of cpu and other resources.
  7. AaroN⍩

    About FastDL

    Of course it is possible to synchronize the folders
  8. The ASE port is assigned automatically, depending on the udp players port you put, to see the ase port, type openports in the console.
  9. I have a problem, apparently I'm banned from the entire MTA for the reason "FFS-FLAME" Blackmail, I looked for information on the wiki about this but I didn't find anything I don't know that could be causing it. I installed a GTASA that apparently came modified with cleomods but mtasa himself told me that I could continue playing as long as there were no problems and I played for about 3 days but today it says that I am banned, I tried to install another clean GTASA but it tells me the same thing. My serial number is: 2011DF4109410D5C86A9B09B44CBDAF3 Thanks
  10. AaroN⍩

    Proxy_sa.exe

    You cannot change this, they are fundamental processes for the operation of MTASA.
  11. Probably have scripts that throw errors so there are a lot of junk logs. Try to fix the scripts, you can temporarily delete the log file from time to time.
  12. Is your internet connection stable? It could also be due to the firewall of your PC or Router, make sure that the ports are correctly open without restrictions.
  13. Your vps is windows or linux? and what operating system ?
  14. This is due to an unstable connection, it usually happens when using VPN. The solution would be to hire a hosting.
  15. TCAdmin, Open Game Panel.
  16. if it's posible, you just have to do a get request to your file in git, and then read the response data. FetchRemote
  17. In linux it is more efficient.
  18. Easy, Make a call to the api of the master server and extract the server you want. API: https://mtasa.com/api/
  19. Initially I did it like this, but it is not efficient since you have to count the lines of the server.log and then take the last 20 lines, for example, and do it every 5 seconds is 0 efficient.
  20. I had the same problem, surely it is a bad optimization of the scripts, temporarily you can use this command use crontab to execute it every 1 hour or depending on how fast it runs out of resources. this command will clean ram memory that mtasa has in cache (runs from time to time to clean) sudo echo 1 > /proc/sys/vm/drop_caches
  21. What operating system do you use and version? * try updating packages and then try installing sudo apt-get update sudo apt-get upgrade sudo apt-get install libmysqlclient16
  22. Hi, I hope someone can help me with this question, I would like to display the latest server logs on a website using PHPSDK but I have a question on how to do it efficiently as it will update in real time. any ideas?
  23. replace the ports, possibly another program is using them
  24. Verify your NAT type, many ISPs do not allow you to open ports, even if your router says it opened them.
×
×
  • Create New...