golanu21 Posted August 8, 2013 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 [Dev]BloWnRPG - We BloW the World [1%]
manve1 Posted August 8, 2013 Posted August 8, 2013 Try without the "zombie_db" Looking for tutorials or information? check out: www.simpleask.co.uk
xXMADEXx Posted August 8, 2013 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 The Ultimate Lua Tutorial! | MTA PHP SDK
golanu21 Posted August 8, 2013 Author Posted August 8, 2013 oh, thanx, i fixed it [Dev]BloWnRPG - We BloW the World [1%]
xXMADEXx Posted August 8, 2013 Posted August 8, 2013 oh, thanx, i fixed it You are welcome. The Ultimate Lua Tutorial! | MTA PHP SDK
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