Jump to content

Callum

MTA Contributors
  • Posts

    865
  • Joined

  • Last visited

Everything posted by Callum

  1. Callum

    Moon ID?

    The moon doesn't have an ID. Could you add a bit more context?
  2. Callum

    MTA:SA 1.4

    Despite the fact that the roadmap is (seemingly) 100%, we cannot see private issues that are hidden from the public eye. It could only be 95% or so complete.
  3. I think a better name would be 'Frequently Asked Questions' (or FAQ), however, this idea is kind of pointless as there is a Known Issues - FAQ page on the wiki.
  4. Not sure whether this is before or after the map download (or even included within it), but your client must download all the elements from the server.
  5. I'm pretty sure most people just play Call of Duty?
  6. Callum

    The ACL

    I think he means the ACL, not the server configuration file.
  7. Hans Roes is Blokker_1999, who operates the web services.
  8. So, Wojjie works/owns the Game-Monitor? Yes.
  9. You should be able to - I would have thought Game-Monitor hasn't discovered your server yet, but if it works on your laptop... Try the 'Refresh' button on the server list, and then type the name of your server - see if that helps.
  10. For testing purposes, could you please entirely disable the firewall. If the ports are still closed, you haven't port forwarded the correct ports on your router.
  11. DaKilla, that will just emulate MTA. The problem is that MTA's core was built for Windows, and so making it compatible for Mac would require rewriting a LOT of code.
  12. You must have connected to either a very very big server (i.e. full of texture mods), or connect to a new server everyday. I'd imagine mixing the fact that MTA is a hack/mod, and that teenage males prefer to play GTA, I'm sure most players can control their system.
  13. Surely localPlayer will always exist, thus both the position and zone name will never return false.
  14. Why have you installed it in your Downloads folder?
  15. May I append that, instead of; if var == true then and if var ~= false then and if var == this or var == that then you can use if var then
  16. Callum

    Open Window

    Perhaps I misread the topic - I thought you wanted it to stay in front of the other windows. Nonetheless, you would use guiSetProperty in that case.
  17. If it's race, then use the custom 'onMapStarting' event (see this page for more information about race events).
  18. Callum

    Open Window

    Use; guiSetProperty(guiWindow,"AlwaysOnTop","True") Where guiWindow is your window element (and yes, "True" should be a string).
  19. Callum

    Needing help

    Okay, after he asked me on IRC to help him via TeamViewer, it turns out his problem was that he doesn't own the game. It makes you wonder what the average IQ of MTA players are.
  20. This will be due to a firewall, most likely on your host machine (Windows Firewall?). Either disable it altogether or manually add an exception for ports 22003/22005/22126 inbound and outbound.
  21. The last I heard they were fixing the issue. This was either yesterday or two days ago.
  22. Looping every player every 100 miliseconds is very bad practise. You should use the onVehicleEnter event.
×
×
  • Create New...