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.
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.
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).
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.
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.
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.
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!
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.
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.