Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    27

Everything posted by ccw

  1. ccw

    setMoonSize(0)

    Do you use a custom timecyc.dat ?
  2. Search server.log for the string ACL to see what caused the changes
  3. while #selectedQuests[client] < math.min(6,#quests) do local ran = math.random(1, #quests) if not isThisQuestSelected(client, quests[ran]) then table.insert(selectedQuests[client], quests[ran]) end end I think this would be better
  4. This will loop forever if #quests < 6 while #selectedQuests[client] < 6 do local ran = math.random(1, #quests) if not isThisQuestSelected(client, quests[ran]) then table.insert(selectedQuests[client], quests[ran]) end end
  5. Where did you get the modified files from?
  6. Try adding: <client_file name="data/timecyc.dat" verify="0"/> to mtaserver.conf
  7. MTA is probably downloading an update - It can be up to 55MB You can check the progress in C:\ProgramData\MTA San Andreas All\1.5\upcache (but don't delete any files in that directory otherwise the download will restart)
  8. Never been used. Are you inventing these serials?
  9. Not a valid serial
  10. Please add an issues here: https://github.com/multitheftauto/mtasa-blue/issues
  11. Problem is C:\Program Files\Rockstar Games\GTA San Andreas does not contain gta_sa.exe Reinstall GTA:SA
  12. Try this: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18676-20190622.exe
  13. Try this: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18676-20190622.exe
  14. proxy_sa.exe is a copy of gta_sa.exe and has nothing to do with Proxy Servers Do you get an error message? What happens?
  15. Please download and run MTADiag again and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
  16. Open command prompt (cmd) and enter this command: driverquery /v | findstr /V /I "system32\drivers" Show the results here
  17. Describe the problem
  18. ccw

    Question

    Download the 64 Bit server from https://linux.multitheftauto.com/
  19. Try this version of MTA: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18671-20190618.exe
  20. ccw

    I have a proplem

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

    I have a proplem

    What did you do?
  22. Try this version of MTA: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18671-20190618.exe
  23. Try this version of MTA: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18671-20190618.exe
  24. Try this version of MTA: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18671-20190618.exe
×
×
  • Create New...