Controlled Posted January 21, 2014 Posted January 21, 2014 Get the title error when I run a script with this. exports.mysql:query_free("UPDATE `accounts` SET `dm`=`dm`-".. amount*2000 .." WHERE `id`=".. tostring(gameAccountID) .."") Amount and such are all properly defined
Controlled Posted January 21, 2014 Author Posted January 21, 2014 (edited) Are you sure that's the correct error? 100% Sure, sir. Been bugging me for awhile now Edited January 21, 2014 by Guest
Bonsai Posted January 21, 2014 Posted January 21, 2014 https://wiki.multitheftauto.com/wiki/Call Try another way to call it.
Controlled Posted January 21, 2014 Author Posted January 21, 2014 call(getResourceFromName("mysql"), "query_free", "UPDATE `accounts` SET `dm`=`dm`-".. amount*2000 .." WHERE `id`=".. tostring(gameAccountID) .."") Something like that? EDIT: I used what is above^ got the same error EDIT 2: Tried mysql:query_free("UPDATE `accounts` SET `dm`=`dm`-2000 WHERE `id`=".. tostring(gameAccountID) .."") and got the same error in LUA, but not in the SQL
Gallardo9944 Posted January 21, 2014 Posted January 21, 2014 are you sure you've got "mysql" resource running and with exported functions?
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