Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. ccw

    Disconnected [CD48]

    Uninstall ArtMoney
  2. ccw

    External HTTP server

    MD5 and CRC32 Add this in a client script: function myCallback( responseData, errno ) outputChatBox("" .. " response length:" .. tostring(string.len(responseData)) .. " errno:" .. tostring(errno) ) local newFile = fileCreate("downloaded.lua") if (newFile) then fileWrite(newFile, responseData) fileClose(newFile) end end fetchRemote ( "d1izvzwg6uq9e2.cloudfront.net/spawn/spawn_c.lua", myCallback ) Then check the content of downloaded.lua (it will be in the client resource cache directory)
  3. ccw

    External HTTP server

    Seems to work for me (MTA does handle redirects). Here is what I did: 1) Set mtaserver.conf to contain: <httpdownloadurl>d1izvzwg6uq9e2.cloudfront.net</httpdownloadurl> 2) Add spawn resource to server 2) Start server 3) Ensure spawn does not exist in client cache 4) Start client 5) Join server 6) Start resource spawn Result: Download success
  4. ccw

    External HTTP server

    What is the exact <httpdownloadurl> setting in mtaserver.conf?
  5. ccw

    External HTTP server

    What is your server IP/port ?
  6. ccw

    MTA not responding

    1. Delete all .dll files from C:\Program Files\MTA San Andreas 1.5\MTA 2. Download and run MTA installer from https://www.multitheftauto.com If that doesn't help, then check here: https://forum.multitheftauto.com/topic/78081-32-bit-windows-crashing/
  7. Install anti-virus as listed here: https://forum.multitheftauto.com/topic/64715-install-anti-virus/
  8. Try this build of MTA: https://nightly.multitheftauto.com/mtasa-1.5.5-full_rc-11734-20171019.exe
  9. 1) Enable Small Memory dump by following these instructions: http://mywindowshub.com/how-to-configure-windows-10-to-create-dump-files-on-bsod/ *Important: Change 'Automatic Memory Dump' to 'Small Memory dump' in the final step* 2) Start MTA and cause a BSOD 3) Find latest file in C:\Windows\Minidump\ and upload to https://upload.mtasa.com/ and give link here.
  10. Please download and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
  11. Does this link work for you? http://46.174.50.46:32324/dpLoadingScreen/game.lua
  12. ccw

    MTA does not work

    Please follow these instructions: https://wiki.multitheftauto.com/wiki/Support_-_MTA_Client_and_Process_Monitor
  13. ccw

    MTA does not work

    Does single player GTA work OK?
  14. ccw

    Error CL33

    Your PC has a virus. https://forum.multitheftauto.com/topic/64715-install-anti-virus/
  15. ccw

    Error CL33

    Thanks. Please zip up E:\GTA-SanAndreas\gta_sa.exe and upload to https://upload.mtasa.com/ and post link here
  16. ccw

    Error CL33

    Please download and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
  17. ccw

    netc.dll crash!

    Try installing this patch: https://nightly.multitheftauto.com/?mtasa-1.5-rc-latest
  18. ccw

    netc.dll crash!

    Where did you get "MTA + SAMP 0.3.7 objects" from?
  19. I can't reproduce the problem here. What is your server IP/Port?
  20. Please download and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
  21. https://forum.multitheftauto.com/topic/64715-install-anti-virus/
  22. We can't help you. Ask the server owner.
  23. Memory problems https://forum.multitheftauto.com/topic/78081-32-bit-windows-crashing/
  24. ccw

    Mouse aim bug

    Thanks. Try disabling or uninstalling: vJoy Device
×
×
  • Create New...