Jump to content

GTX

Members
  • Posts

    1,273
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by GTX

  1. GTX

    dbPoll

    Hi. I researched wiki and I can't find same function for ryden's mysql. Is there any function in ryden's mysql which is similar to or same as dbPoll? Thanks in advance.
  2. nah it still shows empty teams.. Try now.
  3. You must edit "modes/base.lua" in race file.
  4. It must work, I tested it. I'll double check it again.
  5. GTX

    Recording Map

    Well, I record on a high resolution with DXTory, which is awesome recording tool. I use bad graphic card with around 2GB of RAM. You should try it.
  6. empty teams are showing on scoreboard. how can we delete empty team? It's fixed now. Thanks for reporting that minor bug.
  7. Hello, I've fixed driver2's auto teams script which can be found here. I've also tested it and it works well. If you find any bug, let me know. That's all. Bye.
  8. What do you mean? Do you mean this? function doSomething() outputChatBox("X: " .. x .. " Y: " .. y) end
  9. Nope, I did get it when I tried to connect db.
  10. GTX

    MySQL error (1103)

    And then how am I supposed to store top times in a row?
  11. I had the same problem on my VPS. I found out that libmysqlclient.so.15 was missing. If you're using gamehost, you should contact host's developers.
  12. @TwiX: How do you know that? You must edit racevoting_server.lua.
  13. GTX

    MySQL error (1103)

    I need it. What would you do instead of creating table?
  14. GTX

    MySQL error (1103)

    The tables can have spaces, I tested.
  15. GTX

    MySQL error (1103)

    No, the map name is [DM] OeLIave ft. r3n3g4d0 - Exodus (with space at the end, is that problem?)
  16. Hi, this problem is now already annoying... When map starts, it outputs this: Error executing the query: (1103) Incorrect table name '[DM] blabla -Vol- Balbla '. I can't find solution. Script: mapname = mysql_escape_string(connect_mysql, mapname) result = mysql_query(connect_mysql, "CREATE TABLE IF NOT EXISTS `"..mapname.."` (name VARCHAR(30), time TEXT, date TEXT, serial VARCHAR(100), tag VARCHAR(100))") It works on some maps. Thanks in advance.
  17. GTX

    Need Help.

    So What Must I Do? Use another type of marker, like cylinder or arrow.
  18. GTX

    Need Help.

    1: This is not a problem in script. Sometimes markers just don't appear in MTA, I don't know why.
  19. Yes, it is. It can be found here: removeWorldModel
  20. There are many in-game object editors. Did you search on the community? https://community.multitheftauto.com/index.php?p=resources EDIT: Is this what you're searching for? https://community.multitheftauto.com/index.php?p= ... ls&id=2533
  21. Do you want to edit world objects?
  22. Put it in your resources folder, do /refresh, start it (/start neon). Be sure that you're logged in as admin.
  23. https://community.multitheftauto.com/index.php?p= ... ls&id=5172 - Vehicle mod.
  24. The first parameter is "loss" and not attacker. Read wiki.
×
×
  • Create New...