Jump to content

AaroN⍩

Members
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    2

AaroN⍩ last won the day on May 23 2023

AaroN⍩ had the most liked content!

2 Followers

About AaroN⍩

  • Birthday 05/09/1996

Details

  • Gang
  • Location
    US
  • Occupation
    Systems Administrator
  • Interests
    Programming-CyberSecurity

Recent Profile Visitors

2,261 profile views

AaroN⍩'s Achievements

Transformer

Transformer (11/54)

5

Reputation

  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. AaroN⍩

    Proxy_sa.exe

    You cannot change this, they are fundamental processes for the operation of MTASA.
  10. 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.
  11. 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.
  12. Your vps is windows or linux? and what operating system ?
  13. This is due to an unstable connection, it usually happens when using VPN. The solution would be to hire a hosting.
  14. TCAdmin, Open Game Panel.
  15. if it's posible, you just have to do a get request to your file in git, and then read the response data. FetchRemote
×
×
  • Create New...