Jump to content

Nico834

Other Languages Moderators
  • Posts

    205
  • Joined

  • Last visited

  • Days Won

    2

Nico834 last won the day on March 16

Nico834 had the most liked content!

Member Title

  • Hungarian Section Moderator

Details

  • Location
    Hungary

Recent Profile Visitors

19,385 profile views

Nico834's Achievements

Chump

Chump (17/54)

11

Reputation

4

Community Answers

  1. cső olyan problémám van hogy a szerverem a szerver keresőben nem jelenik meg a szerverem ilyenkor mi a tendő?

  2. 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.
  3. 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>
  4. https://forum.multitheftauto.com/forum/107-open-source-contributors/
  5. Hello, You can't download client.dll by itself. Just grab the installer from nightly.mtasa.com and it'll have everything you need.
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. 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.
  13. 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.
  14. 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.
×
×
  • Create New...