Jump to content

Drakath

Members
  • Posts

    768
  • Joined

  • Last visited

Everything posted by Drakath

  1. Open that ports and test with players That's how it was in the first place.
  2. I copied the server files and changed the ports so people wouldn't join. The browsing port was closed and other two changed. I had been running it for 2 days now and it doesn't make my computer lag. Since it doesn't happen on an empty server I assume there is a problem with establishing connections between my and other computers. Could it be that? Is there a way to test it or even fix it?
  3. I ran the Intel Processor Diagnostic Tool and Windows Memory Diagnostic. Everything seems fine with the CPU and memory. This must be a software error. Can a MySQL connection cause this?
  4. It worked fine when I had Windows 8. Although I held my server on Windows 8 over a year ago. MTA Server are not fully compatible with W10 i think, are you running x64 or x32? Windows 10 Pro x64 (Build 10240)
  5. It worked fine when I had Windows 8. Although I held my server on Windows 8 over a year ago.
  6. I reinstalled Windows, formatted my HDD and installed an SSD. Server was held on the SSD for about 20 minutes and the same problem happened just like before. I guess it isn't HDD's fault. Is MTA Server compatible with Windows 10? http://i.imgur.com/WB4byVs.png http://i.imgur.com/HsB5UOM.png
  7. There are some resource-hungry scripts but they are client-side. Although, I do have a script that uses a MySQL connection but it only connects once. My CPU is i7-3770 3.4 GHz.
  8. It's very random. Yesterday I was running it all day and everything was fine. Today it happened after around 1 hour. I then restarted my computer and it happened just minutes after I turned on MTA server. I took the screenshots of resource monitor: http://i.imgur.com/riitLCK.png http://i.imgur.com/y79vHjs.png
  9. Really? Could you give me a link to what does "CPU overload" mean then? And yes, MTA is up to date.
  10. Whole PC. I don't think it's overloaded, it's usually working only at 3-5 %. I opened a ticket at Microsoft community, hopefully they can tell whether it is a Windows problem or is it really something up with MTA server application. I have no idea how could it cause it but it never happens when MTA Server is closed.
  11. Sometimes when I have a MTA Server open for a while, my computer starts to lag. It loads everything very slowly. Web pages take ages to load even though download and upload speed is almost 100 Mbps. All players in the server time out. Openports commands either output that service is not available or port 22003 is closed. Other programs are loading quite slowly as well. I'm not entirely sure if MTA Server causes it but as far as I tested it, it doesn't happen when the server is closed. I ran a full system scan and made sure that there is no malware. Hard disk usage is around 5 %, Memory 36 % and CPU 3 %. Is there any way to check if something is wrong with the MTA server application? It also happens in safe mode with network enabled and MTA sever open.
  12. Drakath

    MTA auto-update

    Is there a way to prevent MTA from updating automatically without any confirmation? It is quite annoying when I turn on MTA, it starts updating and shuts down my server with all the players in there.
  13. PHP code cannot be read by clients. You will have to post it here.
  14. You can also use createEffect()
  15. Haven't tested this but I found another way around. I just created the ped server-side. Anyway, thanks.
  16. I mixed them up on this post, sorry. This problem isn't fixed though. I'll edit the post.
  17. Why does my server event not trigger when I try to pass ped element to it? client local ped = createPed(0, -1324, -88, 25) triggerServerEvent("giveMinigun", root, ped) server addEvent("giveMinigun", true) function minig(cjPed) giveWeapon(cjPed, 38, 9999, true) end addEventHandler("giveMinigun", root, minig) No errors or warnings.
  18. Does heli blade belong to the weapons group? If yes, does the heli blade have an ID?
  19. Drakath

    Quick connect

    I see, thanks for the answer.
  20. Drakath

    Quick connect

    I have been playing MTA for a while now but I never understood what's the difference between connecting to a server using a normal servers browser and connecting to it using quick connect. Can someone explain that to me?
  21. Drakath

    Web browser

    So now that MTA 1.5 introduced the in-game web browser, I started wondering if it's safe. Is there a way that someone could retrieve the sensitive data from other clients? Should people avoid entering any important data in this browser?
  22. setCameraMatrix fadeCamera
  23. Did you recently write any scripts containing createObject() function?
×
×
  • Create New...