MySQL Doesn't load houses
#6

Quote:
Originally Posted by Tingesport
Посмотреть сообщение
Hm, no I don't seem to have any callback for checking the HouseID's, would you care to help me out?
Can you show your MySQL table structure? You better use AUTO_INCREMENT instead of manually adding the ID through incrementing the HouseID variable. After that, you just have to use:

PHP код:
INSERT INTO `Houses` (OwnerOwnedOwnerIDEnPosXEnPosYEnPosZInteriorWorldPickupPriceLockedStreetNameLabelIDVALUES('The State''0''499''%f''%f''%f''0''%d''1273''500000''1''Default''%d' 
As you see I've removed the ID because it will increase whenever you will INSERT the data into the Houses table.
Reply


Messages In This Thread
MySQL Doesn't load houses - by Tingesport - 12.05.2014, 11:22
Re: MySQL Doesn't load houses - by iZN - 12.05.2014, 11:35
Re: MySQL Doesn't load houses - by Tingesport - 12.05.2014, 11:40
Re: MySQL Doesn't load houses - by iZN - 12.05.2014, 11:49
Re: MySQL Doesn't load houses - by Tingesport - 12.05.2014, 11:54
Re: MySQL Doesn't load houses - by iZN - 12.05.2014, 12:03
Re: MySQL Doesn't load houses - by Tingesport - 12.05.2014, 12:06
Re: MySQL Doesn't load houses - by iZN - 12.05.2014, 12:12
Re: MySQL Doesn't load houses - by Tingesport - 12.05.2014, 12:19

Forum Jump:


Users browsing this thread: 1 Guest(s)