KevinC Posted October 28, 2016 Share Posted October 28, 2016 (edited) Somehow I could not function Kevcarlos() executeSQLQuery("UPDATE accounts SET test=?", 1) end addCommandHandler("keep", Kevcarlos) Edited October 28, 2016 by KevinC Link to comment
Addlibs Posted October 28, 2016 Share Posted October 28, 2016 (edited) Is that 'accounts' table in the internal SQLite registry (../mods/deathmatch/databases/global/registry.db) or a separate file, or even on a remote/local MySQL server? If its not in the internal registry, I don't know why you're using executeSQLQuery. Edited October 28, 2016 by MrTasty Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now