Jump to content

Nico834

Other Languages Moderators
  • Posts

    205
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Nico834

  1. Now that you've shared the contents of your TXD file, it's clear why you're not seeing any difference. The 17517 ID is linked to templae2land.txd, and the chipboard_256128 texture is exactly the same. So even though you're replacing it in the script, you're still applying the same texture.
  2. From your code, it looks like the texture (TXD) is being loaded after the model (DFF), which might be why it's not applying correctly. The correct order is to load the texture first, then the model. Here's a working example: local MODEL = 17517 addEventHandler("onClientResourceStart", resourceRoot, function() local texture = engineLoadTXD("example.txd") if not texture then return end engineImportTXD(texture, MODEL) local model = engineLoadDFF("example.dff") if not model then return end engineReplaceModel(model, MODEL) end ) meta.xml: <meta> <script src="client.lua" type="client" /> <file src="example.txd" /> <file src="example.dff" /> </meta>
  3. https://forum.multitheftauto.com/forum/107-open-source-contributors/
  4. Hello, You can't download client.dll by itself. Just grab the installer from nightly.mtasa.com and it'll have everything you need.
  5. Hello, To help us assist you better, please follow these steps: Download and run the latest version of MTADiag on your computer. Share the pastebin link generated by the tool in your reply to this thread. * Requires administrator rights on Windows Vista and newer. * Ensure the Visual C++ Redistributable 2017 is installed.
  6. Welcome to our forums! To help us assist you better, please follow these steps: Download and run the latest version of MTADiag on your computer. Share the pastebin link generated by the tool in your reply to this thread. * Requires administrator rights on Windows Vista and newer. * Ensure the Visual C++ Redistributable 2017 is installed.
  7. Nico834

    Code = 0xE06D7363

    Hello, To help us assist you better, please follow these steps: Download and run the latest version of MTADiag on your computer. Share the pastebin link generated by the tool in your reply to this thread. * Requires administrator rights on Windows Vista and newer. * Ensure the Visual C++ Redistributable 2017 is installed.
  8. Nico834

    disconnect cd46-47

    Hello, To help us assist you better, please follow these steps: Download and run the latest version of MTADiag on your computer. Share the pastebin link generated by the tool in your reply to this thread. * Requires administrator rights on Windows Vista and newer. * Ensure the Visual C++ Redistributable 2017 is installed.
  9. Nico834

    Disconnected 47

    Hello, To help us assist you better, please follow these steps: Download and run the latest version of MTADiag on your computer. Share the pastebin link generated by the tool in your reply to this thread. * Requires administrator rights on Windows Vista and newer. * Ensure the Visual C++ Redistributable 2017 is installed.
  10. Welcome to our forums! To help us assist you better, please follow these steps: Download and run the latest version of MTADiag on your computer. Share the pastebin link generated by the tool in your reply to this thread. * Requires administrator rights on Windows Vista and newer. * Ensure the Visual C++ Redistributable 2017 is installed.
  11. Hello, To help us assist you better, please follow these steps: Download and run the latest version of MTADiag on your computer. Share the pastebin link generated by the tool in your reply to this thread. * Requires administrator rights on Windows Vista and newer. * Ensure the Visual C++ Redistributable 2017 is installed.
  12. Hello, Thanks for reaching out! Unfortunately, we don't support forked versions of Multi Theft Auto. Please contact the maintainer of the fork you're using for help.
  13. Nico834

    error cc 23 problem

    Welcome to our forums! To help us assist you better, please follow these steps: Download and run the latest version of MTADiag on your computer. Share the pastebin link generated by the tool in your reply to this thread. * Requires administrator rights on Windows Vista and newer. * Ensure the Visual C++ Redistributable 2017 is installed.
  14. Kitiltásokkal kapcsolatos fellebbezés és csalók bejelentése már nem lehetséges. További információért látogass el a következő oldalra: https://forum.multitheftauto.com/topic/139550-cheater-reports-ban-appeals-in-2023/
  15. Welcome to our forums, menelito2115! Please follow the steps below: - 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. Welcome to our forums! I've moved your question to the scripting section so it gets more recognition, that's where it belongs.
  17. Nico834

    Anti-Cheat

    Welcome to our forums! Please follow the steps below: - 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. Side note: I moved your question to the client section instead of server
  18. Welcome to our forums! Please share your code with us so we can help fix any errors that may arise.
  19. Welcome to our forums! Your copy of GTA:SA is corrupted, obtain it from another source and reinstall it. Consider purchasing the game from an authorized source, like Rockstar Games Launcher or Steam.
  20. Welcome to our forums! Please follow the steps below: - 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.
  21. Welcome to our forums! Please follow the steps below: - 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.
  22. Welcome to our forums! Have you tried reinstalling MTA?
  23. Welcome to our forums! Please follow the steps below: - 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.
  24. Welcome to our forums! Were you able to resolve the issue by reinstalling or do you need further assistance?
  25. Welcome to our forums! We are unable to assist you with this problem because it's unique to SeeMTA's fork of MTA and the official client does not have it. Try contacting SeeMTA's support.
×
×
  • Create New...