Jump to content

Noki

Members
  • Posts

    851
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Noki

  1. That won't actually work. If you do something like dbExec(db, "INSERT") it will return true, as it only returns false if the connection is incorrect (first argument).[1] [1] = dbExec As for your problem, I'm not sure. You might just have to query for the data straight afterwards. Just reuse the variables you had before to query.
  2. Noki

    MTA 5 ?

    I would recommend GTA-MP if you want to play a third-party multiplayer modification for GTA V.
  3. Noki

    MTA:SA Portable

    Yes, you can do it. You just need to put MTA & GTA on your USB stick and make sure that you navigate to the correct directory to select gta_sa.exe when you launch MTA.
  4. I believe myonlake was talking about Multi Theft Auto as a brand of sorts. The history of it goes way back to 2003.
  5. CPU: Intel i7-3632QM @ 2.4 GHz GPU: AMD Radeon 7730M RAM: 8GB HDD: 1TB @ 5400RPM Monitor: Samsung SD24D300HS
  6. Have you tried it on other servers than CIT? I'm able to play without any issues on MTA with build 10061. Try using the latest nightly (available from nightly.multitheftauto.com).
  7. Epozide enjoys crying when anybody touches his server. Problem is, attacks like these occur quite often, and nobody cares, because they can usually move on, like and adult. Epozide on the other hand, enjoys persecuting people for punishment, to get a feeling of justice. There's probably a word for that. My advice to you, send him a few more packets.
  8. The same one used in Crysis? Holy shit. That's amazing.
  9. Noki

    SQL Query

    Actually, whatever is in the square brackets is the row number, and "account" would be the column name.
  10. Alternatively, you can use givePlayerMoney.
  11. With a new server browser coming soon, I think this would definitely be something to consider. Something like "" in mtaserver.conf?
  12. Hello Hell-Mate, I have quoted what I believe may be the problem. You should have a file called gta_sa.set in your GTA San Andreas User Files directory.
  13. Maybe he was not aiming to achieve minimalism in his design. So are useless posts. As for OP, I believe it looks alright. You may, however, want to use a different font on the actual naughts and crosses.
  14. Noki

    About the chatbox

    You have to set your FX settings to "medium" or above in order to get a smooth scrolling chatbox.
  15. This is, in my opinion, the nicest looking interface I've ever seen. But the code is rather messy, and could use a bit of optimization. However, keep up the amazing minimalist work. I love it!
  16. use fadeCamera getCameraMatrix He wants to use a blurred background of the camera's position. Not fade it to a colour.
  17. I didn't know that. Interesting. May I ask what the purpose of registry.db is? I opened it and it was empty. Also, it should specify that it only works with registry.db on the wiki. I added it to the wiki.
  18. If you're referring to the blurred background, you can always use a shader to achieve that.
  19. executeSQLQuery returns a table (that is, if you used SELECT as an argument). If you didn't use SELECT as an argument, it will return false. dbQuery returns a query handler. You must then use it in conjunction with dbPoll or dbFree.
  20. Is there any way you could release that water shader?
  21. I believe MTA Community and Mantis share accounts.
  22. You basically want MTA to give you free advertising?
  23. local row = guiGridListGetSelectedItem(gridList) if row ~= -1 and row ~= false and row ~= nil then -- Code, do what you like end
  24. Still not up, even on the 11th. Also, for your information, their website is in Spanish.
×
×
  • Create New...