golanu21 Posted August 8, 2013 Share Posted August 8, 2013 executeSQLQuery( zombie_db, "INSERT INTO characters (model, health, posx, posy, posz, ip, serial, banii) VALUES (?,?,?,?,?,?,?,?) WHERE nume="..getPlayerName(source).."", getElementModel(source), getElementHealth(source), x, y, z, ip, serial, money ) bad argument executeSQLQuery Link to comment
xXMADEXx Posted August 8, 2013 Share Posted August 8, 2013 executeSQLQuery dosn't require a connection, because its the default MTA server database. Only these functions require a connection: dbQuery dbExec Link to comment
golanu21 Posted August 8, 2013 Author Share Posted August 8, 2013 oh, thanx, i fixed it Link to comment
xXMADEXx Posted August 8, 2013 Share Posted August 8, 2013 oh, thanx, i fixed it You are welcome. 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