08.06.2014, 16:55
Quote:
|
i created Table object , this
Код:
-- -- Table structure for table `objects` -- CREATE TABLE IF NOT EXISTS `objects` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `ModelID` int(11) NOT NULL, `PosX` float NOT NULL, `PosY` float NOT NULL, `PosZ` float NOT NULL, `RotX` float NOT NULL, `RotY` float NOT NULL, `RotZ` float NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; ![]() Mysql_Log Код:
[16:18:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("DisableTime")
[16:18:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("CarJackerTime")
[16:18:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("BusDriverTime")
[16:18:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("GunoierTime")
[16:18:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("PizzaBoyTime")
[16:18:16] [WARNING] CMySQLResult::GetRowDataByName - field not found ("CementTruckerTime")
[16:33:38] [ERROR] CMySQLQuery::Execute[SendQuery] - (error #1054) Unknown column 'CarJackerTime' in 'field list'
[16:33:38] [ERROR] CMySQLQuery::Execute[SendQuery] - (error #1054) Unknown column 'GunoierTime' in 'field list'
[16:38:22] [ERROR] CMySQLQuery::Execute[SendQuery] - (error #1054) Unknown column 'CarJackerTime' in 'field list'
[16:38:22] [ERROR] CMySQLQuery::Execute[SendQuery] - (error #1054) Unknown column 'GunoierTime' in 'field list'
|
DisableTime, CarJackerTime, BusDriverTime, GunoierTime, PizzaBoyTime, CementTruckerTime
Then post me the query, so i can tell your what to do.



