Jump to content

Shady1

Members
  • Posts

    864
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Shady1

  1. Anyone that started to experience MTA crashes in "libcef" today, can solve it by reinstalling from homepage > "Download" button (or quicker: https://mirror-cdn.multitheftauto.com/mtasa/main/mtasa-1.6.exe). It only happened with auto updater due to a bug in that, and it has been disabled until fixed. "Reinstalling" MTA doesn't change anything, it's an in-place upgrade so none of your configs or files get modified.
  2. hello, I wanted to send a message related to your problem, first of all, to do this engineApplyShaderToWorldTexture(shader, "elegy1body256") where it says elegy1body256 you should write the name of the texture to replace, I will show a screenshot as an example
  3. Shady1

    crash

    hello there, I suggest you to upgrade your windows version, I saw that you are using windows 7 and now you may face a lot of problems in win 7 version, I suggest you to do an update for it, otherwise you will struggle with problems. if you want to solve the problem; I suggest you to reinstall mta first and always keep your drivers up to date, because you might be having optimization issues.
  4. I have not tested it, so please get back to me if there is anything missing or needs to be edited and I will help you
  5. local vehicleTouchData = {} function onVehicleTouch(hitElement, matchingDimension) if getElementType(hitElement) == "vehicle" then local vehicle = hitElement vehicleTouchData[vehicle] = true if isTimer(vehicleTouchData[vehicle.."timer"]) then killTimer(vehicleTouchData[vehicle.."timer"]) vehicleTouchData[vehicle.."timer"] = nil outputChatBox("Vehicle touched the object again, timer canceled.") end end end addEventHandler("onElementCollide", root, onVehicleTouch) function onVehicleLeave(leftElement, matchingDimension) if getElementType(leftElement) == "vehicle" then local vehicle = leftElement vehicleTouchData[vehicle] = false vehicleTouchData[vehicle.."timer"] = setTimer(function() if not vehicleTouchData[vehicle] then if isElement(vehicle) then destroyElement(vehicle) outputChatBox("Vehicle did not touch for 5 seconds, destroyed.") end end end, 5000, 1) end end addEventHandler("onElementLeaveCollide", root, onVehicleLeave) function onVehicleDestroy() vehicleTouchData[source] = nil if isTimer(vehicleTouchData[source.."timer"]) then killTimer(vehicleTouchData[source.."timer"]) end end addEventHandler("onElementDestroy", root, onVehicleDestroy)
  6. Shady1

    Yet unknown crash

    hi update your drivers and install mta again
  7. https://github.com/multitheftauto/mtasa-blue/issues/1718#issuecomment-713056935
  8. Shady1

    MTA stuttering

    hello, can you install GTA:SA and MTA:SA in a clean folder without mods on the Local Disk side, I suggest you try this way
  9. OK, corrected, can you delete these two messages.
  10. Fade2Black Survival / DayZ Standalone We are in the process of completing our MTA DayZ & Survival project, we are still in beta, but we have received a lot of feedback, I am very happy for the team because your feedback really makes me happy, I like to develop the project with innovations every day, I welcome you to this game mode. Discord : https://discord.gg/6z9yC8zZBB
  11. You're welcome. If you have any problems, please let me know.
  12. if (time >= 500 and time < 600) then local progress = (time - 500) / 100 -- Normalize progress between 0 and 1 selection_color = tocolor(interpolateBetween( 0, 255, 0, 255, 0, 0, progress, "Linear")) end
  13. I do not recommend 3rd party programs as they contain malware codes, you should be careful with them, you can update the drivers for your problem as normal.
  14. you are welcome, if you have any questions you can contact me here.
  15. When I made this script, I completed it at a simple editing level, but I am still developing it in a way that is open to improvement, I will be waiting for your suggestions, I will take action to edit the codes according to your feedback. Video link :
  16. hello @Nakano1337 , the player will need to download that file in any case, just in case with fetchRemote or callRemote After the file is downloaded, he wants to write an asynchronous function and use that function.
  17. looks great can't wait to play on this server Good Luck
  18. Shady1

    CD16/09

    I suggest you reinstall MTA:SA and install it correctly
  19. merhabalar, size bir bağlantı gönderdim kontrol etmenizi öneriyorum
  20. Shady1

    Error CL02

    Reinstalling MTA should help because it's a bug with the files, alternatively, install GTA SA from 0
  21. Hello @KaruiS , I can tell you about this problem, when you open the MTA program, it asks you for the GTA:SA file location and you need to fix it when you install MTA, or when you encounter this problem, start the GTA:SA game.
  22. GTA path: C:\Users\chris\OneDrive\Área de Trabalho\GTA San Andreas Hello @JJpalpite , there is a detail about your problem that I missed, I would like to share it with you, when installing the GTA:SA file, you should avoid installing it inside the OneDrive file, if you do this, I can tell you that your problem will be fixed GTA path: C:\Users\chris\Área de Trabalho\GTA San Andreas
  23. Shady1

    CD16/09

    Hello, there is a comment from the MTA Staff about this problem, I would like to ask you that if this is on a specific server, all you need to do is contact the owner of that server and the location where the server is hosted may not match your DNS or may be blocked, if you have this problem on all servers, read my comment below Please download and run this file (rightclick > run as Administrator): https://mirror.multitheftauto.com/mtasa/utils/servicing.bat (known to have fixed most CD16 error cases without ability to connect anywhere) and then restart your PC before trying again. Still not fixed? then completely disable Windows firewall/any third-party firewall, as CD16 means MTA traffic is being blocked by something. It's not a good long-term solution, but if whitelisting MTA doesn't seem to work, see if its caused by Windows firewall at all, by disabling its service (start > run > services.msc > rightclick Windows firewall service, select state ''disabled'' and Apply, then hit ''stop'' service button) If after that the problem persists.. then; Please download and run MTADiag and follow the instructions. Create a new topic in the "Client" section and paste any Pastebin URL MTADiag gives you in said topic. Also if you want to know more about CD16 error, read this: https://forum.multitheftauto.com/topic/95511-error-cd16/?do=findComment&comment=855986 As stated there, the problem can either be caused by something with your OS, or your router/network. Feel free to try with another PC if you have one, on the same network, if that works you can first try with the .bat file to reset your PC's networking stack etc, / we'll continue troubleshooting from the MTADiag log once you post it, and if the second PC encounters the same CD16 error, it's likely your router, for which I will provide instructions to try solve that after you post your log. (as I can get the router's configuration page from there, but if you already know how to access it; go there, (the address is 'Standard gateway' from network properties or ipconfig /all, then put it in browser) login with default user/pass for your router's model, and disable/lower level of the routers internal firewall. If that still doesn't work, try enabling DMZ zone (also found in router configuration somewhere) for your PC's local IP, and then set that PC to static IP by mac or device. This post may seem a bit huge though, but it's because I will likely cite it for future CD16 error support.
×
×
  • Create New...