Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. ccw

    setMoonSize(0)

    I don't think setMoonSize(0) removes the moon and stars If the stars and moon was removed via a custom timecyc.dat, then that will no longer work
  2. ccw

    setMoonSize(0)

    A recent update included blocking customised timecyc.dat Do you use a custom timecyc.dat ?
  3. ccw

    setMoonSize(0)

    Do you use a custom timecyc.dat ?
  4. Search server.log for the string ACL to see what caused the changes
  5. 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
  6. 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
  7. Where did you get the modified files from?
  8. Try adding: <client_file name="data/timecyc.dat" verify="0"/> to mtaserver.conf
  9. 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)
  10. Never been used. Are you inventing these serials?
  11. Please add an issues here: https://github.com/multitheftauto/mtasa-blue/issues
  12. Problem is C:\Program Files\Rockstar Games\GTA San Andreas does not contain gta_sa.exe Reinstall GTA:SA
  13. Try this: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18676-20190622.exe
  14. Try this: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18676-20190622.exe
  15. 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?
  16. Please download and run MTADiag again and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
  17. Open command prompt (cmd) and enter this command: driverquery /v | findstr /V /I "system32\drivers" Show the results here
  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. Try this version of MTA: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18671-20190618.exe
×
×
  • Create New...