Jump to content

Nico834

Other Languages Moderators
  • Posts

    205
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Nico834

  1. Nico834

    CL25. HELP

    Welcome to our forums! Please follow the instructions here: https://wiki.multitheftauto.com/wiki/Support_-_MTA_Client_and_Process_Monitor
  2. Welcome to our forums! Please try reinstalling MTA.
  3. Nico834

    RR

    Thank you for your quick response! Does this problem occur on all servers or only on a specific server?
  4. Ha nem te futtatod a szervert, akkor keresd fel a szolgáltatót ezzel a problémával, csak ők tudják kinyitni a port-okat
  5. A "publikálás" alatt arra gondolsz, hogy nem elérhető a szerver keresőben? Amennyiben ez a helyzet, nincs más dolgod mint megadni az e-mail címedet az mtaserver.conf fájlban, majd újraindítani a szervert és türelmesen várakozni, általában az első indítástól kezdve egy-két órán belül válik elérhetővé. Discord-ra unban-t pedig itt tudsz kérni: https://forum.multitheftauto.com/forum/195-discord-ban-appeals/
  6. Nico834

    RR

    Welcome to our forums quizixxs! We are happy to help you in this regard, but please share more details about your problem, such as: The error message (CD) The detailed description of the error message Using a VPN or Proxy service at the time of connection
  7. Nico834

    SERIAL HELP

    Welcome to our forums, Pocsai! We're sorry, but we can't help you in this matter, and in the future you'll have to ask SEEMTA for help with this, because their servers don't run on the official Multi Theft Auto client anymore, you have to use their own client to connect, and they use their own authentication solution, which is different from the serial used in the official client. It is not possible to change your serial, and we cannot provide further assistance in this regard, and we do not recommend that you try to manipulate it with third-party tools, because it may even cause malware, viruses or irreversible changes in the operating system, which are more serious in some cases, they can even cost you money as you have to take your computer to a local repair shop for inspection and repair. If you can't come to an agreement with SEEMTA, act according to your own discretion, but I recommend that you find another server to play on, because there are plenty of them available even in your native language. On the other hand, using serial to verify and authenticate accounts is a very bad habit that most servers should get rid of, despite the fact that many servers in your home country (Hungary) still use it due to their outdated code base and inappropriate coding practices.
  8. Please share a new picture with us, because unfortunately it doesn't load
  9. Try reinstalling Multi Theft Auto, and if that doesn't work, let me know
  10. With the help of a software called Parallels, you can run a virtual machine on your Macbook that you can use to run Multi Theft Auto. We cannot provide continuous and accurate support for it, it works on a best effort basis.
  11. Nico834

    crashing

    This problem can be solved by reinstalling Multi Theft Auto, it can be solved by downloading the stable version from our main page, or click here for a quick download. To retain your data and configuration, run the installer instead of uninstalling beforehand. If you have any questions about the topic, feel free to ask.
  12. There was an issue in our codebase that was fixed by our volunteer developers over the past few days. Read this discussion on GitHub for more details. The solution to the problem is simple from your side, please update Multi Theft Auto to the latest version from Nightly Builds, if you want your data to be preserved, just run the installer instead of uninstalling first, so it only updates the necessary components. I have one more friendly suggestion for you, which is not necessary to fix this problem, but is worth doing regardless. Based on the submitted diagnostics, it can be seen that your copy of Grand Theft Auto is currently located in the C:\Games\GTA SA folder, which is not ideal, instead it is better to use the default installation path, which is C:\Program Files (x86)\Rockstar Games\GTA San Andreas. If you have any problems or questions related to this topic, feel free to ask and I hope this solves your problem.
  13. Welcome to our forums! I have moved your topic to the Scripting section, as you can get more help with this here If you have further questions, ask them in the form of a reply and wait patiently for a helpful answer
  14. Please follow the steps below: - Please download and run the latest version of MTADiag on your computer. - Post the pastebin link generated by the tool here. * Requires administrator rights on Windows Vista and newer operating systems. * Requires the 2017 version of Visual C++ Redistributable.
  15. Please follow the steps below: - Please download and run the latest version of MTADiag on your computer. - Post the pastebin link generated by the tool here. * Requires administrator rights on Windows Vista and newer operating systems. * Requires the 2017 version of Visual C++ Redistributable.
  16. If you did not install the game to the original installation path, it may cause problems. I suggest you try to reinstall in the original path and try again.
  17. addEventHandler("onPlayerJoin", root, function () -- client has just joined and the proximity voice resource isn't yet running on the client (thus they'd be able to hear everything without limitations on distance) setPlayerVoiceIgnoreFrom(source, root) setPlayerVoiceBroadcastTo(source, nil) outputChatBox("Join", source) end ) addEventHandler("onPlayerQuit", root, function () outputChatBox("Quit", source) local ConnectedStation = getElementData(source, "Voice:ConnectedStation") if ConnectedStation then ConnectedStation = tonumber(ConnectedStation) if Stations['' .. ConnectedStation] then local Found = false for i = 1, #Stations['' .. ConnectedStation] do if Stations['' .. ConnectedStation][i] == source then Found = i break end end if not Found then return "Player not found in Station" end table.remove(Stations['' .. ConnectedStation], Found) setElementData(source, "Voice:ConnectedStation", false, "broadcast") triggerClientEvent(Stations['' .. FactionID], "Voice:BroadcastReset", Player, Stations['' .. FactionID]) return true end end end )
  18. Download the latest binaries from https://nightly.mtasa.com
  19. Nico834

    Please help!!!!!

    You should reinstall the game because it currently contains a lot of files that may cause problems.
  20. Nico834

    Crash From MTA

    If the problem still persists after checking and repairing your system files, I recommend a complete reinstallation of Windows.
  21. You obtained your copy of Grand Theft Auto from an unofficial source, and we do not support such copies. You should always obtain the game from an authorized source, for your own safety and a smooth gaming experience, and I also recommend installing the game in the original installation folder.
  22. If the problem still persists, install the latest binaries from https://nightly.mtasa.com
×
×
  • Create New...