-
Posts
4,030 -
Joined
-
Days Won
26
Everything posted by ccw
-
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
-
A recent update included blocking customised timecyc.dat Do you use a custom timecyc.dat ?
-
Do you use a custom timecyc.dat ?
-
Search server.log for the string ACL to see what caused the changes
-
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
-
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
-
Where did you get the modified files from?
-
Try adding: <client_file name="data/timecyc.dat" verify="0"/> to mtaserver.conf
-
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)
-
Never been used. Are you inventing these serials?
-
Not a valid serial
-
Please add an issues here: https://github.com/multitheftauto/mtasa-blue/issues
-
Problem is C:\Program Files\Rockstar Games\GTA San Andreas does not contain gta_sa.exe Reinstall GTA:SA
-
Try this: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18676-20190622.exe
-
Try this: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18676-20190622.exe
-
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?
-
Please download and run MTADiag again and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
-
Open command prompt (cmd) and enter this command: driverquery /v | findstr /V /I "system32\drivers" Show the results here
-
Describe the problem
-
Download the 64 Bit server from https://linux.multitheftauto.com/
-
Great! Thanks for letting us know you solved the problem
- 5 replies
-
- mta
- multhitheftauto
- (and 16 more)
-
Try this version of MTA: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18671-20190618.exe
-
Please download and run MTADiag again and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
-
What did you do?
-
Try this version of MTA: https://nightly.multitheftauto.com/mtasa-1.5.6-rc-18671-20190618.exe
