MySQL Saving [Not Working]
#3

Код:
[13:41:55] [DEBUG] mysql_format - connection: 1, len: 512, format: "SELECT * FROM `users` WHERE `Username` = '%e' LIMIT 1"
[13:41:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `users` WHERE `Username` = 'William_Nickson' LIMIT", callback: "SaveCharacter", format: "i"
[13:41:55] [DEBUG] CMySQLQuery::Execute[SaveCharacter] - starting query execution
[13:41:55] [DEBUG] CMySQLQuery::Execute[SaveCharacter] - query was successfully executed within 0.620 milliseconds
[13:41:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
[13:41:55] [DEBUG] Calling callback "SaveCharacter"..
[13:41:55] [DEBUG] mysql_format - connection: 1, len: 518, format: "UPDATE `users` SET Admin=%d, Money=%d, posX=%f, posY=%f, posZ=%f WHERE ID=%d"
[13:41:55] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `users` SET Admin=0, Money=0, posX=0.0, posY=0.0, posZ=0.", callback: "(null)", format: "(null)"
[13:41:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
[13:41:55] [DEBUG] CMySQLQuery::Execute[] - starting query execution
[13:41:55] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 22.321 milliseconds
[13:41:55] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
fprint returned this:

Код:
UPDATE `users` SET Admin=0, Money=0, posX=0.0, posY=0.0, posZ=0.0 WHERE ID=25
Reply


Messages In This Thread
MySQL Saving [Not Working] - by Ciarannn - 02.05.2015, 12:24
Re: MySQL Saving [Not Working] - by sammp - 02.05.2015, 12:27
Re: MySQL Saving [Not Working] - by Ciarannn - 02.05.2015, 12:39
Re: MySQL Saving [Not Working] - by Mencent - 02.05.2015, 12:41
Re: MySQL Saving [Not Working] - by Konstantinos - 02.05.2015, 12:42
Re: MySQL Saving [Not Working] - by Ciarannn - 02.05.2015, 12:42
Re: MySQL Saving [Not Working] - by Ciarannn - 02.05.2015, 12:45
Re: MySQL Saving [Not Working] - by Konstantinos - 02.05.2015, 12:57
Re: MySQL Saving [Not Working] - by Ciarannn - 02.05.2015, 13:06

Forum Jump:


Users browsing this thread: 1 Guest(s)