Jump to content

djanzy

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by djanzy

  1. Just look at the picture. He wants his script (xxx.lua) activated on the map "abc.map" and inactived on the map "cba.map".
  2. Nice!!! Thank you for doing this.
  3. https://community.multitheftauto.com/index.html?p=resources Here you will find everything you need.
  4. https://forum.multitheftauto.com/viewtop ... up#p302663
  5. djanzy

    The White Rabbit

    Maybe it's backwards
  6. djanzy

    The White Rabbit

    It contains Morse code.
  7. https://wiki.multitheftauto.com/wiki/Server_Manual
  8. djanzy

    MTA on Win 2003

    Try updating directX and your graphic card drivers.
  9. Try removing the space in "Wanken Orly.map". Use something like "WankenOrly.map".
  10. I think this is wrong function Binds() bindKey( "F2", "down", CreateLoginWindow ) addEventHandler("onResourceStart", getRootElement(), Binds) end Try function Binds() bindKey( "F2", "down", CreateLoginWindow ) end addEventHandler("onResourceStart", getRootElement(), Binds)
  11. I think this is wrong function Binds() bindKey( "F2", "down", CreateLoginWindow ) addEventHandler("onResourceStart", getRootElement(), Binds) end Try function Binds() bindKey( "F2", "down", CreateLoginWindow ) end addEventHandler("onResourceStart", getRootElement(), Binds)
  12. Try disabling your firewall. You could also try connecting with quick connect. Serverlist: http://www.game-monitor.com/GameSearch/mta/Multi-Theft-Auto.html
  13. Try disabling your firewall. You could also try connecting with quick connect. Serverlist: http://www.game-monitor.com/GameSearch/mta/Multi-Theft-Auto.html
  14. You could try to connect manually by using quick connect. Go to http://www.game-monitor.com/search.php?game=mta&public=&order=players and look up an IP-address. It's always possible that your firewall is blocking MTA.
  15. djanzy

    Question

    I think this is what you need. https://wiki.multitheftauto.com/wiki/Id
  16. It works when I test it. How does your meta.xml file look and how did you test your map?
  17. You can find scripts and other resources here: https://community.multitheftauto.com/index.html?p=resources&s=list If you're ready you can post your script there. For help with scripting use https://wiki.multitheftauto.com/wiki/Main_Page and http://robhol.net/guide/basics/?p=1 Good luck!
  18. djanzy

    MTA and SAMP

    Can't you modify the MTA site in a way that it shows higher in google? Currently if I google "GTA san andreas multiplayer" The Mta site is in sixth place. I think stuff like this helps you to rank higher (it's from the samp site ):
×
×
  • Create New...