-- -------------------------------------------------------- -- Host: 158.69.238.64 -- Server version: 5.7.20 - MySQL Community Server (GPL) -- Server OS: Win64 -- HeidiSQL Version: 11.1.0.6116 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- Dumping database structure for db24053 CREATE DATABASE IF NOT EXISTS `db24053` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `db24053`; -- Dumping structure for table db24053.acct_auth CREATE TABLE IF NOT EXISTS `acct_auth` ( `acct_auth_id` int(11) NOT NULL AUTO_INCREMENT, `acct_auth_acct` int(11) NOT NULL DEFAULT '0', `acct_auth_type` int(11) NOT NULL DEFAULT '0', `acct_auth_detail` varchar(128) NOT NULL DEFAULT '', `acct_auth_smscarrier` int(11) NOT NULL, `acct_auth_verified` tinyint(1) NOT NULL DEFAULT '0', `acct_auth_when_verified` int(32) NOT NULL DEFAULT '0', `acct_auth_verifycode` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`acct_auth_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Accounts - Authentication Methods'; -- Dumping data for table db24053.acct_auth: ~0 rows (approximately) /*!40000 ALTER TABLE `acct_auth` DISABLE KEYS */; /*!40000 ALTER TABLE `acct_auth` ENABLE KEYS */; -- Dumping structure for table db24053.acct_bl CREATE TABLE IF NOT EXISTS `acct_bl` ( `acct_bl_id` int(11) NOT NULL, `acct_bl_ip` int(24) DEFAULT NULL, `acct_bl_uid` varchar(128) DEFAULT NULL, `acct_bl_when_added` int(32) DEFAULT NULL, `acct_bl_acct` int(11) DEFAULT NULL, `acct_bl_enabled` tinyint(1) DEFAULT '1', PRIMARY KEY (`acct_bl_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Accounts - Access Blacklist'; -- Dumping data for table db24053.acct_bl: ~0 rows (approximately) /*!40000 ALTER TABLE `acct_bl` DISABLE KEYS */; /*!40000 ALTER TABLE `acct_bl` ENABLE KEYS */; -- Dumping structure for table db24053.acct_contact CREATE TABLE IF NOT EXISTS `acct_contact` ( `acct_contact_id` int(11) NOT NULL AUTO_INCREMENT, `acct_contact_acct` int(11) NOT NULL DEFAULT '0', `acct_contact_contact` int(11) NOT NULL DEFAULT '0', `acct_contact_type` int(11) NOT NULL DEFAULT '0', `acct_contact_when_added` int(32) NOT NULL DEFAULT '0', `acct_contact_accepted` tinyint(1) NOT NULL DEFAULT '0', `acct_contact_when_accepted` int(32) NOT NULL DEFAULT '0', `acct_contact_deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`acct_contact_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Accounts - Contacts (Friends/Blocked/Etc)'; -- Dumping data for table db24053.acct_contact: ~0 rows (approximately) /*!40000 ALTER TABLE `acct_contact` DISABLE KEYS */; /*!40000 ALTER TABLE `acct_contact` ENABLE KEYS */; -- Dumping structure for table db24053.acct_hotkey CREATE TABLE IF NOT EXISTS `acct_hotkey` ( `acct_hotkey_id` int(11) NOT NULL AUTO_INCREMENT, `acct_hotkey_key` int(11) NOT NULL DEFAULT '0', `acct_hotkey_cmdstr` varchar(128) NOT NULL DEFAULT '', `acct_hotkey_enabled` tinyint(1) NOT NULL DEFAULT '1', `acct_hotkey_when_added` int(32) NOT NULL DEFAULT '0', `acct_hotkey_acct` int(11) NOT NULL DEFAULT '0', `acct_hotkey_down` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`acct_hotkey_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COMMENT='Accounts - Custom Hotkeys'; -- Dumping data for table db24053.acct_hotkey: ~4 rows (approximately) /*!40000 ALTER TABLE `acct_hotkey` DISABLE KEYS */; INSERT INTO `acct_hotkey` (`acct_hotkey_id`, `acct_hotkey_key`, `acct_hotkey_cmdstr`, `acct_hotkey_enabled`, `acct_hotkey_when_added`, `acct_hotkey_acct`, `acct_hotkey_down`) VALUES (1, 105, 'engine', 1, 1608596334, 1, 0); INSERT INTO `acct_hotkey` (`acct_hotkey_id`, `acct_hotkey_key`, `acct_hotkey_cmdstr`, `acct_hotkey_enabled`, `acct_hotkey_when_added`, `acct_hotkey_acct`, `acct_hotkey_down`) VALUES (2, 107, 'lights', 1, 1608596334, 1, 0); INSERT INTO `acct_hotkey` (`acct_hotkey_id`, `acct_hotkey_key`, `acct_hotkey_cmdstr`, `acct_hotkey_enabled`, `acct_hotkey_when_added`, `acct_hotkey_acct`, `acct_hotkey_down`) VALUES (3, 108, 'lock', 1, 1608596334, 1, 0); INSERT INTO `acct_hotkey` (`acct_hotkey_id`, `acct_hotkey_key`, `acct_hotkey_cmdstr`, `acct_hotkey_enabled`, `acct_hotkey_when_added`, `acct_hotkey_acct`, `acct_hotkey_down`) VALUES (4, 102, 'enter', 1, 1608596334, 1, 0); /*!40000 ALTER TABLE `acct_hotkey` ENABLE KEYS */; -- Dumping structure for table db24053.acct_main CREATE TABLE IF NOT EXISTS `acct_main` ( `acct_id` int(11) NOT NULL AUTO_INCREMENT, `acct_name` varchar(32) NOT NULL DEFAULT '', `acct_pass` varchar(512) NOT NULL DEFAULT '', `acct_email` varchar(128) NOT NULL DEFAULT '', `acct_settings` int(11) NOT NULL DEFAULT '0', `acct_staff_flags` int(11) NOT NULL DEFAULT '0', `acct_staff_title` varchar(32) NOT NULL DEFAULT '', `acct_mod_flags` int(11) NOT NULL DEFAULT '0', `acct_irc` varchar(64) NOT NULL DEFAULT '', `acct_discord` int(64) NOT NULL DEFAULT '0', `acct_ip` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`acct_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COMMENT='Accounts'; -- Dumping data for table db24053.acct_main: ~3 rows (approximately) /*!40000 ALTER TABLE `acct_main` DISABLE KEYS */; INSERT INTO `acct_main` (`acct_id`, `acct_name`, `acct_pass`, `acct_email`, `acct_settings`, `acct_staff_flags`, `acct_staff_title`, `acct_mod_flags`, `acct_irc`, `acct_discord`, `acct_ip`) VALUES (1, 'Vortrex', '4271461D21D2A465D0FF2B7082A9136F1DACD78127C805E2B33292AAA200E5682F4B7D4AB426224222B24AA1183C4D02FEE983030996CF3963746AE1C46A375D', 'adrianbram@gmail.com', 64, -1, 'Scripter', 0, '', 0, '107.220.15.21'); INSERT INTO `acct_main` (`acct_id`, `acct_name`, `acct_pass`, `acct_email`, `acct_settings`, `acct_staff_flags`, `acct_staff_title`, `acct_mod_flags`, `acct_irc`, `acct_discord`, `acct_ip`) VALUES (2, 'maxaxle', '33A31BF6E32BD3BCCE1D2F2AB3B0D0768CEDAD30BC21A2EFA5F8A66BD7333A5545EFC773830E9F0B3C7AA285E3FDF60BADD1E93401AF9FC26CC25BB77238D750', '', 0, 0, '', 0, '', 0, '73.64.156.245'); INSERT INTO `acct_main` (`acct_id`, `acct_name`, `acct_pass`, `acct_email`, `acct_settings`, `acct_staff_flags`, `acct_staff_title`, `acct_mod_flags`, `acct_irc`, `acct_discord`, `acct_ip`) VALUES (3, 'Vortrex2', '26B8F7687300F0BF90F79BEC5E84CCD57582DD09C345F256EBE99057595302E25C1958472172D4689D7B2DA607584AC2420D5909FEDB3E2B7A0F73A517A8AC1C', '', 0, 0, '', 0, '', 0, ''); /*!40000 ALTER TABLE `acct_main` ENABLE KEYS */; -- Dumping structure for table db24053.acct_msg CREATE TABLE IF NOT EXISTS `acct_msg` ( `acct_msg_id` int(11) NOT NULL AUTO_INCREMENT, `acct_msg_acct` int(11) NOT NULL DEFAULT '0', `acct_msg_who_sent` int(11) NOT NULL DEFAULT '0', `acct_msg_when_sent` int(32) NOT NULL DEFAULT '0', `acct_msg_when_read` int(32) NOT NULL DEFAULT '0', `acct_msg_deleted` tinyint(1) NOT NULL DEFAULT '0', `acct_msg_when_deleted` int(32) NOT NULL DEFAULT '0', `acct_msg_folder` int(11) NOT NULL DEFAULT '0', `acct_msg_message` text NOT NULL, PRIMARY KEY (`acct_msg_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Accounts - Private Messages (Mail)'; -- Dumping data for table db24053.acct_msg: ~0 rows (approximately) /*!40000 ALTER TABLE `acct_msg` DISABLE KEYS */; /*!40000 ALTER TABLE `acct_msg` ENABLE KEYS */; -- Dumping structure for table db24053.acct_note CREATE TABLE IF NOT EXISTS `acct_note` ( `acct_note_id` int(11) NOT NULL AUTO_INCREMENT, `acct_note_acct` int(11) NOT NULL DEFAULT '0', `acct_server` int(11) NOT NULL DEFAULT '0', `acct_note_who_added` int(11) NOT NULL DEFAULT '0', `acct_note_when_added` int(32) NOT NULL DEFAULT '0', `acct_note_message` varchar(255) NOT NULL DEFAULT '', `acct_note_deleted` tinyint(1) NOT NULL DEFAULT '0', `acct_note_who_deleted` int(11) NOT NULL DEFAULT '0', `acct_note_when_deleted` int(32) NOT NULL DEFAULT '0', PRIMARY KEY (`acct_note_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Accounts - Staff Notes'; -- Dumping data for table db24053.acct_note: ~0 rows (approximately) /*!40000 ALTER TABLE `acct_note` DISABLE KEYS */; /*!40000 ALTER TABLE `acct_note` ENABLE KEYS */; -- Dumping structure for table db24053.acct_wl CREATE TABLE IF NOT EXISTS `acct_wl` ( `acct_wl_id` int(11) NOT NULL AUTO_INCREMENT, `acct_wl_ip` int(24) NOT NULL DEFAULT '0', `acct_wl_uid` varchar(128) NOT NULL DEFAULT '', `acct_wl_when_added` int(32) NOT NULL DEFAULT '0', `acct_wl_acct` int(11) NOT NULL DEFAULT '0', `acct_wl_enabled` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`acct_wl_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Accounts - Access Whitelist'; -- Dumping data for table db24053.acct_wl: ~0 rows (approximately) /*!40000 ALTER TABLE `acct_wl` DISABLE KEYS */; /*!40000 ALTER TABLE `acct_wl` ENABLE KEYS */; -- Dumping structure for table db24053.ac_script_bl CREATE TABLE IF NOT EXISTS `ac_script_bl` ( `ac_script_bl_id` int(11) NOT NULL AUTO_INCREMENT, `ac_script_bl_server` int(11) NOT NULL DEFAULT '0', `ac_script_bl_name` varchar(50) NOT NULL DEFAULT '', `ac_script_bl_enabled` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`ac_script_bl_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Anticheat - Blacklisted Scripts'; -- Dumping data for table db24053.ac_script_bl: ~1 rows (approximately) /*!40000 ALTER TABLE `ac_script_bl` DISABLE KEYS */; INSERT INTO `ac_script_bl` (`ac_script_bl_id`, `ac_script_bl_server`, `ac_script_bl_name`, `ac_script_bl_enabled`) VALUES (1, 4, 'load_modmanager', 1); /*!40000 ALTER TABLE `ac_script_bl` ENABLE KEYS */; -- Dumping structure for table db24053.ac_script_wl CREATE TABLE IF NOT EXISTS `ac_script_wl` ( `ac_script_wl_id` int(11) NOT NULL AUTO_INCREMENT, `ac_script_wl_server` int(11) NOT NULL DEFAULT '0', `ac_script_wl_name` varchar(50) NOT NULL DEFAULT '', `ac_script_wl_enabled` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`ac_script_wl_id`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Anticheat - Whitelisted Scripts'; -- Dumping data for table db24053.ac_script_wl: ~5 rows (approximately) /*!40000 ALTER TABLE `ac_script_wl` DISABLE KEYS */; INSERT INTO `ac_script_wl` (`ac_script_wl_id`, `ac_script_wl_server`, `ac_script_wl_name`, `ac_script_wl_enabled`) VALUES (1, 4, 'sync', 1); INSERT INTO `ac_script_wl` (`ac_script_wl_id`, `ac_script_wl_server`, `ac_script_wl_name`, `ac_script_wl_enabled`) VALUES (2, 4, 'gtac', 1); INSERT INTO `ac_script_wl` (`ac_script_wl_id`, `ac_script_wl_server`, `ac_script_wl_name`, `ac_script_wl_enabled`) VALUES (3, 4, 'network_main', 1); INSERT INTO `ac_script_wl` (`ac_script_wl_id`, `ac_script_wl_server`, `ac_script_wl_name`, `ac_script_wl_enabled`) VALUES (4, 4, 'mpcellphone', 1); INSERT INTO `ac_script_wl` (`ac_script_wl_id`, `ac_script_wl_server`, `ac_script_wl_name`, `ac_script_wl_enabled`) VALUES (5, 4, 'speechcontrol_net', 1); /*!40000 ALTER TABLE `ac_script_wl` ENABLE KEYS */; -- Dumping structure for table db24053.atm_main CREATE TABLE IF NOT EXISTS `atm_main` ( `atm_id` int(11) NOT NULL AUTO_INCREMENT, `atm_server` tinyint(2) NOT NULL DEFAULT '0', `atm_pos_x` float NOT NULL DEFAULT '0', `atm_pos_y` float NOT NULL DEFAULT '0', `atm_pos_z` float NOT NULL DEFAULT '0', `atm_fee` int(11) NOT NULL DEFAULT '0', `atm_disabled` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`atm_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='ATMs'; -- Dumping data for table db24053.atm_main: ~0 rows (approximately) /*!40000 ALTER TABLE `atm_main` DISABLE KEYS */; /*!40000 ALTER TABLE `atm_main` ENABLE KEYS */; -- Dumping structure for table db24053.atm_use CREATE TABLE IF NOT EXISTS `atm_use` ( `atm_use_id` int(11) NOT NULL AUTO_INCREMENT, `atm_use_atm` int(11) NOT NULL DEFAULT '0', `atm_use_bankacct` int(11) NOT NULL DEFAULT '0', `atm_use_amount` int(11) NOT NULL DEFAULT '0', `atm_use_when` int(32) NOT NULL DEFAULT '0', `atm_use_balance_before` int(11) NOT NULL DEFAULT '0', `atm_use_balance_after` int(11) NOT NULL DEFAULT '0', `atm_use_result` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`atm_use_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='ATMs - Usage'; -- Dumping data for table db24053.atm_use: ~0 rows (approximately) /*!40000 ALTER TABLE `atm_use` DISABLE KEYS */; /*!40000 ALTER TABLE `atm_use` ENABLE KEYS */; -- Dumping structure for table db24053.bank_main CREATE TABLE IF NOT EXISTS `bank_main` ( `bank_id` int(11) NOT NULL AUTO_INCREMENT, `bank_server` int(11) NOT NULL DEFAULT '0', `bank_name` varchar(128) NOT NULL DEFAULT 'Unnamed', `bank_active` tinyint(1) NOT NULL DEFAULT '1', `ban_try_when_tried` int(32) NOT NULL DEFAULT '0', `ban_try_ban_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`bank_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Bans - Connection Attempts'; -- Dumping data for table db24053.bank_main: ~0 rows (approximately) /*!40000 ALTER TABLE `bank_main` DISABLE KEYS */; /*!40000 ALTER TABLE `bank_main` ENABLE KEYS */; -- Dumping structure for table db24053.ban_main CREATE TABLE IF NOT EXISTS `ban_main` ( `ban_id` int(11) NOT NULL AUTO_INCREMENT, `ban_server` tinyint(2) NOT NULL DEFAULT '0', `ban_type` tinyint(1) NOT NULL DEFAULT '0', `ban_ip_start` int(24) NOT NULL DEFAULT '0', `ban_ip_end` int(24) NOT NULL DEFAULT '0', `ban_uid` varchar(256) NOT NULL DEFAULT '', `ban_who_added` int(11) NOT NULL DEFAULT '0', `ban_when_added` int(32) NOT NULL DEFAULT '0', `ban_reason` varchar(255) NOT NULL DEFAULT '', `ban_deleted` tinyint(1) NOT NULL DEFAULT '0', `ban_who_deleted` int(11) NOT NULL DEFAULT '0', `ban_when_deleted` int(32) NOT NULL DEFAULT '0', `ban_when_end` int(32) NOT NULL DEFAULT '0', PRIMARY KEY (`ban_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Bans'; -- Dumping data for table db24053.ban_main: ~0 rows (approximately) /*!40000 ALTER TABLE `ban_main` DISABLE KEYS */; /*!40000 ALTER TABLE `ban_main` ENABLE KEYS */; -- Dumping structure for table db24053.ban_try CREATE TABLE IF NOT EXISTS `ban_try` ( `ban_try_id` int(11) NOT NULL AUTO_INCREMENT, `ban_try_server` tinyint(2) NOT NULL DEFAULT '0', `ban_try_ip` int(24) NOT NULL DEFAULT '0', `ban_try_uid` varchar(128) NOT NULL DEFAULT '', `ban_try_when_tried` int(32) NOT NULL DEFAULT '0', `ban_try_ban_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`ban_try_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Bans - Connection Attempts'; -- Dumping data for table db24053.ban_try: ~0 rows (approximately) /*!40000 ALTER TABLE `ban_try` DISABLE KEYS */; /*!40000 ALTER TABLE `ban_try` ENABLE KEYS */; -- Dumping structure for table db24053.biz_buy CREATE TABLE IF NOT EXISTS `biz_buy` ( `biz_buy_id` int(11) NOT NULL AUTO_INCREMENT, `biz_buy_biz` int(11) NOT NULL DEFAULT '0', `biz_buy_sacct` int(11) NOT NULL DEFAULT '0', `biz_buy_amount` int(11) NOT NULL DEFAULT '0', `biz_buy_prod` int(11) NOT NULL DEFAULT '0', `biz_buy_tip` int(11) NOT NULL DEFAULT '0', `biz_buy_result` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`biz_buy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Businesses - Purchases'; -- Dumping data for table db24053.biz_buy: ~0 rows (approximately) /*!40000 ALTER TABLE `biz_buy` DISABLE KEYS */; /*!40000 ALTER TABLE `biz_buy` ENABLE KEYS */; -- Dumping structure for table db24053.biz_loc CREATE TABLE IF NOT EXISTS `biz_loc` ( `biz_loc_id` int(11) NOT NULL AUTO_INCREMENT, `biz_loc_server` int(11) NOT NULL DEFAULT '0', `biz_loc_name` varchar(128) NOT NULL DEFAULT '', `biz_loc_type` int(11) NOT NULL DEFAULT '0', `biz_loc_biz` int(11) NOT NULL DEFAULT '0', `biz_loc_enabled` int(11) NOT NULL DEFAULT '0', `biz_loc_pos_x` float NOT NULL DEFAULT '0', `biz_loc_pos_y` float NOT NULL DEFAULT '0', `biz_loc_pos_z` float NOT NULL DEFAULT '0', `biz_loc_rot_z` float NOT NULL DEFAULT '0', `biz_loc_int` int(11) NOT NULL DEFAULT '0', `biz_loc_vw` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`biz_loc_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Businesses - Locations'; -- Dumping data for table db24053.biz_loc: ~0 rows (approximately) /*!40000 ALTER TABLE `biz_loc` DISABLE KEYS */; /*!40000 ALTER TABLE `biz_loc` ENABLE KEYS */; -- Dumping structure for table db24053.biz_main CREATE TABLE IF NOT EXISTS `biz_main` ( `biz_id` int(11) NOT NULL AUTO_INCREMENT, `biz_server` int(11) NOT NULL DEFAULT '0', `biz_name` varchar(40) NOT NULL DEFAULT 'Unnamed Business', `biz_type` int(11) NOT NULL DEFAULT '0', `biz_buy_price` int(11) NOT NULL DEFAULT '0', `biz_owner_type` int(11) NOT NULL DEFAULT '0', `biz_owner_id` int(11) NOT NULL DEFAULT '0', `biz_entrance_pos_x` float NOT NULL DEFAULT '0', `biz_entrance_pos_y` float NOT NULL DEFAULT '0', `biz_entrance_pos_z` float NOT NULL DEFAULT '0', `biz_entrance_rot_z` float NOT NULL DEFAULT '0', `biz_entrance_int` int(11) NOT NULL DEFAULT '0', `biz_entrance_vw` int(11) NOT NULL DEFAULT '0', `biz_entrance_pickup` int(11) NOT NULL, `biz_entrance_blip` int(11) NOT NULL, `biz_exit_pos_x` float NOT NULL DEFAULT '0', `biz_exit_pos_y` float NOT NULL DEFAULT '0', `biz_exit_pos_z` float NOT NULL DEFAULT '0', `biz_exit_rot_z` float NOT NULL DEFAULT '0', `biz_exit_int` int(11) NOT NULL DEFAULT '0', `biz_exit_vw` int(11) NOT NULL DEFAULT '0', `biz_exit_pickup` int(11) NOT NULL, `biz_exit_blip` int(11) NOT NULL, `biz_misc_customext` int(11) NOT NULL DEFAULT '0', `biz_misc_customint` int(11) NOT NULL DEFAULT '0', `biz_supply_pos_x` float NOT NULL DEFAULT '0', `biz_supply_pos_y` float NOT NULL DEFAULT '0', `biz_supply_pos_z` float NOT NULL DEFAULT '0', `biz_buy_pos_x` float NOT NULL DEFAULT '0', `biz_buy_pos_y` float NOT NULL DEFAULT '0', `biz_buy_pos_z` float NOT NULL DEFAULT '0', `biz_buy_rot_z` float NOT NULL DEFAULT '0', `biz_misc_customvw` int(11) NOT NULL DEFAULT '0', `biz_locked` int(11) NOT NULL DEFAULT '0', `biz_till` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`biz_id`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=203 DEFAULT CHARSET=latin1 COMMENT='Businesses'; -- Dumping data for table db24053.biz_main: ~202 rows (approximately) /*!40000 ALTER TABLE `biz_main` DISABLE KEYS */; INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (1, 4, 'Unnamed Business', 5, 25000, 0, 0, -90.2436, -1219.76, 2.71, 350.178, 0, 0, 0, 0, -2026.9, -104.128, 1035.17, 179.07, 3, 0, 0, 0, 0, 0, -93.521, -1241.12, 1.92454, -104.326, -1213.02, 2.76131, 174.391, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (2, 4, 'Unnamed Business', 8, 25000, 0, 0, 2078.66, -1582.38, 13.4873, 337.053, 0, 0, 0, 0, -25.8433, -187.446, 1003.55, 4.72576, 17, 0, 0, 0, 0, 0, 1795.3, -1166.21, 23.8281, 2127.1, -1134.72, 25.5488, 351.147, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (3, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 92.181, 0, 0, 0, 0, -25.722, -187.822, 1003.55, 5.07593, 17, 0, 0, 0, 0, 0, 1774.54, -1723.43, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (4, 4, 'Unnamed Business', 4, 25000, 0, 0, 984.176, -1336.44, 13.5469, 199.037, 0, 0, 0, 0, 315.799, -143.53, 999.602, 1.01837, 7, 0, 0, 0, 0, 1, 1872.19, -1621.2, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (5, 4, 'Unnamed Business', 1, 25000, 0, 0, 1653.2, 1470.7, 1152.43, 299.874, 0, 0, 0, 0, -25.9841, -187.986, 1003.55, 357.842, 17, 0, 0, 0, 0, 0, 1837.36, -1434.91, 13.5625, 1704.68, -1587.22, 13.5383, 87.0352, 4, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (6, 4, 'Unnamed Business', 3, 25000, 0, 0, 1333.37, -1864.21, 13.5469, 154.702, 0, 0, 0, 0, 6.6435, -31.4626, 1003.55, 191.882, 10, 0, 0, 0, 0, 1, 1565.82, -1167.49, 24.0781, 1647.94, -2483.22, 13.5547, 87.3502, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (7, 4, 'Unnamed Business', 5, 25000, 0, 0, 1026.38, -1927.19, 12.7989, 154.459, 0, 0, 0, 0, 1226.77, -813.652, 1084.01, 353.088, 5, 0, 0, 0, 0, 1, 1915.87, -1790.69, 13.3906, 1026.22, -1915.85, 12.8776, 266.223, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (8, 4, 'Unnamed Business', 3, 25000, 0, 0, -172.128, -1825.41, 55.408, 215.571, 0, 0, 0, 0, 1445.44, -1294.74, 13.5469, 100.653, 0, 0, 0, 0, 1, 0, 1448.97, -1285.72, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (9, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 206.856, 0, 0, 0, 0, 1704.68, 1394.8, 10.6721, 54.1891, 0, 0, 0, 0, 0, 0, 1743.66, -1585.46, 13.5482, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (10, 4, 'Unnamed Business', 3, 25000, 0, 0, 1525.41, -1671.54, 6.21875, 83.7091, 0, 0, 0, 0, 372.532, -133.314, 1001.49, 359.576, 5, 0, 0, 0, 0, 0, -2434.94, -195.644, 35.3203, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (11, 4, 'Unnamed Business', 8, 25000, 0, 0, 1070.49, -1873.66, 13.5469, 274.819, 0, 0, 0, 0, -31.0053, -91.6372, 1003.55, 0.680122, 18, 0, 0, 0, 0, 0, -66.1294, -1169.59, 1.86967, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (12, 4, 'Unnamed Business', 4, 25000, 0, 0, 1368.98, -1279.67, 13.5469, 262.027, 0, 0, 0, 0, 315.902, -143.025, 999.602, 5.53311, 7, 0, 0, 0, 0, 0, 1365.63, -1285.08, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (13, 4, 'Unnamed Business', 2, 25000, 0, 0, 1709.03, 1443.96, 1145.78, 281.106, 0, 0, 0, 0, -2029.62, -119.618, 1035.17, 1.0423, 3, 0, 0, 0, 0, 0, -1579.28, 2652.63, 55.8359, -1600.75, 2645.28, 57.6595, 120.282, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (14, 4, 'Unnamed Business', 8, 25000, 0, 0, 1343.73, -1506.56, 13.5469, 234.154, 0, 0, 0, 0, -25.8373, -188.091, 1003.55, 355.897, 17, 0, 0, 0, 0, 0, 2156.02, -1020.91, 62.7113, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (15, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 178.341, 0, 0, 0, 0, 493.229, -24.4678, 1000.68, 354.663, 17, 0, 0, 0, 0, 0, 1425.26, -1142.76, 23.9265, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (16, 4, 'Unnamed Business', 1, 25000, 0, 0, -1676.24, 432.104, 7.17969, 33.0359, 0, 0, 0, 0, -27.3621, -57.8246, 1003.55, 179.037, 6, 0, 0, 0, 1, 0, -1661.84, 442.168, 7.17969, -1591.62, 2657.25, 55.7501, 356.386, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (17, 4, 'Unnamed Business', 8, 25000, 0, 0, 667.208, -1770.07, 13.6395, 164.522, 0, 0, 0, 0, -25.8373, -188.091, 1003.55, 355.897, 17, 0, 0, 0, 0, 0, 1844.34, -1860.84, 13.3828, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (18, 4, 'Unnamed Business', 1, 25000, 0, 0, 1000.3, -920.204, 42.3281, 96.2681, 0, 0, 0, 0, -31.1112, -91.8577, 1003.55, 0.052338, 18, 0, 0, 0, 0, 0, 1022.79, -916.642, 42.1797, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (19, 4, 'Unnamed Business', 2, 25000, 0, 0, 1456.53, -1137.56, 23.9484, 36.7288, 0, 0, 0, 0, 207.615, -111.163, 1005.13, 187.89, 15, 0, 0, 0, 0, 0, 2015.15, -1304.98, 23.986, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (20, 4, 'Unnamed Business', 8, 25000, 0, 0, -1989.49, 884.844, 46.5406, 98.2134, 0, 0, 0, 0, -31.0061, -91.5664, 1003.55, 0.680122, 18, 0, 0, 0, 1, 0, -1981.44, 905.115, 45.7979, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (21, 4, 'Unnamed Business', 5, 25000, 0, 0, 1628.75, -1903.4, 13.5532, 84.3039, 0, 0, 0, 0, 1494.8, 1305.13, 1093.29, 65.5664, 3, 0, 0, 0, 0, 0, 904.141, -1333.77, 13.5469, 1636.17, -1893.07, 13.2619, 2.61639, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (22, 4, 'Unnamed Business', 5, 25000, 0, 0, 1606.29, -2431.95, 13.5547, 1.14757, 0, 0, 0, 0, -30.86, -91.9062, 1003.55, 354.538, 18, 0, 0, 0, 0, 0, 1933.08, -2067.76, 13.5469, 1602.48, -2488.26, 13.5547, 267.485, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (23, 4, 'Unnamed Business', 0, 25000, 0, 0, 1796.35, -1721.18, 13.5411, 180, 0, 0, 0, 0, -795.014, 489.671, 1376.2, 358.859, 1, 0, 0, 0, 1, 1, 1809.53, -1724.42, 13.5362, 1899.97, -2346.11, 13.5469, 263.56, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (24, 4, 'Unnamed Business', 1, 25000, 0, 0, 1654.2, 1467.87, 1152.79, 325.41, 0, 0, 0, 0, -30.9635, -91.1079, 1003.55, 4.80216, 18, 0, 0, 0, 0, 0, 1668.04, -1583.68, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (25, 4, 'Unnamed Business', 3, 25000, 0, 0, 1877.85, -1627.79, 13.3386, 359.503, 0, 0, 0, 0, 460.448, -88.5426, 999.555, 86.9106, 4, 0, 0, 0, 0, 0, 1794.43, -1726.55, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (26, 4, 'Unnamed Business', 2, 25000, 0, 0, 1704.21, -1578.79, 13.8883, 278.564, 0, 0, 0, 0, 227.075, -7.33794, 1002.21, 91.3542, 5, 0, 0, 0, 0, 0, -1699.21, 954.874, 24.8906, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (27, 4, 'Unnamed Business', 3, 25000, 0, 0, 2419.8, -1509.08, 24, 268.67, 0, 0, 0, 0, 460.154, -88.5364, 999.555, 88.7906, 4, 0, 0, 0, 0, 0, 2422.79, -1517.02, 24.0069, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (28, 4, 'Unnamed Business', 4, 25000, 0, 0, 1357.07, 308.062, 19.7473, 338.103, 0, 0, 0, 0, 315.641, -142.827, 999.602, 6.35604, 7, 0, 0, 0, 0, 0, 1365.69, -1283.99, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (29, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 122.238, 0, 0, 0, 0, 362.74, -75.0332, 1001.51, 315.782, 10, 0, 0, 0, 0, 1, 1787.26, -1623.64, 13.5185, 0, 0, 0, 0, 77, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (30, 4, 'Unnamed Business', 8, 25000, 0, 0, 1044.57, -1308.84, 13.5469, 99.115, 0, 0, 0, 0, -25.7453, -188.253, 1003.55, 171.504, 17, 0, 0, 0, 0, 0, 1037.38, -1311.36, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (31, 4, 'Unnamed Business', 0, 25000, 0, 0, 2247.63, 2396.32, 10.8203, 184.236, 0, 0, 0, 0, 204.462, -168.754, 1000.52, 353.473, 14, 0, 0, 0, 0, 0, 567.646, -1291.5, 17.2422, 561.662, -1292.28, 17.2482, 232.669, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (32, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 7.15001, 0, 0, 0, 0, 204.024, -50.6503, 1001.8, 9.60777, 1, 0, 0, 0, 0, 0, 2118.79, -1212.34, 23.9642, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (33, 4, 'Unnamed Business', 4, 25000, 0, 0, 387.179, -1817.95, 7.84098, 273.117, 0, 0, 0, 0, 315.715, -142.947, 999.602, 0.321425, 7, 0, 0, 0, 0, 1, 2521.73, -1544.98, 24.01, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (34, 4, 'Unnamed Business', 8, 25000, 0, 0, 1073.21, -1384.87, 13.8698, 144.937, 0, 0, 0, 0, 363.315, -74.8249, 1001.51, 315.517, 10, 0, 0, 0, 0, 0, 1191.5, -891.539, 43.1784, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (35, 4, 'Unnamed Business', 2, 25000, 0, 0, 1109.27, -301.432, 74.54, 358.887, 0, 0, 0, 0, 203.856, -50.2081, 1001.8, 352.563, 1, 0, 0, 0, 0, 0, -2493.67, -33.0023, 25.7656, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (36, 4, 'Unnamed Business', 1, 25000, 0, 0, 1799.79, -1696.08, 5.24577, 3.04433, 0, 0, 0, 0, -31.4892, -91.506, 1003.55, 358.788, 18, 0, 0, 0, 0, 0, -1948.43, 826.607, 41.5261, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (37, 4, 'Unnamed Business', 3, 25000, 0, 0, 1732.86, -1582.03, 14.1555, 1.36931, 0, 0, 0, 0, 460.449, -88.6508, 999.555, 84.9172, 4, 0, 0, 0, 0, 0, 1668.86, -1554.79, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (38, 4, 'Unnamed Business', 8, 25000, 0, 0, 1673.74, -1170.88, 23.9655, 354.084, 0, 0, 0, 0, 501.926, -67.7462, 998.758, 175.187, 11, 0, 0, 0, 0, 0, 2139.42, -1181.06, 23.9922, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (39, 4, 'Unnamed Business', 8, 25000, 0, 0, 1670.49, -1582.65, 13.5469, 3.42811, 0, 0, 0, 0, -30.9218, -91.5736, 1003.55, 357.108, 18, 0, 0, 0, 0, 0, 2006.9, -1759.92, 13.5391, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (40, 4, 'Unnamed Business', 8, 25000, 0, 0, 1833.78, -1842.7, 13.5781, 276.736, 0, 0, 0, 0, -26.4404, -187.648, 1003.55, 1.27901, 17, 0, 0, 0, 0, 0, 2864.77, -1428.47, 10.9952, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (41, 4, 'Unnamed Business', 1, 25000, 0, 0, 2261.93, 28.0644, 26.5, 339.516, 0, 0, 0, 0, -26.4846, -57.8533, 1003.55, 350.759, 6, 0, 0, 0, 0, 0, -1328.06, 2697.52, 50.0625, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (42, 4, 'Unnamed Business', 8, 25000, 0, 0, 1154.69, -1458.02, 15.7969, 4.52589, 0, 0, 0, 0, -26.6782, -57.6615, 1003.55, 357.681, 6, 0, 0, 0, 0, 0, 2349.25, -1538.52, 24.0033, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (43, 4, 'Unnamed Business', 8, 25000, 0, 0, 2318.99, -88.68, 26.4844, 178.446, 0, 0, 0, 0, -26.1985, -187.472, 1003.55, 13.4461, 17, 0, 0, 0, 0, 0, -2790.9, 774.258, 50.5078, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (44, 4, 'Unnamed Business', 1, 25000, 0, 0, 1739.95, 1440.97, 1145.67, 85.9053, 0, 0, 0, 0, -31.0512, -91.6771, 1003.55, 0.187671, 18, 0, 0, 0, 0, 0, -2235.17, -2563.35, 31.9219, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (45, 4, 'Unnamed Business', 5, 25000, 0, 0, 2045.5, -1908.06, 13.5469, 174.508, 0, 0, 0, 0, 1169.16, 1361.17, 10.9219, 217.478, 0, 0, 0, 0, 0, 0, 1249.5, -1376.78, 13.3634, 2052.74, -1912.89, 13.252, 358.522, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (46, 4, 'Unnamed Business', 1, 25000, 0, 0, 1671.24, 1469.42, 1152.6, 286.719, 0, 0, 0, 0, 203.788, -50.2352, 1001.8, 1.30236, 1, 0, 0, 0, 0, 0, 2106.4, -1213.94, 23.9665, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (47, 4, 'Unnamed Business', 1, 25000, 0, 0, 0, 0, 0, 85.0675, 0, 0, 0, 0, -2026.9, -104.041, 1035.17, 178.871, 3, 0, 0, 0, 0, 0, 1632.31, -1880.36, 13.5469, 1638.55, -1893.52, 13.5557, 12.389, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (48, 4, 'Unnamed Business', 4, 25000, 0, 0, 2333.4, 61.5421, 26.7058, 91.9637, 0, 0, 0, 0, 315.912, -143.315, 999.602, 358.938, 7, 0, 0, 0, 0, 0, 2023.4, -1077.89, 24.6073, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (49, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 169.978, 0, 0, 0, 0, -27.3011, -58.1523, 1003.55, 359.772, 6, 0, 0, 0, 1, 0, 2017.89, -1280.21, 23.979, -4366.43, 866.058, 986.38, 352.289, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (50, 4, 'Unnamed Business', 2, 25000, 0, 0, 2244.25, -1665.5, 15.4766, 347.07, 0, 0, 0, 0, 203.675, -49.334, 1001.8, 186.433, 1, 0, 0, 0, 0, 0, 492.869, -1359.27, 17.1788, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (51, 4, 'Unnamed Business', 1, 25000, 0, 0, 1636.1, -1848.45, 13.5394, 0.564751, 0, 0, 0, 0, -30.871, -91.4408, 1003.55, 358.966, 18, 0, 0, 0, 0, 0, -479.786, -566.494, 24.1158, 455.124, -1899.05, 0.78316, 202.97, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (52, 4, 'Unnamed Business', 12, 25000, 0, 0, 1703.45, 1442.91, 1145.78, 239.473, 0, 0, 0, 0, -2029.66, -119.435, 1035.17, 1.03609, 3, 0, 0, 0, 0, 0, -1936.3, 276.5, 41.0469, -1958.21, 307.691, 35.4688, 6.40909, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (53, 4, 'Unnamed Business', 5, 25000, 0, 0, 1784.89, 1444.99, 1145.78, 340.115, 0, 0, 0, 0, -2029.56, -119.625, 1035.17, 357.304, 3, 0, 0, 0, 0, 0, -1704.05, 1208.2, 25.1146, 1043.86, -1923.3, 12.9832, 0.44367, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (54, 4, 'Unnamed Business', 8, 25000, 0, 0, 1413.52, -1696.77, 13.5395, 59.0001, 0, 0, 0, 0, 363.489, -74.6292, 1001.51, 134.772, 10, 0, 0, 0, 0, 0, -1568.91, 674.891, 7.1875, 0, 0, 0, 0, 100053, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (55, 4, 'Unnamed Business', 7, 25000, 0, 0, 1737.46, 1443.56, 1145.78, 276.704, 0, 0, 0, 0, 1711.71, 1461.59, 1145.78, 257.869, 0, 0, 0, 0, 0, 0, 2087.73, 2077.92, 11.0579, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (56, 4, 'Unnamed Business', 1, 25000, 0, 0, 661.36, -573.289, 16.3359, 272.013, 0, 0, 0, 0, -13.3403, -91.3059, 1008.03, 357.346, 18, 0, 0, 0, 0, 1, 667.314, -546.236, 16.3359, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (57, 4, 'Unnamed Business', 0, 25000, 0, 0, 1047.21, -1418.63, 13.5469, 144.195, 0, 0, 0, 0, -30.9934, -91.8355, 1003.55, 358.741, 18, 0, 0, 0, 0, 0, 659.793, -1763.91, 13.5592, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (58, 4, 'Unnamed Business', 3, 25000, 0, 0, 2105.35, -1806.45, 13.5547, 265.142, 0, 0, 0, 0, 460.507, -88.4769, 999.555, 84.5587, 4, 0, 0, 0, 1, 1, 593.602, -1494.91, 15.2686, 615.481, -1501.39, 14.8747, 277.476, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (59, 4, 'Unnamed Business', 2, 25000, 0, 0, 1829.57, -1450.66, 13.5911, 359.855, 0, 0, 0, 0, 203.78, -50.5481, 1001.8, 9.98745, 1, 0, 0, 0, 0, 0, 1112.81, -1566.31, 13.5569, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (60, 4, 'Unnamed Business', 0, 25000, 0, 0, 1744.86, 1443.03, 1145.78, 265.737, 0, 0, 0, 0, -25.7722, -188.055, 1003.55, 356.072, 17, 0, 0, 0, 0, 0, 1061.57, -1484.28, 13.5457, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (61, 4, 'Unnamed Business', 3, 25000, 0, 0, 1772.23, 1440.43, 1145.69, 81.6088, 0, 0, 0, 0, 372.46, -133.296, 1001.49, 330.82, 5, 0, 0, 0, 0, 0, 2108.98, -1788.67, 13.5608, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (62, 4, 'Unnamed Business', 8, 25000, 0, 0, 461.205, -1500.79, 31.0598, 279.205, 0, 0, 0, 0, -25.3976, -187.912, 1003.55, 355.95, 17, 0, 0, 0, 0, 0, 712.834, -569.736, 16.3359, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (63, 4, 'Unnamed Business', 3, 25000, 0, 0, -1721.03, 1360.04, 7.18532, 88.9988, 0, 0, 0, 0, 371.728, -133.508, 1001.49, 2.19321, 5, 0, 0, 0, 0, 0, -1720.56, 1353.78, 7.17902, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (64, 4, 'Unnamed Business', 5, 25000, 0, 0, 1662.57, 1788.63, 10.8203, 263.499, 0, 0, 0, 0, -221.166, 1411.45, 27.7734, 256.79, 18, 0, 0, 0, 0, 0, 1698.29, 1786.89, 10.8203, 1654.53, 1795.69, 10.8203, 81.85, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (65, 4, 'Unnamed Business', 1, 25000, 0, 0, 1752.7, 1443.19, 1145.78, 272.004, 0, 0, 0, 0, -27.5021, -57.9044, 1003.55, 7.79304, 6, 0, 0, 0, 0, 0, 1394.87, 457.122, 20.1368, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (66, 4, 'Unnamed Business', 8, 25000, 0, 0, 2251.11, -1666.85, 15.4766, 347.064, 0, 0, 0, 0, -31.1119, -91.6484, 1003.55, 359.657, 18, 0, 0, 0, 0, 1, 1285.09, -1272.42, 13.5366, 0, 0, 0, 0, 123051, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (67, 4, 'Unnamed Business', 10, 25000, 0, 0, 1131.71, 1518.63, 5.82031, 107.231, 0, 0, 0, 0, 1601.85, -1467.25, 13.5639, 95.3918, 0, 0, 0, 0, 0, 0, 2341.7, -1314.47, 24.0671, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (68, 4, 'Unnamed Business', 4, 25000, 0, 0, 1587.5, -1862.96, 13.5305, 349.866, 0, 0, 0, 0, 2134.53, 1599.41, 1008.36, 90.8534, 1, 0, 0, 0, 0, 0, 1602.15, -2434.5, 13.5547, 1602.61, -2451.42, 13.5547, 172.886, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (69, 4, 'Unnamed Business', 1, 25000, 0, 0, 1929.22, -1776.25, 13.5469, 90.3944, 0, 0, 0, 0, -26.172, -187.877, 1003.55, 355.973, 17, 0, 0, 0, 0, 0, 2654.33, 1132.2, 10.8203, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (70, 4, 'Unnamed Business', 3, 25000, 0, 0, 1414.53, -1602.64, 13.5469, 175.846, 0, 0, 0, 0, 362.819, -75.1166, 1001.51, 315.914, 10, 0, 0, 0, 0, 1, 1414.03, -1599.29, 13.5469, 1646.94, 1305.67, 10.8203, 98.2638, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (71, 4, 'Unnamed Business', 2, 25000, 0, 0, -1882.67, 866.226, 35.1719, 135.343, 0, 0, 0, 0, 227.262, -8.33084, 1002.21, 100.274, 5, 0, 0, 0, 0, 0, 1103.75, -1411.33, 13.6187, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (72, 4, 'Unnamed Business', 5, 25000, 0, 0, -1666.21, 1203.53, 7.25, 159.664, 0, 0, 0, 0, 372.496, -133.417, 1001.49, 356.796, 5, 0, 0, 0, 0, 0, 1381.51, 266.698, 19.5669, -1664.23, 1213, 7.25464, 1.79089, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (73, 4, 'Unnamed Business', 8, 25000, 0, 0, 1952.4, -2021.57, 13.5469, 90.9127, 0, 0, 0, 0, -30.8758, -91.0564, 1003.55, 357.893, 18, 0, 0, 0, 0, 0, 1672.83, -1583.28, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (74, 4, 'Unnamed Business', 3, 25000, 0, 0, 928.545, -1353.07, 13.3438, 106.28, 0, 0, 0, 0, 372.501, -132.618, 1001.49, 0.750952, 5, 0, 0, 0, 0, 0, 2428.59, -1940.92, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (75, 4, 'Unnamed Business', 4, 25000, 0, 0, 1665.3, 1452.63, 1152.58, 275.782, 0, 0, 0, 0, 316.063, -143.426, 999.602, 1.00112, 7, 0, 0, 0, 0, 1, 2227.59, -1697.79, 13.7829, 0, 0, 0, 0, 10, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (76, 4, 'Unnamed Business', 12, 25000, 0, 0, 1766.45, 1443.67, 1145.78, 272.004, 0, 0, 0, 0, 2916.15, -2275.72, 7.25419, 92.2792, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (77, 4, 'Unnamed Business', 12, 25000, 0, 0, 2229.9, -1721.26, 13.5613, 149.746, 0, 0, 0, 0, 2916.03, -2276.33, 7.25419, 84.8808, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (78, 4, 'Unnamed Business', 4, 25000, 0, 0, 1649.6, 1467.74, 1151.97, 3.67434, 0, 0, 0, 0, 315.902, -143.025, 999.602, 5.53311, 7, 0, 0, 0, 0, 0, 1013.87, -372.41, 73.5505, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (79, 4, 'Unnamed Business', 3, 25000, 0, 0, 1038.17, -1340.73, 13.745, 177.513, 0, 0, 0, 0, 376.894, -193.302, 1000.63, 357.573, 17, 0, 0, 0, 0, 0, 1028.2, -1341.19, 13.7266, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (80, 4, 'Unnamed Business', 3, 25000, 0, 0, 2397.67, -1899.06, 13.5469, 359.769, 0, 0, 0, 0, 364.899, -11.4455, 1001.85, 357.847, 9, 0, 0, 0, 0, 0, 2378.92, -1903.45, 13.3828, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (81, 4, 'Unnamed Business', 3, 25000, 0, 0, 1774.54, 1440.21, 1145.69, 326.854, 0, 0, 0, 0, 364.92, -11.5076, 1001.85, 1.92061, 9, 0, 0, 0, 0, 0, 2412.69, -1490.4, 24, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (82, 4, 'Unnamed Business', 3, 25000, 0, 0, 1445.11, -1353.1, 13.5469, 76.8374, 0, 0, 0, 0, 364.786, -11.5863, 1001.85, 359.156, 9, 0, 0, 0, 0, 0, -1810.85, 616.781, 35.1719, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (83, 4, 'Unnamed Business', 3, 25000, 0, 0, 810.492, -1616.33, 13.5469, 274.543, 0, 0, 0, 0, 364.817, -11.7036, 1001.85, 356.202, 9, 0, 0, 0, 0, 0, -2664.66, 260.562, 4.63281, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (84, 4, 'Unnamed Business', 2, 25000, 0, 0, 1102.44, -1458.3, 15.7969, 265.057, 0, 0, 0, 0, 227.152, -8.34062, 1002.21, 82.5599, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (85, 4, 'Unnamed Business', 2, 25000, 0, 0, 1445.12, -1419.06, 13.5411, 65.0882, 0, 0, 0, 0, 227.551, -7.98705, 1002.21, 77.3083, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (86, 4, 'Unnamed Business', 3, 25000, 0, 0, 2237.88, -1663.56, 15.4766, 344.453, 0, 0, 0, 0, 363.168, -74.7778, 1001.51, 307.153, 10, 0, 0, 0, 0, 0, 785.164, -1632.8, 13.3828, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (87, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 356.497, 0, 0, 0, 0, 460.333, -88.562, 999.555, 88.2525, 4, 0, 0, 0, 0, 0, 1696.4, -1584.2, 13.5458, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (88, 4, 'Unnamed Business', 3, 25000, 0, 0, 1087.72, -295.958, 74.7685, 358.173, 0, 0, 0, 0, 363.226, -75.0796, 1001.51, 311.442, 10, 0, 0, 0, 0, 0, -2794.59, 775.22, 50.4725, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (89, 4, 'Unnamed Business', 3, 25000, 0, 0, -1912.4, 827.947, 35.2282, 137.415, 0, 0, 0, 0, 362.862, -75.157, 1001.51, 317.474, 10, 0, 0, 0, 0, 0, -2148.97, -2449.25, 30.6328, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (90, 4, 'Unnamed Business', 3, 25000, 0, 0, 1769.38, -1397.58, 15.7578, 177.249, 0, 0, 0, 0, 460.243, -88.68, 999.555, 92.1094, 4, 0, 0, 0, 0, 0, 711.452, -493.504, 16.3359, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (91, 4, 'Unnamed Business', 10, 25000, 0, 0, 2421.44, -1219.25, 25.5616, 6.1916, 0, 0, 0, 0, -2158.43, 642.822, 1052.38, 29.1845, 1, 0, 0, 0, 0, 0, 1968.24, -1284.42, 23.9844, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (92, 4, 'Unnamed Business', 2, 25000, 0, 0, 1405.22, -1881.5, 13.5469, 264.017, 0, 0, 0, 0, 207.556, -111.244, 1005.13, 352.685, 15, 0, 0, 0, 0, 0, 2230.46, -1674.3, 14.8285, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (93, 4, 'Unnamed Business', 3, 25000, 0, 0, 1200.42, -918.503, 43.1127, 273.646, 0, 0, 0, 0, 372.061, -133.522, 1001.49, 359.863, 5, 0, 0, 0, 0, 0, 1839.22, -1452.28, 13.564, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (94, 4, 'Unnamed Business', 10, 25000, 0, 0, 1836.65, -1682.52, 13.3391, 95.7087, 0, 0, 0, 0, 1204.98, -13.8471, 1000.92, 7.8813, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (95, 4, 'Unnamed Business', 8, 25000, 0, 0, 1775.47, 1437.65, 1145.69, 357.587, 0, 0, 0, 0, -25.6475, -188.232, 1003.55, 12.6659, 17, 0, 0, 0, 0, 1, 2006.4, -1760.42, 13.5391, 1034.92, -1935.32, 13.0244, 266.609, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (96, 4, 'Unnamed Business', 3, 25000, 0, 0, 2332.08, 75.0052, 26.621, 87.2637, 0, 0, 0, 0, 460.545, -88.3984, 999.555, 93.5276, 4, 0, 0, 0, 0, 0, -294.906, 2687.78, 62.6665, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (97, 4, 'Unnamed Business', 1, 25000, 0, 0, 1574.85, -1637.35, 13.5615, 11.6774, 0, 0, 0, 0, -25.5966, -187.034, 1003.55, 357.071, 17, 0, 0, 0, 0, 0, 1541.46, -1634.66, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (98, 4, 'Unnamed Business', 3, 25000, 0, 0, 1098.59, -1473.58, 15.7969, 69.6117, 0, 0, 0, 0, 460.244, -88.4067, 999.555, 87.9699, 4, 0, 0, 0, 1, 0, -1741.37, -569.154, 16.4844, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (99, 4, 'Unnamed Business', 1, 25000, 0, 0, 1445.11, -1426.78, 13.543, 89.005, 0, 0, 0, 0, -27.4883, -57.4702, 1003.55, 0.398602, 6, 0, 0, 0, 0, 0, 1428.99, -1427.96, 13.5547, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (100, 4, 'Unnamed Business', 1, 25000, 0, 0, 2157.89, -1733.42, 13.5445, 356.464, 0, 0, 0, 0, -27.4883, -57.4702, 1003.55, 0.398602, 6, 0, 0, 0, 0, 0, 1551.73, -1474.28, 13.5481, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (101, 4, 'Unnamed Business', 0, 25000, 0, 0, 1759.93, 1446.82, 1145.78, 84.942, 0, 0, 0, 0, 5.84083, -31.4701, 1003.55, 0.31898, 10, 0, 0, 0, 0, 0, 637.356, 1678.13, 6.99219, -2395.1, 2222.04, 4.98437, 85.6145, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (102, 4, 'Unnamed Business', 3, 25000, 0, 0, 671.125, -519.446, 16.3359, 210.161, 0, 0, 0, 0, 460.219, -89.0891, 999.555, 92.4067, 4, 0, 0, 0, 0, 0, 674.514, -514.152, 16.3359, 1626.54, -1137.52, 23.9062, 184.156, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (103, 4, 'Unnamed Business', 1, 25000, 0, 0, 1757.29, 1446.53, 1145.78, 84.942, 0, 0, 0, 0, 6.22508, -31.3632, 1003.55, 355.899, 10, 0, 0, 0, 0, 0, 2181.8, 2485.08, 10.8203, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (104, 4, 'Unnamed Business', 8, 25000, 0, 0, 1315.55, -897.924, 39.5781, 355.767, 0, 0, 0, 0, -25.6988, -188.146, 1003.55, 2.25264, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (105, 4, 'Unnamed Business', 1, 25000, 0, 0, 1753.5, 1446.45, 1145.78, 84.942, 0, 0, 0, 0, -25.8995, -188.249, 1003.55, 359.321, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (106, 4, 'Unnamed Business', 8, 25000, 0, 0, 1752.19, 1446.37, 1145.78, 93.7154, 0, 0, 0, 0, -31.1422, -92.0064, 1003.55, 350.907, 18, 0, 0, 0, 0, 0, 2007.48, -1759.44, 13.5391, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (107, 4, 'Unnamed Business', 3, 25000, 0, 0, 2521.18, -1411.62, 28.5312, 80.3432, 0, 0, 0, 0, -228.827, 1400.92, 27.7656, 269.626, 18, 0, 0, 0, 0, 0, -865.274, 1541.22, 22.6826, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (108, 4, 'Unnamed Business', 8, 25000, 0, 0, 1634.58, -1583.53, 13.6536, 10.9946, 0, 0, 0, 0, 5.90418, -31.5585, 1003.55, 0.568551, 10, 0, 0, 0, 0, 0, -744.555, 1583.71, 26.9609, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (109, 4, 'Unnamed Business', 1, 25000, 0, 0, 1748.68, 1446.17, 1145.78, 93.0887, 0, 0, 0, 0, 6.21169, -31.3557, 1003.55, 3.26752, 10, 0, 0, 0, 0, 0, -1476.6, 1879.51, 32.6328, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (110, 4, 'Unnamed Business', 2, 25000, 0, 0, -91.0981, -1592.47, 3.00431, 294.395, 0, 0, 0, 0, 226.882, -8.1384, 1002.21, 269.642, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (111, 4, 'Unnamed Business', 8, 25000, 0, 0, 1352.52, -1758.82, 13.5078, 180.542, 0, 0, 0, 0, -31.1119, -91.6484, 1003.55, 359.657, 18, 0, 0, 0, 0, 0, 2254.93, -1666.28, 15.469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (112, 4, 'Unnamed Business', 3, 25000, 0, 0, 1158.28, -1473.41, 15.7969, 286.459, 0, 0, 0, 0, 364.786, -11.5863, 1001.85, 359.156, 9, 0, 0, 0, 0, 0, 0, 0, 0, 2263.74, 34.2681, 26.4844, 50.0339, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (113, 4, 'Unnamed Business', 1, 25000, 0, 0, 1743.82, 1445.89, 1145.78, 90.2687, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (114, 4, 'Unnamed Business', 1, 25000, 0, 0, 1742.45, 1445.89, 1145.78, 90.2687, 0, 0, 0, 0, -25.6442, -188.041, 1003.55, 351.193, 17, 0, 0, 0, 1, 1, 2130.87, 892.924, 10.8203, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (115, 4, 'Unnamed Business', 3, 25000, 0, 0, 1650.13, 1466.72, 1151.97, 167.935, 0, 0, 0, 0, -794.957, 490.111, 1376.2, 179.811, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1327.28, 1397.33, 10.7512, 93.0638, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (116, 4, 'Unnamed Business', 8, 25000, 0, 0, 1487.01, -1881.28, 13.5469, 190.48, 0, 0, 0, 0, -25.6959, -187.781, 1003.55, 354.083, 17, 0, 0, 0, 0, 0, 0, 0, 0, 1231.73, -1380.5, 13.3179, 182.887, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (117, 4, 'Unnamed Business', 10, 25000, 0, 0, 1736.52, 1445.86, 1145.78, 90.2687, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (118, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 177.429, 0, 0, 0, 0, 315.835, -142.356, 999.602, 175.862, 7, 0, 0, 0, 0, 0, -98.3232, -1614, 2.74178, 1810.23, -1639.14, 13.5456, 357.773, 117, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (119, 4, 'Unnamed Business', 2, 25000, 0, 0, 712.172, -498.921, 16.3359, 267.048, 0, 0, 0, 0, 203.747, -50.5602, 1001.8, 348.861, 1, 0, 0, 0, 0, 0, 714.368, -505.379, 16.3359, 1229.06, -1378.47, 13.339, 256.786, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (120, 4, 'Unnamed Business', 8, 25000, 0, 0, 1721.42, 1424.01, 10.6406, 320.626, 0, 0, 0, 0, 6.13156, -31.3422, 1003.55, 178.952, 10, 0, 0, 0, 0, 0, 1014.04, -1563.83, 13.616, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (121, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 90.2687, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2141.72, -1127.27, 25.5294, 2127.96, -1135.77, 25.5732, 341.665, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (122, 4, 'Unnamed Business', 1, 25000, 0, 0, 1765.16, 1436.69, 1145.69, 93.1964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (123, 4, 'Unnamed Business', 4, 25000, 0, 0, 1836.51, -1443.03, 13.5962, 100.976, 0, 0, 0, 0, 284.991, -86.1033, 1001.52, 350.153, 4, 0, 0, 0, 0, 1, 1837.35, -1438.43, 13.563, 0, 0, 0, 0, 1234521, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (124, 4, 'Unnamed Business', 8, 25000, 0, 0, 1648.6, -1562.17, 13.5398, 98.856, 0, 0, 0, 0, -26.0882, -188.231, 1003.55, 0.687847, 17, 0, 0, 0, 0, 0, 1028.47, -1585.7, 13.5469, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (125, 4, 'Unnamed Business', 8, 25000, 0, 0, 1565.93, -1171.4, 24.0951, 194.504, 0, 0, 0, 0, -30.7929, -92.0083, 1003.55, 180.866, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (126, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 174.97, 0, 0, 0, 0, 1758.32, -1720.22, 13.542, 283.857, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (127, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 342.2, 0, 0, 0, 0, 6.05354, -31.7502, 1003.55, 179.289, 10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (128, 4, 'Unnamed Business', 0, 25000, 0, 0, 1733.91, 1448.76, 1145.78, 273.547, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (129, 4, 'Unnamed Business', 0, 25000, 0, 0, 1735.4, 1448.85, 1145.78, 273.547, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (130, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (131, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (132, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (133, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (134, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (135, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (136, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (137, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (138, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (139, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (140, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (141, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (142, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (143, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (144, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (145, 4, 'Unnamed Business', 4, 25000, 0, 0, 1655.19, 1451.97, 1152.5, 277.616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (146, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (147, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (148, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (149, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (150, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (151, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (152, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (153, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (154, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (155, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (156, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 273.86, 0, 0, 0, 0, 1241.84, -1381.07, 13.2184, 258.485, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1741.75, -1718.35, 13.5469, 185.945, 1, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (157, 4, 'Unnamed Business', 5, 25000, 0, 0, 548.165, -1293.86, 17.2482, 168.94, 0, 0, 0, 0, 1226.48, -813.56, 1084.01, 353.256, 5, 0, 0, 0, 0, 0, 1811.5, -1659.69, 13.5465, 567.705, -1291.27, 17.2422, 70.9165, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (158, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (159, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (160, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (161, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (162, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (163, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (164, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (165, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (166, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (167, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (168, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (169, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (170, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (171, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (172, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (173, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (174, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (175, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (176, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (177, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (178, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (179, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (180, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (181, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (182, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (183, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (184, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (185, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (186, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (187, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (188, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (189, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (190, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (191, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (192, 4, 'Unnamed Business', 3, 25000, 0, 0, -222.752, -1747.06, 1.15469, 331.273, 0, 0, 0, 0, 363.584, -75.38, 1001.51, 313.29, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (193, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (194, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (195, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (196, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (197, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (198, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (199, 4, 'Unnamed Business', 0, 25000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (200, 4, 'Unnamed Business', 8, 25000, 0, 0, 1748.23, -1460.31, 13.5288, 182.135, 0, 0, 0, 0, -27.4627, -57.8572, 1003.55, 0.812528, 6, 0, 0, 0, 0, 0, 1014.1, -1563.82, 13.6156, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (201, 2, 'Unnamed Business', 0, 25000, 0, 0, -1013.1, -861.897, 13.0852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `biz_main` (`biz_id`, `biz_server`, `biz_name`, `biz_type`, `biz_buy_price`, `biz_owner_type`, `biz_owner_id`, `biz_entrance_pos_x`, `biz_entrance_pos_y`, `biz_entrance_pos_z`, `biz_entrance_rot_z`, `biz_entrance_int`, `biz_entrance_vw`, `biz_entrance_pickup`, `biz_entrance_blip`, `biz_exit_pos_x`, `biz_exit_pos_y`, `biz_exit_pos_z`, `biz_exit_rot_z`, `biz_exit_int`, `biz_exit_vw`, `biz_exit_pickup`, `biz_exit_blip`, `biz_misc_customext`, `biz_misc_customint`, `biz_supply_pos_x`, `biz_supply_pos_y`, `biz_supply_pos_z`, `biz_buy_pos_x`, `biz_buy_pos_y`, `biz_buy_pos_z`, `biz_buy_rot_z`, `biz_misc_customvw`, `biz_locked`, `biz_till`) VALUES (202, 4, 'Unnamed Business', 0, 25000, 0, 0, 549.161, -1293.92, 17.2482, 0, 0, 0, 1272, -1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); /*!40000 ALTER TABLE `biz_main` ENABLE KEYS */; -- Dumping structure for table db24053.bug_main CREATE TABLE IF NOT EXISTS `bug_main` ( `bug_id` int(11) NOT NULL AUTO_INCREMENT, `bug_server` tinyint(2) NOT NULL DEFAULT '0', `bug_who_added` int(11) NOT NULL DEFAULT '0', `bug_when_added` int(32) NOT NULL DEFAULT '0', `bug_script_ver` varchar(16) NOT NULL DEFAULT '0.1', `bug_pos_x` float NOT NULL DEFAULT '0', `bug_pos_y` float NOT NULL DEFAULT '0', `bug_pos_z` float NOT NULL DEFAULT '0', `bug_rot_z` float NOT NULL DEFAULT '0', `bug_message` varchar(128) NOT NULL DEFAULT '( No Message )', `bug_svr_start` int(32) NOT NULL DEFAULT '0', `bug_session` int(11) NOT NULL DEFAULT '0', `bug_state` int(11) NOT NULL DEFAULT '0', `bug_who_state` int(11) NOT NULL DEFAULT '0', `bug_when_state` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`bug_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='User Submitted Bugs'; -- Dumping data for table db24053.bug_main: ~1 rows (approximately) /*!40000 ALTER TABLE `bug_main` DISABLE KEYS */; INSERT INTO `bug_main` (`bug_id`, `bug_server`, `bug_who_added`, `bug_when_added`, `bug_script_ver`, `bug_pos_x`, `bug_pos_y`, `bug_pos_z`, `bug_rot_z`, `bug_message`, `bug_svr_start`, `bug_session`, `bug_state`, `bug_who_state`, `bug_when_state`) VALUES (1, 1, -1, 1607368850, '1.0', 0, 0, 0, 0, 'Test', 2147483647, 0, 0, 0, 0); /*!40000 ALTER TABLE `bug_main` ENABLE KEYS */; -- Dumping structure for table db24053.clan_main CREATE TABLE IF NOT EXISTS `clan_main` ( `clan_id` int(11) NOT NULL AUTO_INCREMENT, `clan_server` int(11) NOT NULL DEFAULT '0', `clan_name` varchar(64) NOT NULL DEFAULT '', `clan_tag` varchar(16) NOT NULL DEFAULT '', `clan_owner` int(11) NOT NULL DEFAULT '0', `clan_created` int(32) NOT NULL DEFAULT '0', `clan_deleted` tinyint(1) NOT NULL DEFAULT '0', `clan_who_deleted` int(32) NOT NULL DEFAULT '0', `clan_when_deleted` int(32) NOT NULL DEFAULT '0', PRIMARY KEY (`clan_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Clans'; -- Dumping data for table db24053.clan_main: ~0 rows (approximately) /*!40000 ALTER TABLE `clan_main` DISABLE KEYS */; /*!40000 ALTER TABLE `clan_main` ENABLE KEYS */; -- Dumping structure for table db24053.clan_members CREATE TABLE IF NOT EXISTS `clan_members` ( `clan_member_id` int(11) NOT NULL AUTO_INCREMENT, `clan_rank_server` tinyint(2) NOT NULL DEFAULT '0', `clan_member_clan` int(11) NOT NULL DEFAULT '0', `clan_member_acct` int(11) NOT NULL DEFAULT '0', `clan_member_custom_title` varchar(64) NOT NULL DEFAULT '', `clan_member_custom_tag` varchar(16) NOT NULL DEFAULT '', `clan_member_flags` int(32) NOT NULL DEFAULT '0', `clan_member_rank` int(11) NOT NULL DEFAULT '0', `clan_member_removed` tinyint(1) NOT NULL DEFAULT '1', `clan_member_who_removed` int(11) NOT NULL DEFAULT '0', `clan_member_who_added` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`clan_member_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Clans - Members'; -- Dumping data for table db24053.clan_members: ~0 rows (approximately) /*!40000 ALTER TABLE `clan_members` DISABLE KEYS */; /*!40000 ALTER TABLE `clan_members` ENABLE KEYS */; -- Dumping structure for table db24053.clan_ranks CREATE TABLE IF NOT EXISTS `clan_ranks` ( `clan_rank_id` int(11) NOT NULL AUTO_INCREMENT, `clan_rank_clan` int(11) NOT NULL DEFAULT '0', `clan_rank_name` varchar(64) NOT NULL DEFAULT '', `clan_rank_custom_tag` varchar(16) NOT NULL DEFAULT '', `clan_rank_flags` int(32) NOT NULL DEFAULT '0', `clan_rank_after_rank_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`clan_rank_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Clans - Ranks'; -- Dumping data for table db24053.clan_ranks: ~0 rows (approximately) /*!40000 ALTER TABLE `clan_ranks` DISABLE KEYS */; /*!40000 ALTER TABLE `clan_ranks` ENABLE KEYS */; -- Dumping structure for table db24053.error_main CREATE TABLE IF NOT EXISTS `error_main` ( `error_id` int(11) NOT NULL AUTO_INCREMENT, `error_server` tinyint(2) NOT NULL DEFAULT '0', `error_when_added` int(32) NOT NULL, `error_script_ver` varchar(16) NOT NULL DEFAULT '0.0', `error_module` int(11) NOT NULL DEFAULT '0', `error_file` text NOT NULL, `error_line` int(11) NOT NULL DEFAULT '0', `error_locals` text NOT NULL, `error_func` varchar(128) NOT NULL DEFAULT 'Unknown', PRIMARY KEY (`error_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Error Reports'; -- Dumping data for table db24053.error_main: ~0 rows (approximately) /*!40000 ALTER TABLE `error_main` DISABLE KEYS */; /*!40000 ALTER TABLE `error_main` ENABLE KEYS */; -- Dumping structure for table db24053.house_main CREATE TABLE IF NOT EXISTS `house_main` ( `house_id` int(11) NOT NULL AUTO_INCREMENT, `house_server` int(11) NOT NULL DEFAULT '0', `house_entrance_pos_x` float NOT NULL, `house_entrance_pos_y` float NOT NULL, `house_entrance_pos_z` float NOT NULL, `house_entrance_rot_z` float NOT NULL, `house_entrance_int` int(11) NOT NULL, `house_entrance_vw` int(11) NOT NULL DEFAULT '0', `house_entrance_pickup` int(11) NOT NULL, `house_entrance_blip` int(11) NOT NULL, `house_exit_pos_x` float NOT NULL, `house_exit_pos_y` float NOT NULL, `house_exit_pos_z` float NOT NULL, `house_exit_rot_z` float NOT NULL, `house_exit_int` int(11) NOT NULL DEFAULT '0', `house_exit_vw` int(11) NOT NULL, `house_exit_pickup` int(11) NOT NULL, `house_exit_blip` int(11) NOT NULL, `house_description` varchar(64) NOT NULL DEFAULT '', `house_buy_price` int(11) NOT NULL, `house_rent_price` int(11) NOT NULL, `house_owner_type` int(11) NOT NULL, `house_owner_id` int(11) NOT NULL, `house_locked` int(11) NOT NULL, PRIMARY KEY (`house_id`) USING BTREE ) ENGINE=MyISAM AUTO_INCREMENT=1914 DEFAULT CHARSET=latin1 COMMENT='Houses'; -- Dumping data for table db24053.house_main: 1,910 rows /*!40000 ALTER TABLE `house_main` DISABLE KEYS */; INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1, 4, 1298.55, -798.182, 84.138, 0, 0, 0, 0, 0, 1298.81, -796.658, 1084.01, 0, 5, 0, 0, 0, 'Madd Doggs house', 5250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (2, 4, -418.648, -1759.54, 6.21, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Small Cottage', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (3, 4, 657.218, -1652.65, 15.399, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (4, 4, 693.76, -1645.79, 4.09, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (5, 4, 693.57, -1705.87, 3.809, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (6, 4, 766.9, -1606.18, 13.8, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (7, 4, 768.07, -1655.99, 5.598, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (8, 4, 769.218, -1696.74, 5.15, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (9, 4, 769.2, -1745.85, 13.069, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (10, 4, 653.58, -1714, 14.76, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (11, 4, 1906.04, -1112.94, 26.659, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (12, 4, 1939.23, -1114.51, 27.45, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (13, 4, 1999.97, -1114.05, 27.12, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (14, 4, 2022.92, -1120.26, 26.42, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (15, 4, 2095.33, -1145.13, 26.59, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (16, 4, 2092.24, -1166.36, 26.579, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (17, 4, 793.989, -1707.45, 14.029, 0, 0, 0, 0, 0, 2365.27, -1135.59, 1050.88, 0, 8, 0, 0, 0, 'Mexican Style House', 350000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (18, 4, 1886.26, -1113.66, 26.27, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (19, 4, 1921.35, -1115.18, 27.079, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (20, 4, 1955.4, -1115.35, 27.829, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 400, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (21, 4, 2045.5, -1116.63, 26.36, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (22, 4, 2093.99, -1122.78, 27.68, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 650, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (23, 4, 2091.67, -1184.45, 27.048, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (24, 4, 769.049, -1726.35, 13.43, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (25, 4, 794.89, -1691.99, 14.46, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (26, 4, 2495.41, -1690.94, 14.76, 0, 0, 0, 0, 0, 2495.97, -1692.08, 1014.74, 0, 3, 0, 0, 0, 'Simple House', 65000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (28, 4, 2126.68, -1320.68, 26.62, 0, 0, 0, 0, 0, 234.162, 1064.23, 1084.21, 0, 6, 0, 0, 0, 'Simple House', 800000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (29, 4, 2091.05, -1278.14, 26.17, 0, 0, 0, 0, 0, 2196.53, -1204.18, 1049.02, 0, 6, 0, 0, 0, '2 Bedroom House', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (30, 4, 2191.64, -1275.82, 25.149, 0, 0, 0, 0, 0, 2196.53, -1204.18, 1049.02, 0, 6, 0, 0, 0, '2 Bedroom House', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (31, 4, 2229.66, -1241.52, 25.649, 0, 0, 0, 0, 0, 2196.53, -1204.18, 1049.02, 0, 6, 0, 0, 0, '2 Bedroom House', 100000, 5, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (32, 4, 2100.94, -1321.8, 25.95, 0, 0, 0, 0, 0, 2269.92, -1210.37, 1047.56, 0, 10, 0, 0, 0, 'Big Living Style', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (33, 4, 2132.32, -1280.12, 25.888, 0, 0, 0, 0, 0, 2269.92, -1210.37, 1047.56, 0, 10, 0, 0, 0, 'Big Living Style', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (34, 4, 2250.2, -1280.32, 25.468, 0, 0, 0, 0, 0, 2269.92, -1210.37, 1047.56, 0, 10, 0, 0, 0, 'Big Living Style', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (35, 4, 2249.92, -1238.89, 25.888, 0, 0, 0, 0, 0, 2269.92, -1210.37, 1047.56, 0, 10, 0, 0, 0, 'Big Living Style', 80000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (36, 4, 2153.82, -1243.53, 25.36, 0, 0, 0, 0, 0, 2269.92, -1210.37, 1047.56, 0, 10, 0, 0, 0, 'Big Living Style', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (37, 4, 2110.99, -1244.32, 25.85, 0, 0, 0, 0, 0, 2269.92, -1210.37, 1047.56, 0, 10, 0, 0, 0, 'Big Living Style', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (38, 4, 2148.55, -1319.82, 25.739, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (39, 4, 2150.21, -1285.45, 24.19, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (40, 4, 2230.1, -1280.56, 25.36, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (41, 4, 2209.74, -1239.99, 24.138, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (42, 4, 2133.39, -1232.84, 24.42, 0, 0, 0, 0, 0, 2333.12, -1077.13, 1049.02, 0, 6, 0, 0, 0, 'Minor Manor', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (43, 4, 2148.73, -1484.85, 26.62, 0, 0, 0, 0, 0, 234.162, 1064.23, 1084.21, 0, 6, 0, 0, 0, 'Minor Manor', 800000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (44, 4, 2023.31, -1053.15, 25.59, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (45, 4, 2036.12, -1059.42, 25.649, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (46, 4, 2050.9, -1065.83, 25.78, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Simple House', 65000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (47, 4, 2150.76, -1400.63, 25.79, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (48, 4, 2151.7, -1446.33, 25.77, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (49, 4, 2190.69, -1487.68, 25.77, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (50, 4, 2196.48, -1404.19, 25.61, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (51, 4, 2147.69, -1366.65, 25.638, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (52, 4, 2188.83, -1419.29, 26.149, 0, 0, 0, 0, 0, 2196.53, -1204.18, 1049.02, 0, 6, 0, 0, 0, '2 Bedroom House', 100000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (53, 4, 2150.8, -1419.01, 25.92, 0, 0, 0, 0, 0, 2269.92, -1210.37, 1047.56, 0, 10, 0, 0, 0, 'Big Living Style', 80000, 1500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (54, 4, 2190.55, -1470.42, 25.909, 0, 0, 0, 0, 0, 2269.92, -1210.37, 1047.56, 0, 10, 0, 0, 0, 'Big Living Style', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (55, 4, 2149.5, -1433.73, 25.94, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'Cheap Stuff', 35000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (56, 4, 2373.97, -1138.92, 29.048, 0, 0, 0, 0, 0, -68.847, 1351.31, 1080.21, 0, 6, 0, 0, 0, 'Cheap Stuff', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (57, 4, 2488.07, -1135.61, 39.43, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'Cheap Stuff', 35000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (58, 4, 2394.96, -1133.67, 30.708, 0, 0, 0, 0, 0, 2196.53, -1204.18, 1049.02, 0, 6, 0, 0, 0, '2 Bedroom House', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (59, 4, 2191.74, -1239.03, 24.149, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (60, 4, 2090.73, -1234.89, 25.68, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (61, 4, 2207.91, -1281.05, 24.79, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (62, 4, 2202.75, -1363.93, 25.86, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (63, 4, 2129.66, -1361.94, 25.798, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (64, 4, 2146.49, -1470.47, 25.708, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (65, 4, 2194.53, -1442.93, 25.739, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (66, 4, 2230.44, -1396.88, 24.239, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (67, 4, 2243.47, -1396.96, 24.239, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (68, 4, 2256.46, -1396.92, 24.239, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (69, 4, 2263.89, -1469.58, 24.04, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (70, 4, 2247.69, -1469.54, 24.138, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (71, 4, 2232.56, -1469.54, 24.25, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (72, 4, 2510.35, -1132.66, 41.29, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (73, 4, 2185.15, -1364, 25.819, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (74, 4, 2061.06, -1075.35, 25.68, 0, 0, 0, 0, 0, 2218.35, -1076.26, 1050.48, 0, 1, 0, 0, 0, 'Light Living', 48000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (75, 4, 1959.58, -1070.07, 24.79, 0, 0, 0, 0, 0, 243.979, 304.98, 999.14, 0, 1, 0, 0, 0, 'Dirty Laundry', 10500, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (76, 4, 1954.38, -1074.93, 24.79, 0, 0, 0, 0, 0, 243.979, 304.98, 999.14, 0, 1, 0, 0, 0, 'Dirty Laundry', 10500, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (77, 4, 1934.04, -1071.51, 24.409, 0, 0, 0, 0, 0, 243.979, 304.98, 999.14, 0, 1, 0, 0, 0, 'Dirty Laundry', 10500, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (78, 4, 1939.27, -1066.39, 24.409, 0, 0, 0, 0, 0, 243.979, 304.98, 999.14, 0, 1, 0, 0, 0, 'Dirty Laundry', 10500, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (79, 4, 1916.88, -1064.77, 24.12, 0, 0, 0, 0, 0, 243.979, 304.98, 999.14, 0, 1, 0, 0, 0, 'Dirty Laundry', 10500, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (80, 4, 1912.61, -1070.55, 24.229, 0, 0, 0, 0, 0, 243.979, 304.98, 999.14, 0, 1, 0, 0, 0, 'Dirty Laundry', 10500, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (81, 4, 1896.04, -1064.84, 23.93, 0, 0, 0, 0, 0, 243.979, 304.98, 999.14, 0, 1, 0, 0, 0, 'Dirty Laundry', 10500, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (82, 4, 1891.77, -1070.53, 23.93, 0, 0, 0, 0, 0, 243.979, 304.98, 999.14, 0, 1, 0, 0, 0, 'Dirty Laundry', 10500, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (83, 4, 2077.3, -1056.98, 31.34, 0, 0, 0, 0, 0, 2218.35, -1076.26, 1050.48, 0, 1, 0, 0, 0, 'Light Living', 48000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (84, 4, 2157.15, -1072.39, 40.49, 0, 0, 0, 0, 0, 2237.51, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Long John', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (85, 4, 2188.76, -1081.51, 43.83, 0, 0, 0, 0, 0, 2237.51, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Long John', 80000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (86, 4, 2207.5, -1100.43, 31.548, 0, 0, 0, 0, 0, 2237.51, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Long John', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (87, 4, 2213.22, -1000.31, 68.23, 0, 0, 0, 0, 0, 140.229, 1366, 1083.85, 0, 5, 0, 0, 0, 'Secret Hideout', 1000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (88, 4, 1283.54, -897.848, 42.868, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (89, 4, 1291.02, -896.89, 42.88, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (90, 4, 1291.02, -896.859, 46.618, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (91, 4, 1283.53, -897.82, 46.618, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 40, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (92, 4, 1291.82, -903.07, 46.63, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (93, 4, 1284.36, -903.979, 46.63, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (94, 4, 1284.34, -904.03, 42.88, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (95, 4, 1291.83, -903.03, 42.88, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (96, 4, 1288.34, -873.89, 43.06, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (97, 4, 1280.86, -874.848, 42.93, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (98, 4, 1287.53, -867.679, 43.138, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (99, 4, 1280.08, -868.619, 42.916, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (100, 4, 1287.53, -867.739, 46.83, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (101, 4, 1280.04, -868.609, 46.83, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 250, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (102, 4, 1288.33, -873.82, 46.84, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (103, 4, 1280.86, -874.859, 46.84, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (104, 4, 1249.61, -877.299, 42.88, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (105, 4, 1242.11, -878.229, 42.868, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (106, 4, 1248.8, -871.14, 42.88, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (107, 4, 1241.31, -872.09, 42.88, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (108, 4, 1248.8, -871.15, 46.63, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (109, 4, 1241.3, -872.059, 46.63, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (110, 4, 1249.61, -877.28, 46.638, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (111, 4, 1242.12, -878.218, 46.638, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (112, 4, 1252.88, -901.869, 42.88, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (113, 4, 1245.4, -902.83, 42.88, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (114, 4, 1253.7, -908.059, 42.88, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (115, 4, 1246.24, -909.03, 42.88, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (116, 4, 1246.21, -908.979, 46.597, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (117, 4, 1253.71, -908.098, 46.597, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (118, 4, 1245.4, -902.799, 46.59, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (119, 4, 1252.89, -901.88, 46.59, 0, 0, 0, 0, 0, 328.493, 1480.59, 1084.45, 0, 15, 0, 0, 0, 'Little Apartment', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (120, 4, 1111.5, -976.299, 42.756, 0, 0, 0, 0, 0, 2333.12, -1077.13, 1049.02, 0, 6, 0, 0, 0, 'Ugly but Big', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (121, 4, 1496.99, -687.89, 95.555, 0, 0, 0, 0, 0, 225.699, 1021.44, 1084.01, 0, 7, 0, 0, 0, 'Major Manor', 3000000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (122, 4, 980.468, -677.26, 121.97, 0, 0, 0, 0, 0, 225.699, 1021.44, 1084.01, 0, 7, 0, 0, 0, 'Major Manor', 3000000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (123, 4, 251.429, -1220.21, 76.097, 0, 0, 0, 0, 0, 225.699, 1021.44, 1084.01, 0, 7, 0, 0, 0, 'Major Manor', 3000000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (124, 4, 253.179, -1270.01, 74.416, 0, 0, 0, 0, 0, 140.229, 1366, 1083.85, 0, 5, 0, 0, 0, 'Fancy Mansion', 1800000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (125, 4, 300.25, -1154.46, 81.388, 0, 0, 0, 0, 0, 140.229, 1366, 1083.85, 0, 5, 0, 0, 0, 'Major Manor', 1800000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (126, 4, 189.63, -1308.16, 70.236, 0, 0, 0, 0, 0, 140.229, 1366, 1083.85, 0, 5, 0, 0, 0, 'Major Manor', 1800000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (127, 4, 1122.7, -2036.98, 69.888, 0, 0, 0, 0, 0, 1298.8, -796.9, 1084.01, 0, 5, 0, 0, 0, 'Major Manor', 3000000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (128, 4, 1981.07, -1682.85, 17.048, 0, 0, 0, 0, 0, 234.162, 1064.23, 1084.21, 0, 6, 0, 0, 0, 'Major Manor', 800000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (129, 4, 1980.37, -1718.91, 17.03, 0, 0, 0, 0, 0, 234.162, 1064.23, 1084.21, 0, 6, 0, 0, 0, 'Minor Manor', 800000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (130, 4, 2015.34, -1732.57, 14.229, 0, 0, 0, 0, 0, 2196.53, -1204.18, 1049.02, 0, 6, 0, 0, 0, 'Idlewood House', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (131, 4, 2017.97, -1703.38, 14.229, 0, 0, 0, 0, 0, 2196.53, -1204.18, 1049.02, 0, 6, 0, 0, 0, '2 Bedroom House', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (132, 4, 2067.42, -1731.62, 13.869, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (133, 4, 2068.06, -1628.89, 13.869, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (134, 4, 2016.21, -1641.67, 13.779, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Small House', 45000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (135, 4, 2015.82, -1716.99, 13.97, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'Cheap Stuff', 35000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (136, 4, 2066.97, -1656.47, 14.069, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'Cheap Stuff', 35000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (137, 4, 2191.58, -1455.88, 25.79, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'Cheap Stuff', 35000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (138, 4, 2067.74, -1643.74, 13.8, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (139, 4, 2066.42, -1717.06, 13.8, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (140, 4, 2013.31, -1656.37, 13.8, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (141, 4, 2017.86, -1629.93, 13.71, 0, 0, 0, 0, 0, 260.989, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Hallway House', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (142, 4, 2065.24, -1703.52, 14.14, 0, 0, 0, 0, 0, -42.58, 1405.59, 1084.42, 0, 8, 0, 0, 0, 'Low Light Living', 70000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (143, 4, 1969.35, -1705.42, 15.96, 0, 0, 0, 0, 0, 2218.04, -1076.24, 1050.48, 0, 1, 0, 0, 0, 'Fancy Apartment', 20000, 1500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (144, 4, 1973.28, -1705.26, 15.96, 0, 0, 0, 0, 0, 2218.04, -1076.24, 1050.48, 0, 1, 0, 0, 0, 'Fancy Apartment', 20000, 2000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (145, 4, 1969.4, -1654.77, 15.96, 0, 0, 0, 0, 0, 2218.04, -1076.24, 1050.48, 0, 1, 0, 0, 0, 'Fancy Apartment', 20000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (146, 4, 1973.36, -1654.67, 15.96, 0, 0, 0, 0, 0, 2218.04, -1076.24, 1050.48, 0, 1, 0, 0, 0, 'Fancy Apartment', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (147, 4, 1967.48, -1633.76, 15.96, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (148, 4, 1972.28, -1633.71, 15.96, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (149, 4, 1976.04, -1634.06, 16.208, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 50, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (150, 4, 1967.56, -1633.71, 18.559, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (151, 4, 1972.32, -1633.71, 18.559, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (152, 4, 1976.13, -1634.05, 18.559, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 50, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (153, 4, 1969.98, -1671.4, 15.96, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (154, 4, 1974.85, -1671.26, 15.96, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (155, 4, 1978.75, -1671.54, 16.18, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 5, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (156, 4, 1970.06, -1671.19, 18.54, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (157, 4, 1974.86, -1671.2, 18.54, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (158, 4, 1978.74, -1671.51, 18.54, 0, 0, 0, 0, 0, 2233.68, -1115.06, 1050.88, 0, 5, 0, 0, 0, 'Light Apartment', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (159, 4, 2082.44, -1085.14, 25.687, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (160, 4, 2075.29, -1081.9, 25.68, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 10, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (161, 4, 2140.68, -1082.55, 25.034, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Small', 20000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (162, 4, 2145.24, -1084.66, 25.034, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Small', 20000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (163, 4, 2334.6, -1203.99, 27.975, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (164, 4, 2324.33, -1218.84, 27.975, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (165, 4, 2334.65, -1234.66, 27.975, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (166, 4, 2324.47, -1249.51, 27.975, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (167, 4, 2334.7, -1266.12, 27.968, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (168, 4, 2324.44, -1280.97, 27.982, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (169, 4, 2427.38, -1135.77, 34.708, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (170, 4, 2467.56, -1200.41, 36.811, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (171, 4, 2492.17, -1239.01, 37.902, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (172, 4, 2494.1, -1224.25, 37.902, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (173, 4, 2472.9, -1238.12, 32.569, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (174, 4, 2474.9, -1223.36, 32.569, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (175, 4, 2469.18, -1278.36, 30.364, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (176, 4, 2470.37, -1295.52, 30.232, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (177, 4, 2434.8, -1289.29, 25.347, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 5, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (178, 4, 2433.94, -1303.35, 25.322, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (179, 4, 2433.93, -1320.68, 25.322, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (180, 4, 2439.59, -1338.72, 24.1, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (181, 4, 2439.59, -1357.14, 24.1, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (182, 4, -2789.59, -181.41, 10.062, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (183, 4, 2421.23, -1277.2, 24.756, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (184, 4, 2420.02, -1287.25, 25.347, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (185, 4, 2419.23, -1301.95, 25.572, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (186, 4, 2419.23, -1319.22, 25.572, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (187, 4, 2424.89, -1336.86, 24.322, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (188, 4, 2424.89, -1355.15, 24.322, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (189, 4, -2786.77, -175.214, 10.062, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (190, 4, 2487.35, -1398.81, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 2000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (191, 4, 2487.3, -1410.34, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (192, 4, 2492.25, -1398.81, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (193, 4, 2495.38, -1398.81, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (194, 4, -2790.4, -168.274, 7.201, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (195, 4, 2495.29, -1410.34, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (196, 4, 2492.18, -1410.34, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (197, 4, 2476.27, -1410.34, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (198, 4, 2473.14, -1410.34, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (199, 4, 2468.25, -1410.34, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (200, 4, -2791.99, -160.475, 10.053, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (201, 4, 2476.4, -1398.81, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (202, 4, 2476.25, -1391.71, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (203, 4, 2473.12, -1391.71, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (204, 4, 2468.3, -1391.71, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (205, 4, 2468.3, -1383.37, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (206, 4, 2473.17, -1383.37, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (207, 4, 2476.42, -1383.37, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (208, 4, -2792.89, -153.151, 7.596, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Very Light Green House In SF', 55000, 3000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (209, 4, 2487.38, -1383.38, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (210, 4, 2492.22, -1383.37, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (211, 4, 2495.4, -1383.37, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (212, 4, 2487.29, -1391.71, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (213, 4, 2492.12, -1391.71, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 250, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (214, 4, -2791.86, -145.983, 7.859, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Blue House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (215, 4, 2495.35, -1391.71, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (216, 4, 2495.41, -1417.44, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (217, 4, -2791.99, -134.462, 10.053, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (218, 4, 2495.3, -1424.58, 29.016, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (219, 4, 2492.09, -1424.58, 29.016, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (220, 4, 2492.27, -1417.44, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (221, 4, 2487.35, -1424.58, 29.016, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (222, 4, 2487.34, -1417.44, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (223, 4, 2476.25, -1424.58, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 50, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (224, 4, 2476.39, -1417.44, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (225, 4, 2473.12, -1417.44, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (226, 4, 2473.09, -1424.57, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (227, 4, 2468.3, -1424.58, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (228, 4, 2468.34, -1417.45, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (229, 4, 2495.35, -1431.68, 29.016, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (230, 4, 2492.26, -1431.68, 29.016, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (231, 4, 2487.3, -1431.68, 29.016, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (232, 4, 2476.45, -1431.68, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (233, 4, -2793.14, -126.986, 7.184, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Light Green House In SF', 55000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (234, 4, 2473.24, -1431.68, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 999, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (235, 4, 2468.35, -1431.68, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (236, 4, 2473.14, -1398.81, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 20, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (237, 4, 2468.39, -1398.81, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (238, 4, 2468.32, -1376.27, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (239, 4, 2473.15, -1376.27, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (240, 4, 2476.3, -1376.27, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (241, 4, -2786.77, -118.259, 10.062, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (242, 4, 2473.17, -1366.2, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (243, 4, 2468.38, -1366.2, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (244, 4, 2476.37, -1366.2, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (245, 4, 2487.39, -1366.2, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (246, 4, -2790.34, -111.142, 7.201, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (247, 4, 2487.3, -1376.27, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (248, 4, 2492.3, -1366.2, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (249, 4, 2492.08, -1376.27, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (250, 4, 2495.31, -1376.27, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (251, 4, 2495.47, -1366.21, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (252, 4, -2791.85, -107.452, 7.859, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Green/Brick House In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (253, 4, -2791.99, -94.976, 10.053, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (254, 4, -2786.77, -89.706, 10.062, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (255, 4, -2790.42, -82.527, 7.195, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (256, 4, 2495.33, -1359.1, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (257, 4, 2492.1, -1359.1, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (258, 4, 2487.26, -1359.1, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (259, 4, 2476.28, -1359.1, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (260, 4, 2473.07, -1359.1, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (261, 4, 2468.24, -1359.1, 29.312, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (262, 4, -2789.24, -52.58, 10.062, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (263, 4, -2791.91, -41.819, 10.053, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (264, 4, 2483.95, -1280.35, 30.468, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 150, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (265, 4, 2482.75, -1293.35, 30.232, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (266, 4, -2791.83, -35.903, 7.859, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Blue House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (267, 4, 2529.65, -1243.31, 43.971, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (268, 4, 2531.05, -1228.61, 43.721, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (269, 4, -2791.84, -24.284, 10.053, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Blue House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (270, 4, 2551.05, -1233.79, 49.331, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 600, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (271, 4, -2791.59, -17.635, 7.859, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Green/Brick House In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (272, 4, 2514.62, -1240.45, 39.34, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (273, 4, 2516.52, -1225.75, 39.09, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (274, 4, -2786.76, 0.266, 10.062, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (275, 4, -2790.48, 7.368, 7.195, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (276, 4, -2793.14, 11.194, 7.431, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Light Pink/Brick House In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (277, 4, 2550.3, -1209.05, 54.54, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (278, 4, -2793.15, 21.315, 7.184, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Green Normal Size House In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (279, 4, 2550.19, -1197.53, 60.84, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (280, 4, 2520.65, -1209.48, 50.291, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (281, 4, 2520.61, -1198, 56.597, 0, 0, 0, 0, 0, 328.13, 1477.9, 1084.43, 0, 15, 0, 0, 0, 'Medium House Ghetto LS', 12000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (282, 4, -2787, 62.868, 10.062, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (283, 4, -2790.53, 69.661, 7.201, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (284, 4, -2791.79, 77.584, 10.053, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (285, 4, 2601.05, -1200.15, 59.5, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (286, 4, 2601.05, -1203.08, 58.727, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (287, 4, 2601.05, -1207.58, 57.791, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (288, 4, -2792.85, 84.944, 7.622, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Very Light Green House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (289, 4, 2594.5, -1207.54, 57.651, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (290, 4, 2594.5, -1203, 58.576, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (291, 4, 2594.5, -1200.09, 59.354, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (292, 4, -2791.59, 92.177, 7.859, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Blue House In SF', 85000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (293, 4, 2601.05, -1211.81, 56.659, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (294, 4, 2594.5, -1211.8, 56.513, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (295, 4, 2601.05, -1216.41, 55.269, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (296, 4, 2594.5, -1216.38, 55.111, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (297, 4, -2791.82, 103.598, 10.053, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (298, 4, 2601.05, -1220.59, 53.916, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 120, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (299, 4, 2594.5, -1220.49, 53.763, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 449, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (300, 4, 2601.05, -1224.74, 52.625, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (301, 4, 2594.5, -1224.71, 52.477, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (302, 4, 2601.05, -1229.29, 51.34, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (303, 4, -2793.14, 110.986, 7.184, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Light Green House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (304, 4, 2594.5, -1229.26, 51.187, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (305, 4, 2601.05, -1233.56, 50.111, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (306, 4, 2594.5, -1233.55, 49.962, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (307, 4, 2601.05, -1238.12, 48.715, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 10, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (308, 4, 2594.5, -1238.05, 48.562, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (309, 4, -2786.98, 119.901, 10.062, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (310, 4, 2608.15, -1200.07, 60.991, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (311, 4, 2615.11, -1200.1, 60.777, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (312, 4, -2790.59, 126.902, 7.201, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (313, 4, 2608.15, -1203, 60.215, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (314, 4, 2615.11, -1203.1, 60, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (315, 4, 2608.15, -1207.57, 59.283, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 90, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (316, 4, 2615.11, -1207.64, 59.069, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (317, 4, 2608.15, -1211.73, 58.147, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (318, 4, 2615.11, -1211.84, 57.937, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (319, 4, 2608.15, -1216.28, 56.761, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (320, 4, 2615.11, -1216.3, 56.539, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (321, 4, 2608.15, -1220.51, 55.409, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (322, 4, 2615.11, -1220.58, 55.187, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (323, 4, 2608.15, -1224.64, 54.117, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (324, 4, -2791.68, 130.617, 7.859, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Green/Brick House In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (325, 4, 2615.11, -1224.75, 53.896, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (326, 4, 2608.15, -1229.19, 52.832, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (327, 4, 2615.11, -1229.28, 52.609, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (328, 4, 2608.15, -1233.42, 51.602, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (329, 4, 2615.11, -1233.57, 51.381, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (330, 4, 2608.15, -1238.01, 50.205, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Safehouse', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (331, 4, 2615.11, -1238.09, 49.984, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (332, 4, -2791.81, 143.255, 10.053, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (333, 4, 2587.4, -1238.14, 48.562, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (334, 4, 2587.4, -1233.59, 49.962, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (335, 4, 2587.4, -1229.28, 51.187, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (336, 4, 2587.4, -1224.72, 52.477, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (337, 4, 2587.39, -1220.59, 53.763, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (338, 4, 2587.4, -1216.4, 55.111, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (339, 4, 2587.4, -1211.86, 56.513, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (340, 4, 2587.4, -1207.67, 57.651, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 400, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (341, 4, 2587.4, -1203.17, 58.576, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (342, 4, 2587.4, -1200.11, 59.354, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (343, 4, -2789.34, 183.695, 10.062, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (344, 4, 2622.21, -1237.97, 51.268, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (345, 4, 2622.21, -1233.49, 52.665, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (346, 4, 2622.21, -1229.17, 53.894, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (347, 4, 2622.21, -1224.62, 55.18, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (348, 4, 2622.21, -1220.51, 56.472, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (349, 4, 2622.22, -1216.29, 57.823, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (350, 4, 2622.21, -1211.76, 59.209, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (351, 4, -2791.81, 194.57, 10.053, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (352, 4, 2622.22, -1207.58, 60.346, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (353, 4, 2622.22, -1203.05, 61.278, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (354, 4, 2622.22, -1199.95, 62.054, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (355, 4, -2791.65, 200.578, 7.859, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Blue House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (356, 4, -2791.81, 212, 10.053, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Blue House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (357, 4, -2791.6, 218.567, 7.859, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Green/Brick House In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (358, 4, 2663.18, -1238.14, 55.673, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (359, 4, 2663.18, -1233.56, 57.069, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (360, 4, 2663.18, -1229.27, 58.298, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 10, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (361, 4, 2663.18, -1224.83, 59.584, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (362, 4, 2663.18, -1220.59, 60.874, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (363, 4, 2663.18, -1216.33, 62.222, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (364, 4, 2663.18, -1211.8, 63.623, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (365, 4, 2663.18, -1207.64, 64.76, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (366, 4, 2663.18, -1203.19, 65.682, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (367, 4, 2663.18, -1200.14, 66.467, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (368, 4, 2670.28, -1200.04, 66.496, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (369, 4, 2670.28, -1203.03, 65.727, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (370, 4, 2670.28, -1207.56, 64.804, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (371, 4, 2670.28, -1211.74, 63.666, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (372, 4, 2670.28, -1216.36, 62.262, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (373, 4, 2670.28, -1220.46, 60.923, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (374, 4, 2670.28, -1224.74, 59.629, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (375, 4, 2670.28, -1229.17, 58.36, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (376, 4, 2670.28, -1233.48, 57.123, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (377, 4, 2670.28, -1238.05, 55.728, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (378, 4, 2683.44, -1238.05, 56.019, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (379, 4, 2683.44, -1233.54, 57.416, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (380, 4, 2683.44, -1229.32, 58.645, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (381, 4, 2683.44, -1224.74, 59.93, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (382, 4, 2683.44, -1220.6, 61.222, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (383, 4, 2683.44, -1216.35, 62.574, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (384, 4, 2683.44, -1211.88, 63.963, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (385, 4, 2683.44, -1207.64, 65.097, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (386, 4, 2683.44, -1203.14, 66.029, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (387, 4, 2683.44, -1200.19, 66.805, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (388, 4, 2690.54, -1200.05, 68.293, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (389, 4, 2700.21, -1200.19, 68.97, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (390, 4, 2690.54, -1202.95, 67.522, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (391, 4, 2700.21, -1203.11, 68.194, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (392, 4, 2690.54, -1207.56, 66.585, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (393, 4, 2700.2, -1207.66, 67.261, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (394, 4, 2700.2, -1211.84, 66.125, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (395, 4, 2690.54, -1211.79, 65.454, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (396, 4, 2700.2, -1216.36, 64.736, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (397, 4, 2690.54, -1216.25, 64.065, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (398, 4, 2700.21, -1220.59, 63.388, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (399, 4, -2724.67, -191.322, 4.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (400, 4, 2690.54, -1220.48, 62.715, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (401, 4, 2700.2, -1224.74, 62.095, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (402, 4, 2690.55, -1224.79, 61.423, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (403, 4, 2700.21, -1229.31, 60.81, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (404, 4, 2690.54, -1229.15, 60.136, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (405, 4, -2728.16, -184.179, 7.203, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment In SF 2nd Floor', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (406, 4, 2700.21, -1233.57, 59.581, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (407, 4, 2690.54, -1233.41, 58.907, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (408, 4, 2700.2, -1238.05, 58.18, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (409, 4, 2690.54, -1238.06, 57.506, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (410, 4, -2723.15, -179.074, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (411, 4, 2707.3, -1237.91, 59.673, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (412, 4, 2707.31, -1233.54, 61.069, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (413, 4, 2707.3, -1229.25, 62.298, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (414, 4, 2707.31, -1224.67, 63.583, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (415, 4, 2707.3, -1220.59, 64.877, 0, 0, 0, 0, 0, 222.93, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (416, 4, 2707.3, -1216.32, 66.225, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (417, 4, 2707.3, -1211.75, 67.614, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (418, 4, -2723.32, -166.457, 5, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Green/Brick House In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (419, 4, 2707.31, -1207.58, 68.75, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (420, 4, 2707.31, -1203.04, 69.681, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (421, 4, 2707.31, -1200.06, 70.458, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (422, 4, -2724.67, -162.744, 4.342, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (423, 4, -2728.16, -155.699, 7.203, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (424, 4, -2721.77, -146.755, 4.335, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Green House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (425, 4, -2723.03, -139.395, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (426, 4, -2723.33, -127.869, 5, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Blue House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (427, 4, 2781.94, -1358.42, 26.37, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Medium', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (428, 4, -2722.05, -120.75, 4.76, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Very Light Green House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (429, 4, 2781.94, -1333.42, 32.395, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Medium', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (430, 4, 2782.15, -1306.33, 38.886, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Medium', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (431, 4, 2782.15, -1281.21, 44.368, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Medium', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (432, 4, 2809.53, -1324.86, 33.868, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Medium', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (433, 4, 2809.53, -1302.93, 38.928, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Medium', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (434, 4, 2809.53, -1281.04, 43.9, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Medium', 25000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (435, 4, -2723.02, -113.389, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (436, 4, 2807.98, -1353.99, 27.218, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Medium', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (437, 4, 2807.98, -1369.6, 23.582, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment LS Medium', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (438, 4, -2724.65, -105.619, 4.342, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (439, 4, -2728.17, -98.413, 7.203, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (440, 4, 2846.99, -1309.7, 14.704, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Ls House Near Beach Medium', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (441, 4, -2725.75, -92.375, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (442, 4, -2724.7, -58.02, 4.342, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (443, 4, -2728.19, -51.062, 7.203, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (444, 4, 2851.85, -1365.97, 14.17, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (445, 4, -2722.11, -44.712, 4.769, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Very Light Green House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (446, 4, -2725.64, -36.597, 7.195, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (447, 4, -2721.8, -23.27, 4.57, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Pink/Brick House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (448, 4, 2808.05, -1190.89, 25.34, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (449, 4, 2808.01, -1175.92, 25.381, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (450, 4, -2723.17, -17.311, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (451, 4, -2723.05, 4.473, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (452, 4, -2722.1, 14.479, 4.768, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Very Light Green House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (453, 4, 2842.19, -1334.78, 14.741, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (454, 4, -2723.12, 21.927, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (455, 4, -2686.82, -188.194, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (456, 4, -2684.41, -182.154, 7.203, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (457, 4, -2687.89, -175.078, 4.342, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (458, 4, -2689.4, -167.302, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (459, 4, -2690.5, -159.764, 4.764, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Light Green House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (460, 4, 2755.71, -1400.45, 39.375, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (461, 4, -2689.24, -152.916, 5, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Blue House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (462, 4, -2689.38, -141.274, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (463, 4, 2756.29, -1302.54, 53.09, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (464, 4, 2755.85, -1276.47, 56.59, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (465, 4, -2690.79, -134.054, 4.335, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Green House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (466, 4, -2684.42, -125.068, 7.203, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (467, 4, -2687.9, -118.16, 4.342, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (468, 4, 2776.06, -1245.37, 49.576, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (469, 4, 2797.81, -1245.37, 47.381, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (470, 4, -2689.25, -114.135, 5, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Green/Brick House In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (471, 4, -2689.35, -101.62, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (472, 4, -2684.55, -96.443, 7.203, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (473, 4, -2688.06, -89.444, 4.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (474, 4, 2750.39, -1238.8, 61.52, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (475, 4, 2750.39, -1222.23, 64.597, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (476, 4, 2750.39, -1205.76, 67.484, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (477, 4, 2756.27, -1182.81, 69.402, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (478, 4, -2689.38, 57.087, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (479, 4, -2690.49, 64.591, 4.762, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Light Green House In SF', 55000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (480, 4, -2689.49, 74.558, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (481, 4, 2628.09, -1067.86, 69.708, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (482, 4, 2627.64, -1085.13, 69.708, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (483, 4, -2689.33, 96.305, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size Pink House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (484, 4, 2625.93, -1098.64, 69.361, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (485, 4, 2625.94, -1112.61, 67.995, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (486, 4, -2690.78, 102.291, 4.566, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Pink/Brick House In SF', 55000, 1500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (487, 4, 2611.24, -1111.19, 68.245, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (488, 4, 2611.23, -1097.24, 69.6, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (489, 4, 2612.94, -1083.18, 69.958, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (490, 4, -2687.1, 115.56, 7.195, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (491, 4, 2613.39, -1065.9, 69.958, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (492, 4, 2618.94, -1118.48, 67.995, 0, 0, 0, 0, 0, 243.72, 304.97, 999.14, 0, 1, 0, 0, 0, 'Ghetto Project Apartment LS Small', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (493, 4, -2690.51, 123.597, 4.751, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Normal Size Very Light Green House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (494, 4, -2684.4, 129.992, 7.203, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (495, 4, -2687.88, 137.029, 4.342, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (496, 4, 2572.3, -1091.85, 67.222, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (497, 4, 2519.02, -1112.99, 56.59, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (498, 4, 2576.68, -1070.67, 69.832, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (499, 4, 2579.61, -1033.2, 69.579, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (500, 4, 2562.11, -1034.28, 69.869, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (501, 4, -2692.95, 189.447, 7.203, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (502, 4, 2549.2, -1032.15, 69.578, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (503, 4, -2358.3, 820.033, 38.535, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (504, 4, -2340.18, 819.85, 41.972, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (505, 4, -2321.9, 820, 45.34, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (506, 4, -2303.4, 819.973, 48.696, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (507, 4, -2282.42, 873.144, 66.917, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (508, 4, -2285.08, 849.128, 65.641, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (509, 4, -2285.3, 828.923, 57.17, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (510, 4, -2294.99, 969.981, 65.335, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (511, 4, -2307.55, 944.257, 61.608, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (512, 4, -2325.89, 944.261, 55.32, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (513, 4, -2238.8, 943.844, 66.652, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (514, 4, -2238.89, 962.11, 66.652, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (515, 4, -2238.82, 980.749, 71.515, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (516, 4, -2238.79, 998.812, 78.985, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (517, 4, -2229.28, 934.381, 66.648, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (518, 4, -2210.94, 934.376, 68.97, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (519, 4, -2192.54, 934.385, 75.019, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (520, 4, -2174.13, 934.362, 80, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (521, 4, -2160.15, 947.014, 80, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (522, 4, -2160.14, 965.316, 80, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (523, 4, -2160.15, 983.754, 80, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (524, 4, -2160.11, 1002.05, 80, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (525, 4, 2440.48, -1057.34, 54.736, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'House Ghetto LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (526, 4, -2233.82, 888.805, 66.652, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (527, 4, -2233.83, 870.579, 66.64, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (528, 4, -2233.27, 848.861, 61.89, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (529, 4, -2233.27, 830.702, 54.304, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (530, 4, -2223.85, 821.132, 49.438, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (531, 4, -2205.37, 821.131, 50.486, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (532, 4, -2187.07, 821.128, 57.552, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (533, 4, -2168.71, 821.129, 64.973, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (534, 4, 646.057, -1117.35, 44.207, 0, 0, 0, 0, 0, 491.058, 1400.39, 1080.26, 0, 2, 0, 0, 0, 'Huge house at Vinewood LS', 450000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (535, 4, -2159.21, 830.735, 69.523, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (536, 4, 398.165, -1271.36, 50.019, 0, 0, 0, 0, 0, 491.058, 1400.39, 1080.26, 0, 2, 0, 0, 0, 'Huge house at Vinewood LS', 450000, 550, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (537, 4, -2159.22, 866.532, 75.353, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (538, 4, -2158.67, 889.113, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (539, 4, -2174.37, 902.73, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (540, 4, 298.842, -1338.5, 53.441, 0, 0, 0, 0, 0, 491.058, 1400.39, 1080.26, 0, 2, 0, 0, 0, 'Mansion', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (541, 4, -2192.49, 902.684, 75.037, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (542, 4, 254.376, -1367.12, 53.109, 0, 0, 0, 0, 0, 491.058, 1400.39, 1080.26, 0, 2, 0, 0, 0, 'Eddie\'s Mansion', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (543, 4, -2211.06, 902.684, 68.93, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (544, 4, -2224.88, 902.673, 66.648, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (545, 4, -2282.4, 979.395, 70.891, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (546, 4, -2282.14, 999.631, 79.304, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (547, 4, -2282.39, 1023.13, 84.11, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (548, 4, -2282.42, 1046.67, 84.12, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (549, 4, -2282.4, 1070.26, 81.701, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (550, 4, -2282.42, 1088.93, 80.405, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (551, 4, -2280.84, 1112.55, 76.984, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (552, 4, -2280.83, 1130.83, 69.226, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (553, 4, 219.259, -1249.79, 78.333, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'Huge house at vinewood with swimming pool', 600000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (554, 4, -2280.83, 1149.17, 61.609, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (555, 4, -2358.98, 1118.09, 55.726, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Very Small House In SF', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (556, 4, -2369.4, 1122.32, 55.733, 0, 0, 0, 0, 0, 295.21, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'Small Very Nice House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (557, 4, 662.432, -1466.81, 14.85, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (558, 4, 657.388, -1481.28, 14.85, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (559, 4, 662.434, -1487.5, 14.85, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 499, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (560, 4, 648.854, -1489.52, 14.84, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (561, 4, 648.856, -1442.35, 14.729, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (562, 4, 657.348, -1434.11, 14.85, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (563, 4, 662.432, -1440.42, 14.85, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (564, 4, 685.53, -1421.91, 14.774, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (565, 4, 739.085, -1418.51, 13.522, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (566, 4, 738.976, -1428.77, 13.897, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (567, 4, 725.603, -1440.45, 13.531, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (568, 4, 662.434, -1514.03, 14.85, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (569, 4, 657.434, -1528.46, 14.85, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (570, 4, 662.431, -1534.8, 14.85, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 3000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (571, 4, 648.854, -1536.7, 14.932, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (572, 4, 653.242, -1619.92, 15, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (573, 4, 692.861, -1602.77, 15.045, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (574, 4, 697.28, -1627, 3.749, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (575, 4, 813.69, -1456.63, 14.222, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (576, 4, -2383.75, 1128.1, 55.726, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (577, 4, 822.382, -1505.51, 14.397, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (578, 4, -2396.81, 1132.76, 55.733, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (579, 4, 849.591, -1519.96, 14.347, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (580, 4, -2407.02, 1135.82, 55.726, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (581, 4, 771.116, -1510.72, 13.545, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (582, 4, 761.065, -1564.08, 13.928, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (583, 4, 841.335, -1471.36, 14.314, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (584, 4, 782.789, -1464.49, 13.545, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (585, 4, 824.5, -1424.2, 14.498, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (586, 4, 852.195, -1423.27, 14.135, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (587, 4, -2413.67, 1137.49, 55.726, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (588, 4, 880.117, -1424.82, 14.484, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (589, 4, -2424.02, 1139.41, 55.726, 0, 0, 0, 0, 0, 295.21, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'Small Very Nice House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (590, 4, 900.215, -1447.41, 14.369, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (591, 4, 898.276, -1445.64, 14.364, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (592, 4, -2438.17, 1141, 55.726, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (593, 4, 900.197, -1471.03, 14.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 4999, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (594, 4, 898.364, -1472.83, 14.34, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (595, 4, 852.513, -1436.23, 15.043, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (596, 4, -2451.11, 1141.75, 55.733, 0, 0, 0, 0, 0, 295.21, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'Small Very Nice House In SF', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (597, 4, 784.395, -1436.11, 13.545, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (598, 4, -2461.57, 1141.9, 55.726, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (599, 4, 987.497, -1624.49, 14.928, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (600, 4, -2468.52, 1141.91, 55.733, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (601, 4, -2478.92, 1141.96, 55.726, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (602, 4, 987.52, -1704.34, 14.928, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment Near the beach LS big', 25000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (603, 4, -2493.18, 1141.98, 55.726, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (604, 4, -2506.44, 1142.08, 55.726, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (605, 4, -2517, 1142.41, 55.726, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (606, 4, -2523.88, 1142.67, 55.726, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (607, 4, -2534.53, 1143.77, 55.726, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (608, 4, -2549.06, 1145.72, 55.726, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (609, 4, -2563.2, 1149.12, 55.726, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (610, 4, 675.143, -1430.51, 14.85, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (611, 4, 683.403, -1435.48, 14.85, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (612, 4, 725.687, -1451.04, 17.694, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (613, 4, 877.973, -1514.64, 14.347, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (614, 4, 876.205, -1512.7, 14.347, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 300, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (615, 4, 901.705, -1514.66, 14.362, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (616, 4, 903.4, -1512.85, 14.362, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (617, 4, 797.236, -1729.38, 13.545, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 2000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (618, 4, -2711.23, 967.585, 54.458, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium Size House In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (619, 4, -2656.6, 985.815, 64.986, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium Size House In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (620, 4, -2584.18, 992.255, 78.273, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (621, 4, 791.385, -1753.22, 13.46, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (622, 4, -2573.6, 992.257, 78.273, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (623, 4, 893.638, -1635.7, 14.928, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (624, 4, -2564.32, 992.255, 78.273, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (625, 4, 846.723, -1717.4, 14.928, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (626, 4, -2553.66, 992.255, 78.273, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (627, 4, 865.216, -1633.84, 14.928, 0, 0, 0, 0, 0, 225.755, 1240, 1082.15, 0, 2, 0, 0, 0, 'LS Apartment Near Beach Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (628, 4, -2543.56, 922.376, 67.093, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (629, 4, -2545.33, 920.34, 64.976, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (630, 4, -2551.82, 920.377, 64.984, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (631, 4, -2562.42, 920.372, 64.984, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (632, 4, -2569.98, 920.364, 64.984, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (633, 4, -2580.92, 920.376, 64.984, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (634, 4, 1364.51, 1896.76, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (635, 4, 1363.96, 1931.62, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 5, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (636, 4, -2641.24, 935.718, 71.953, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '3 Floor House In SF', 600000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (637, 4, 1412.63, 1951.25, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (638, 4, 1439.76, 1951.25, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (639, 4, 1462.3, 1949.81, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (640, 4, 1464.5, 1919.98, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (641, 4, 1464.49, 1895.12, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (642, 4, 1409.36, 1920.01, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (643, 4, 1365.41, 1974.17, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (644, 4, 1364.39, 2003.71, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (645, 4, -2661.96, 876.338, 79.773, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Large House In SF', 470000, 2500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (646, 4, 1422.26, 2026.93, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (647, 4, -2583.77, 896.254, 64.984, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (648, 4, 1414.7, 2026.87, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (649, 4, 1422.25, 2026.95, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (650, 4, 1414.7, 2033.17, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (651, 4, 1422.25, 2033.18, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (652, 4, 1414.7, 2033.13, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (653, 4, 1422.25, 2033.18, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (654, 4, 1414.7, 2026.97, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (655, 4, 1453.72, 2026.92, 10.819, 0, 0, 0, 0, 0, 266.5, 304.989, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (656, 4, 1461.28, 2026.95, 10.819, 0, 0, 0, 0, 0, 266.5, 304.989, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (657, 4, 1453.72, 2033.22, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (658, 4, 1461.28, 2033.19, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (659, 4, 1453.72, 2033.21, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (660, 4, 1461.28, 2033.11, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (661, 4, 1453.72, 2026.95, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (662, 4, 1461.28, 2026.91, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (663, 4, -2573.13, 896.265, 64.984, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (664, 4, 1414.53, 2003.91, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (665, 4, 1414.48, 1996.36, 10.819, 0, 0, 0, 0, 0, 266.5, 304.989, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (666, 4, -2566.5, 896.647, 64.984, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (667, 4, 1408.26, 2003.91, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (668, 4, 1408.18, 1996.36, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (669, 4, 1408.31, 1996.36, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (670, 4, 1408.35, 2003.91, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (671, 4, 1414.51, 1996.36, 14.739, 0, 0, 0, 0, 0, 266.5, 304.989, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (672, 4, 1414.52, 2003.91, 14.739, 0, 0, 0, 0, 0, 266.5, 304.989, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (673, 4, -2556.02, 896.643, 64.984, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (674, 4, 1495.69, 2026.97, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (675, 4, 1503.24, 2027.01, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (676, 4, 1495.69, 2033.25, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (677, 4, 1503.24, 2033.15, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (678, 4, 1495.69, 2033.16, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (679, 4, 1503.25, 2033.2, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (680, 4, 1495.69, 2027.01, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (681, 4, 1503.24, 2026.85, 14.739, 0, 0, 0, 0, 0, 266.5, 304.989, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (682, 4, 1534.72, 2026.98, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (683, 4, 1542.26, 2026.88, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (684, 4, 1534.72, 2033.18, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (685, 4, 1542.27, 2033.22, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (686, 4, -2541.55, 896.643, 64.984, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (687, 4, 1534.72, 2033.23, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (688, 4, 1542.27, 2033.12, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (689, 4, 1534.71, 2027, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (690, 4, 1542.27, 2026.88, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (691, 4, 1542.45, 2003.91, 10.819, 0, 0, 0, 0, 0, 266.5, 304.989, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (692, 4, 1542.49, 1996.36, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (693, 4, 1548.75, 2003.91, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (694, 4, 1548.68, 1996.35, 10.82, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (695, 4, 1548.7, 2003.91, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (696, 4, 1548.64, 1996.35, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (697, 4, 1542.55, 2003.89, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (698, 4, 1542.41, 1996.35, 14.739, 0, 0, 0, 0, 0, 266.5, 304.99, 999.14, 0, 2, 0, 0, 0, 'small project lv', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (699, 4, 1595.5, 2038.34, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (700, 4, -2502.88, 921.367, 65.239, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (701, 4, 1641.79, 2044.95, 11.319, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (702, 4, 1594.96, 2071.07, 11.319, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (703, 4, -2471.77, 921.424, 63.165, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (704, 4, 1596.41, 2093.74, 11.312, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (705, 4, 1640.35, 2075.67, 11.312, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (706, 4, 1640.35, 2102.86, 11.312, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (707, 4, -2449.79, 921.4, 58.143, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (708, 4, 1645.45, 2127.38, 11.203, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (709, 4, 1641.26, 2149.74, 11.312, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (710, 4, -2431.38, 921.408, 50.578, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (711, 4, -2413.09, 921.431, 45.468, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (712, 4, 1595.5, 2123.37, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (713, 4, 1596.41, 2147.43, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (714, 4, -2412.98, 895.232, 45.466, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (715, 4, 1684.51, 2123.46, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (716, 4, -2431.45, 895.249, 50.544, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (717, 4, 1685.42, 2093.88, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (718, 4, -2449.8, 895.235, 58.146, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (719, 4, 1680.26, 2069.24, 11.359, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (720, 4, 1684.51, 2046.69, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (721, 4, -2471.93, 895.263, 63.168, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (722, 4, -2503.02, 895.258, 65.255, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (723, 4, -2585.97, 794.179, 49.423, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (724, 4, -2569.11, 794.171, 49.423, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (725, 4, -2550.83, 794.174, 49.423, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (726, 4, 2056.5, 2665.19, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (727, 4, 2037.04, 2664.5, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (728, 4, 2018.03, 2664.67, 11.298, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (729, 4, -2548.68, 819.788, 49.984, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (730, 4, 1989.24, 2665.19, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (731, 4, -2559.22, 819.795, 49.984, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (732, 4, 1969.62, 2664.5, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (733, 4, 1950.53, 2664.67, 11.298, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (734, 4, 1921.7, 2665.19, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (735, 4, -2565.91, 819.796, 49.991, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (736, 4, -2576.42, 819.789, 49.984, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (737, 4, -2590.88, 819.796, 49.991, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (738, 4, 1929.85, 2774.3, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (739, 4, -2642.14, 820.317, 49.991, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (740, 4, 1931.29, 2721.26, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (741, 4, -2652.47, 820.319, 49.984, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (742, 4, 1950.69, 2721.95, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (743, 4, -2666.91, 820.318, 49.984, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (744, 4, 1967.32, 2766.54, 10.826, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (745, 4, -2645.52, 803.083, 49.976, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (746, 4, 1992.54, 2764.64, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (747, 4, -2659.84, 803.092, 49.976, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (748, 4, 1969.78, 2721.78, 11.298, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (749, 4, 1998.72, 2721.26, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (750, 4, -2670.57, 803.083, 49.976, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (751, 4, 2018.15, 2721.95, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (752, 4, -2677.16, 803.085, 49.976, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (753, 4, 2018.49, 2766.54, 10.826, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (754, 4, 2039.63, 2766.55, 10.826, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (755, 4, -2687.88, 803.088, 49.976, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (756, 4, -2698.92, 803.101, 49.97, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (757, 4, 2049.62, 2764.29, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (758, 4, 2066.01, 2721.26, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (759, 4, -2709.85, 803.085, 49.976, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (760, 4, -2685.1, 820.491, 49.984, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (761, 4, -2700.38, 820.835, 49.984, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (762, 4, -2726.68, 822.977, 53.727, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (763, 4, -2737.25, 822.987, 53.729, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (764, 4, -2409.05, 819.96, 35.179, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (765, 4, -2487.47, 821.302, 38.384, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (766, 4, 1451.36, 2565.43, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (767, 4, -2504.61, 821.306, 45.987, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (768, 4, 1441.72, 2567.69, 10.82, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (769, 4, 1417.87, 2567.48, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (770, 4, 1359.74, 2565.43, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (771, 4, 1344.72, 2610.19, 11.298, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (772, 4, -2731.47, 723.691, 41.273, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (773, 4, 1349.6, 2567.69, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (774, 4, 1313.84, 2610.19, 11.298, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (775, 4, 1325.61, 2567.34, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (776, 4, -2723.45, 722.819, 41.265, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (777, 4, -2710.89, 722.817, 39.718, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (778, 4, 1284.86, 2610.72, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (779, 4, -2706.75, 722.849, 37.539, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (780, 4, 1271.88, 2564.57, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'Small Nice House In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (781, 4, 1269.62, 2554.43, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'Small Nice House In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (782, 4, -2686.04, 722.855, 32.225, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (783, 4, 1273.95, 2522.51, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'Small Nice House In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (784, 4, 1316.47, 2524.65, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'Small Nice House In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (785, 4, -2678.14, 722.25, 28.596, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (786, 4, -2665.49, 722.244, 27.962, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (787, 4, -2661.59, 722.225, 27.962, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (788, 4, 1503.24, 2567.69, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (789, 4, -2642.08, 728.034, 27.96, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Apartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (790, 4, 1515.71, 2610.19, 11.298, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (791, 4, -2640.3, 730.541, 30.075, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (792, 4, 1513.38, 2565.43, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (793, 4, 1551.49, 2567.34, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (794, 4, 1554.45, 2610.72, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (795, 4, 1564.61, 2565.43, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 3500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (796, 4, 1596.39, 2567.69, 10.82, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (797, 4, 1600.59, 2610.03, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (798, 4, -2581.51, 719.018, 27.944, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (799, 4, 1618.8, 2610.03, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (800, 4, 1638.13, 2610.72, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (801, 4, 1623.47, 2567.34, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (802, 4, -2553.97, 719.023, 27.945, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (803, 4, 1646.59, 2569.58, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (804, 4, 1665.56, 2569.42, 11.298, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (805, 4, 1666.95, 2610.19, 11.298, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (806, 4, -2541.27, 733.097, 28.057, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (807, 4, -2541.24, 750.917, 33.704, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (808, 4, 1678.4, 2690.76, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (809, 4, -2541.24, 768.138, 40.022, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (810, 4, 1703.71, 2688.86, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (811, 4, -2541.24, 785.26, 46.232, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (812, 4, 1735.65, 2691.11, 10.82, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (813, 4, 1754.52, 2736.02, 14.272, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (814, 4, 1752.26, 2744.57, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (815, 4, 1751.45, 2747.35, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (816, 4, 1749.2, 2755.91, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (817, 4, 1748.42, 2758.69, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (818, 4, 1745.39, 2770.03, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (819, 4, 1746.17, 2767.25, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (820, 4, 1743.04, 2778.56, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (821, 4, 1746.04, 2767.21, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (822, 4, 1745.41, 2770.03, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (823, 4, 1748.48, 2758.71, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (824, 4, 1749.19, 2755.9, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (825, 4, 1751.46, 2747.35, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (826, 4, 1752.22, 2744.56, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (827, 4, 1780.81, 2744.57, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (828, 4, -2513.52, 830.841, 49.997, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (829, 4, 1781.51, 2747.37, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (830, 4, 1778.54, 2736.01, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (831, 4, -2513.5, 849.084, 52.695, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (832, 4, 1781.55, 2747.36, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (833, 4, 1780.82, 2744.56, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (834, 4, 1784.62, 2758.69, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (835, 4, 1783.78, 2755.92, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (836, 4, 1787.64, 2770.04, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (837, 4, 1786.83, 2767.26, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (838, 4, 1789.83, 2778.61, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (839, 4, 1787.57, 2770.06, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (840, 4, 1786.89, 2767.25, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (841, 4, 1784.6, 2758.7, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (842, 4, 1783.84, 2755.91, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (843, 4, -2513.53, 867.493, 57.742, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (844, 4, 1789.89, 2778.6, 11.35, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (845, 4, 1800.78, 2775.68, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (846, 4, 1797.69, 2764.35, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (847, 4, 1798.47, 2767.14, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (848, 4, 1794.71, 2753, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (849, 4, -2513.51, 885.731, 62.777, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (850, 4, 1795.38, 2755.81, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (851, 4, 1791.66, 2741.66, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (852, 4, 1792.42, 2744.45, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (853, 4, 1789.49, 2733.08, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (854, 4, 1792.54, 2744.42, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (855, 4, 1791.73, 2741.64, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (856, 4, 1795.42, 2755.8, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (857, 4, 1794.75, 2752.99, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (858, 4, 1798.54, 2767.12, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (859, 4, 1797.78, 2764.33, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (860, 4, 1800.77, 2775.68, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (861, 4, 1736.36, 2803.59, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (862, 4, 1737.11, 2800.79, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (863, 4, -2538.73, 830.008, 49.984, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (864, 4, 1739.42, 2792.25, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (865, 4, 1737.08, 2800.78, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (866, 4, -2540.51, 831.946, 52.093, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (867, 4, 1736.35, 2803.58, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (868, 4, 1734.17, 2812.16, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (869, 4, 1733.35, 2814.93, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (870, 4, 1734.05, 2812.13, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (871, 4, 1733.39, 2814.94, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (872, 4, 1730.34, 2826.28, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (873, 4, 1731, 2823.47, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (874, 4, 1728.09, 2834.84, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (875, 4, 1730.45, 2826.31, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (876, 4, 1731.09, 2823.49, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (877, 4, 1727.94, 2834.8, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (878, 4, -2539.71, 845.176, 50.6, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (879, 4, -2540.67, 855.141, 53.179, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (880, 4, -2540, 874.764, 58.921, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (881, 4, -2540.18, 883.141, 63.25, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (882, 4, -2537.09, 929.446, 65.016, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (883, 4, 1717.18, 2831.92, 11.35, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (884, 4, -2542.47, 942.63, 64, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (885, 4, 1717.01, 2831.87, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (886, 4, 1720.19, 2820.57, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (887, 4, 1719.41, 2823.35, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (888, 4, 1723.14, 2809.21, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (889, 4, 1722.45, 2812.01, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (890, 4, 2514.28, -1691.66, 14.045, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (891, 4, 2523.27, -1679.38, 15.496, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (892, 4, 2524.71, -1658.59, 15.824, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (893, 4, 2513.72, -1650.24, 14.354, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (894, 4, 2498.47, -1642.25, 14.112, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (895, 4, 2486.46, -1644.53, 14.076, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Ghetto Home LS Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (896, 4, 2469.45, -1646.35, 13.779, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (897, 4, 2451.91, -1641.41, 14.064, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (898, 4, 2413.86, -1646.79, 14.01, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (899, 4, 2409.04, -1674.94, 14.375, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (900, 4, 2393.13, -1646.04, 13.904, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (901, 4, 2384.7, -1675.83, 15.244, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (902, 4, 2362.8, -1643.14, 14.35, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (903, 4, 2368.29, -1675.34, 14.168, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (904, 4, 2326.89, -1681.94, 14.928, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (905, 4, 2385.39, -1711.66, 14.241, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 20, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (906, 4, 2326.75, -1716.7, 14.237, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (907, 4, 2308.89, -1714.34, 14.979, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (908, 4, 2244.54, -1637.64, 16.236, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (909, 4, 2257.11, -1643.94, 15.807, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (910, 4, 2282.29, -1641.21, 15.887, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (911, 4, 2307, -1679.19, 14.331, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (912, 4, 1928.69, -1915.91, 15.255, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'normal house at ls', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (913, 4, 1938.54, -1911.32, 15.255, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'normal house at ls', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (914, 4, 1913.47, -1911.9, 15.255, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'normal house at ls', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (915, 4, 1891.92, -1914.4, 15.255, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'normal house at ls', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (916, 4, 1872.21, -1911.79, 15.255, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'normal house at ls', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (917, 4, 1854.06, -1914.26, 15.255, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'normal house at ls', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (918, 4, 1848.15, -1593.75, 19.124, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (919, 4, 1848.15, -1593.6, 23.881, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (920, 4, 1986.75, -1604.9, 13.531, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (921, 4, 1972.98, -1559.83, 13.637, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (922, 4, 1958.67, -1560.35, 13.593, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (923, 4, 2139.09, -1697.51, 15.085, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Ghetto Home LS Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (924, 4, 2155.62, -1698.51, 15.085, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Ghetto Home LS Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (925, 4, 2157.15, -1709.21, 15.085, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Medium', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (926, 4, 2140.57, -1708.3, 15.085, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Medium', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (927, 4, 2151.71, -1717.83, 15.085, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Ghetto Home LS Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (928, 4, 2168.08, -1718.82, 15.166, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Ghetto Home LS Medium', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (929, 4, 2151.41, -1672.26, 15.085, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Medium', 30000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (930, 4, 2143.65, -1662.86, 15.085, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Ghetto Home LS Medium', 40000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (932, 4, 2163.74, -1661.21, 15.085, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Ghetto Home LS Medium', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (933, 4, 1793.6, 2792.25, 11.35, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (934, 4, 1796.65, 2803.58, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (935, 4, 1795.83, 2800.81, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (936, 4, -2510.96, 967.654, 73.532, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (937, 4, 1799.57, 2814.95, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (938, 4, 1798.92, 2812.14, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (939, 4, 1802.77, 2826.25, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (940, 4, 1801.9, 2823.49, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (941, 4, -2510.91, 951.258, 65.614, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (942, 4, 1804.86, 2834.85, 11.35, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (943, 4, -2510.93, 942.703, 65.289, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (944, 4, 1804.96, 2834.82, 14.272, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (945, 4, 1802.59, 2826.3, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (946, 4, 1802.05, 2823.45, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (947, 4, 1798.8, 2812.17, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (948, 4, 1799.65, 2814.93, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (949, 4, 1795.85, 2800.8, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (950, 4, 1796.69, 2803.57, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (951, 4, 1793.61, 2792.24, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (952, 4, 1815.83, 2831.92, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (953, 4, 1813.61, 2823.34, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (954, 4, 1812.9, 2820.54, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (955, 4, 1815.91, 2831.89, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (956, 4, 1812.82, 2820.57, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (957, 4, 1813.61, 2823.35, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (958, 4, 1809.83, 2809.21, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (959, 4, 1810.53, 2812.02, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (960, 4, -2596.65, 986.268, 78.273, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (961, 4, 1806.77, 2797.88, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (962, 4, 1807.6, 2800.65, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (963, 4, 1804.57, 2789.3, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (964, 4, -2597.34, 979.735, 78.273, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (965, 4, 1806.71, 2797.89, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (966, 4, 1807.36, 2800.71, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (967, 4, 1810.61, 2812, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (968, 4, 1809.62, 2809.27, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (969, 4, -2597.33, 968.947, 78.283, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (970, 4, 1832.49, 2742.93, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (971, 4, 1830.47, 2740.87, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (972, 4, 1840.84, 2751.18, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (973, 4, 1838.67, 2749.27, 11.35, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (974, 4, -2591.17, 960.758, 78.453, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (975, 4, 1847.08, 2757.45, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (976, 4, 1849.23, 2759.39, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (977, 4, 1855.38, 2765.76, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (978, 4, 1849.09, 2759.53, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (979, 4, 1847.1, 2757.43, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (980, 4, 1838.73, 2749.2, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (981, 4, -2591.19, 944.325, 70.429, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (982, 4, 1840.84, 2751.19, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (983, 4, 1830.4, 2740.94, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (984, 4, 1832.55, 2742.88, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (985, 4, 1824.22, 2734.61, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (986, 4, -2591.19, 935.902, 68.929, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (987, 4, -2591.19, 927.88, 65.015, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (988, 4, 1855.32, 2765.81, 11.35, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (989, 4, 1865.45, 2775.7, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (990, 4, 1873.69, 2784.06, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (991, 4, 1871.57, 2782.08, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (992, 4, 1881.95, 2792.39, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (993, 4, 1879.89, 2790.37, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (994, 4, 1890.23, 2800.7, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (995, 4, 1888.22, 2798.63, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (996, 4, -2593.26, 883.218, 63.25, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (997, 4, 1896.51, 2806.95, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (998, 4, 1888.25, 2798.6, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (999, 4, 1890.32, 2800.62, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1000, 4, 1879.96, 2790.31, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1001, 4, 1882.05, 2792.29, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1002, 4, -2593.42, 874.771, 58.921, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1003, 4, 1871.62, 2782.03, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1004, 4, 1873.72, 2784.03, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1005, 4, 1865.34, 2775.81, 14.273, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1006, 4, -2620.21, 883.012, 63.25, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1007, 4, -2620.02, 874.734, 58.921, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1008, 4, 1896.56, 2806.91, 11.35, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1009, 4, -2592.74, 854.975, 53.594, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1010, 4, -2620.7, 855.147, 53.568, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1011, 4, 1740.86, 2863.24, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1012, 4, 1738.45, 2861.53, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1013, 4, 1751.45, 2868.71, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1014, 4, 1748.67, 2867.7, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1015, 4, -2593.7, 845.077, 50.593, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1016, 4, 1763.1, 2871.36, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1017, 4, 1760.16, 2870.95, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1018, 4, -2619.74, 845.313, 50.598, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1019, 4, 1775, 2870.83, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1020, 4, 1772.1, 2871.36, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1021, 4, 1786.52, 2867.69, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1022, 4, 1783.74, 2868.71, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1023, 4, 1796.8, 2861.61, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1024, 4, -2592.75, 832.837, 52.093, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1025, 4, 1794.42, 2863.38, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1026, 4, 1731.81, 2855.49, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1027, 4, -2594.69, 830.981, 49.984, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1028, 4, 1740.84, 2863.27, 14.257, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1029, 4, 1738.33, 2861.68, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1030, 4, 1751.44, 2868.75, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1031, 4, 1748.65, 2867.74, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1032, 4, 1763.12, 2871.13, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1033, 4, 1760.17, 2870.92, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1034, 4, -2620.37, 832.857, 52.093, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1035, 4, 1775.01, 2870.88, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1036, 4, 1772.09, 2871.32, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1037, 4, 1786.45, 2867.55, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1038, 4, 1783.76, 2868.77, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1039, 4, -2618.75, 830.996, 49.984, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1040, 4, 1796.79, 2861.59, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1041, 4, 1794.38, 2863.32, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1042, 4, 1803.38, 2855.49, 14.265, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1043, 4, 1789.43, 2733.1, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1044, 4, -2621.68, 802.98, 49.984, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1045, 4, -2621.67, 790.744, 48.581, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1046, 4, 1803.48, 2855.57, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1047, 4, -2622.51, 782.552, 44.859, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1048, 4, 1824.3, 2734.53, 11.343, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1049, 4, -2622.49, 766.352, 36.835, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1050, 4, -2622.51, 758.038, 35.328, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1051, 4, -2622.52, 749.841, 31.421, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1052, 4, 1663.17, 2754.14, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1053, 4, 1652.51, 2708.85, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1054, 4, -2627.54, 735.333, 30.585, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 2nd Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1055, 4, 1643.83, 2753.45, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1056, 4, 1627.15, 2710.76, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1057, 4, -2625.47, 733.211, 28.011, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'Appartment 1st Floor In SF', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1058, 4, 1626.81, 2754.14, 10.82, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1059, 4, 1608.72, 2754.14, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1060, 4, 1601.25, 2708.85, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1061, 4, 1599.56, 2757.6, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1062, 4, 1580.26, 2708.85, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1063, 4, -2594.19, 733.114, 28.138, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1064, 4, 1570.28, 2711.11, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1065, 4, -2594.21, 750.871, 33.702, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1066, 4, 1565.47, 2757.04, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1067, 4, -2594.2, 768.05, 40.018, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1068, 4, 1564.78, 2776.51, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1069, 4, -2594.19, 785.256, 46.236, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1070, 4, 1565.47, 2793.43, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1071, 4, 1550.64, 2846.08, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1072, 4, 1575.89, 2844.17, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1073, 4, 1601.78, 2846.08, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1074, 4, 1618.36, 2800.79, 10.82, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1075, 4, 1622.73, 2846.07, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1076, 4, 1637.79, 2801.48, 10.82, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1077, 4, 1632.76, 2843.65, 10.82, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1078, 4, 1654.7, 2800.79, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1079, 4, -2240.52, 753.484, 49.376, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1080, 4, 1664.77, 2846.08, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1081, 4, 1672.95, 2800.79, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1082, 4, -2240.53, 786.156, 49.377, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1083, 4, -2223.7, 795.716, 49.434, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1084, 4, 1555.97, 2658.52, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1085, 4, -2205.42, 795.726, 50.481, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1086, 4, 1573, 2657.83, 10.82, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1087, 4, 1607.61, 2679.27, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1088, 4, -2187.03, 795.701, 57.556, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1089, 4, 1611.76, 2648.22, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1090, 4, -2168.82, 795.759, 64.971, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1091, 4, -2159.21, 786.088, 69.515, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1092, 4, -2159.18, 770.001, 69.515, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1093, 4, 1265.47, 2610.03, 10.819, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1094, 4, -2159.23, 753.492, 69.514, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1095, 4, 1225.27, 2584.94, 10.819, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1096, 4, 1223.02, 2616.85, 10.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'huge 2 floor nice looking house at LV', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1097, 4, -2168.52, 744.007, 64.976, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1098, 4, -2186.9, 744.005, 57.555, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1099, 4, -2205.46, 744.001, 50.482, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1100, 4, 1731.8, 2855.49, 11.335, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1101, 4, -2223.71, 743.986, 49.433, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1102, 4, -2238.31, 1154.14, 59.692, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1103, 4, 2651.65, 1978.84, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1104, 4, 2649.77, 1978.84, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1105, 4, 2642.47, 1978.84, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1106, 4, 2640.47, 1978.84, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1107, 4, 2633.06, 1978.84, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1108, 4, -2238.36, 1135.89, 67.256, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1109, 4, 2631.15, 1978.84, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1110, 4, 2623.89, 1978.84, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1111, 4, 2623.87, 1978.84, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1112, 4, 2631.33, 1978.84, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1113, 4, 2633.24, 1978.84, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1114, 4, 2640.46, 1978.84, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1115, 4, 2642.55, 1978.84, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1116, 4, 2649.89, 1978.84, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1117, 4, -2238.36, 1117.54, 74.816, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1118, 4, 2651.66, 1978.84, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1119, 4, 2659.23, 1978.84, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1120, 4, 2656.5, 1968.82, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1121, 4, 2654.39, 1968.82, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1122, 4, 2647.14, 1968.82, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1123, 4, 2645.16, 1968.82, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1124, 4, -2239.76, 1070.74, 81.024, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1125, 4, 2637.68, 1968.82, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1126, 4, 2635.83, 1968.82, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1127, 4, -2239.75, 1054.09, 82.845, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1128, 4, 2628.55, 1968.82, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1129, 4, 2626.6, 1968.82, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1130, 4, -2239.75, 1037.69, 83.849, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1131, 4, 2645.48, 2019.21, 10.816, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1132, 4, 2643.76, 2019.21, 10.815, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1133, 4, 2636.22, 2019.21, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1134, 4, 2634.43, 2019.21, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1135, 4, 2626.93, 2019.21, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1136, 4, -2230.58, 1028, 83.843, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1137, 4, 2625.15, 2019.21, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1138, 4, 2617.69, 2019.21, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1139, 4, 2625.16, 2019.21, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1140, 4, 2627.05, 2019.21, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1141, 4, 2634.48, 2019.21, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1142, 4, -2169.63, 1028.01, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1143, 4, 2636.22, 2019.21, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1144, 4, 2643.66, 2019.21, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1145, 4, 2645.58, 2019.21, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1146, 4, 2653.25, 2019.21, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1147, 4, 2650.33, 2029.23, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1148, 4, 2648.34, 2029.23, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1149, 4, 2640.71, 2029.23, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1150, 4, 2638.92, 2029.23, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1151, 4, 2631.54, 2029.23, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1152, 4, 2629.68, 2029.23, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1153, 4, 2622.22, 2029.23, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1154, 4, 2620.37, 2029.23, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1155, 4, -2160.15, 1030.61, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1156, 4, 2652.92, 2019.21, 10.818, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1157, 4, 2617.54, 2019.21, 10.812, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1158, 4, -2160.15, 1048.61, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1159, 4, 2620.54, 2029.23, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1160, 4, 2622.34, 2029.23, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1161, 4, 2629.8, 2029.23, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1162, 4, 2631.65, 2029.23, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1163, 4, 2639.07, 2029.23, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1164, 4, 2641.14, 2029.23, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1165, 4, 2648.34, 2029.23, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1166, 4, 2650.35, 2029.23, 10.812, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1167, 4, 2623.65, 2039.4, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1168, 4, 2623.65, 2046.99, 10.812, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1169, 4, 2623.65, 2048.81, 10.812, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1170, 4, 2623.65, 2056.16, 10.812, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1171, 4, 2623.65, 2058.1, 10.812, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1172, 4, 2623.65, 2065.44, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1173, 4, 2623.65, 2067.4, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1174, 4, 2623.65, 2074.85, 10.812, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1175, 4, 2623.65, 2074.93, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1176, 4, 2623.65, 2067.53, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1177, 4, 2623.65, 2065.52, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1178, 4, 2623.65, 2058.19, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1179, 4, 2623.65, 2056.03, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1180, 4, 2623.65, 2048.66, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1181, 4, 2206.32, 691.25, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1182, 4, 2623.65, 2046.85, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1183, 4, 2623.65, 2039.52, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1184, 4, 2613.64, 2042.23, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1185, 4, 2613.64, 2044.19, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1186, 4, 2613.64, 2051.56, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1187, 4, 2613.64, 2053.43, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1188, 4, 2613.64, 2060.92, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1189, 4, 2613.64, 2062.75, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1190, 4, 2613.64, 2070.18, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1191, 4, 2613.64, 2072.07, 14.116, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1192, 4, -2160.15, 1066.91, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1193, 4, 2626.63, 1968.82, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1194, 4, 2628.41, 1968.82, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1195, 4, 2635.94, 1968.82, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1196, 4, 2637.82, 1968.82, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1197, 4, 2645.3, 1968.82, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1198, 4, 2647.13, 1968.82, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1199, 4, 2654.56, 1968.82, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1200, 4, 2656.5, 1968.82, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1201, 4, -2158.36, 1117.61, 74.486, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1202, 4, 2659.19, 1978.84, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1203, 4, -2158.36, 1148.65, 61.849, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1204, 4, 2613.64, 2071.98, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1205, 4, 2613.64, 2070.12, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1206, 4, 2613.64, 2062.79, 10.812, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1207, 4, 2613.63, 2060.82, 10.812, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1208, 4, 2613.64, 2053.51, 10.812, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1209, 4, 2613.64, 2051.58, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1210, 4, 2613.64, 2044.13, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1211, 4, 2613.64, 2042.09, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1212, 4, -2172.59, 1163.75, 55.726, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1213, 4, -2189.18, 1163.76, 55.726, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1214, 4, -2205.8, 1163.76, 55.726, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1215, 4, -2222.19, 1163.75, 55.726, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1216, 4, -2102.54, 1159.83, 53.265, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1217, 4, -2084.2, 1159.83, 49.953, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1218, 4, -2065.95, 1159.84, 46.648, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1219, 4, 2013.25, 730.357, 11.453, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Nice looking house at lv', 300000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1220, 4, 2014.13, 775.195, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1221, 4, 2042.44, 731.265, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 950, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1222, 4, 2043.24, 776.096, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1223, 4, -1761.05, 1174.03, 25.125, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1224, 4, 2065.13, 729.822, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1225, 4, -1742.62, 1174.05, 25.125, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1226, 4, 2071.62, 776.637, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1227, 4, 2093.41, 730.359, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 1500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1228, 4, 2094, 775.195, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1229, 4, -1728.32, 1158.79, 30.451, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1230, 4, 2122.3, 731.264, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1231, 4, 2123.41, 776.099, 11.444, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1232, 4, -1728.31, 1138.95, 38.568, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1233, 4, 2169.36, 772.38, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1234, 4, 2177.18, 690.351, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1235, 4, 2228.68, 689.807, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1236, 4, 2206, 736.635, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1237, 4, 2177.61, 736.101, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1238, 4, 2228.25, 735.2, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1239, 4, -1929.89, 1190.53, 45.445, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1240, 4, 2256.98, 690.343, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1241, 4, -1915.56, 1190.54, 45.452, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1242, 4, 2257.52, 736.108, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1243, 4, -1872.07, 1146.71, 45.445, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1244, 4, 2317.15, 690.35, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1245, 4, -1872.08, 1125.38, 45.445, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1246, 4, 2346.6, 736.635, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1247, 4, 2346.35, 691.255, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1248, 4, 2369.11, 735.196, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1249, 4, -1901.41, 1203.19, 42.377, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1250, 4, 2368.45, 689.799, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1251, 4, 2398.36, 736.103, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1252, 4, 2396.96, 690.342, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1253, 4, 2450.27, 742.539, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1254, 4, -1852.62, 1162.22, 40.942, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1255, 4, 2450.81, 714.308, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1256, 4, 2449.23, 689.736, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1257, 4, 2450.27, 662.638, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1258, 4, 2397.68, 656.109, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1259, 4, 2368.38, 655.211, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1260, 4, 2346.09, 656.638, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1261, 4, 2317.81, 656.103, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1262, 4, -1831.8, 1165.88, 33.682, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1263, 4, 2258.11, 655.978, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1264, 4, 2229.04, 655.184, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1265, 4, 2206.41, 656.63, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1266, 4, 2178.16, 655.993, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1267, 4, -1732.27, 1115.52, 45.445, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1268, 4, 2123.27, 651.313, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1269, 4, 2120.44, 696.091, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1270, 4, -1776.18, 1115.52, 45.445, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1271, 4, 2091.24, 695.188, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1272, 4, 2094.12, 650.404, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1273, 4, -1780.11, 1138.79, 38.585, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1274, 4, 2068.96, 696.629, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1275, 4, -1780.12, 1158.76, 30.448, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1276, 4, 2065.82, 649.861, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1277, 4, 2040.71, 696.086, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1278, 4, 2043.26, 651.311, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 150, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1279, 4, 2011.61, 695.187, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 400, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1280, 4, 2013.96, 650.404, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 150, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1281, 4, -1820.68, 1117.26, 46.445, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1282, 4, -1842.59, 1115.52, 45.445, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1283, 4, -1860.83, 1115.51, 45.445, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1284, 4, 2571.53, 719.404, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1285, 4, 2579.08, 719.478, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1286, 4, -2024.5, 1275.93, 7.187, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1287, 4, 2571.53, 713.242, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1288, 4, -2029, 1275.91, 7.187, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1289, 4, 2579.08, 713.231, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1290, 4, 2579.08, 719.545, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1291, 4, 2571.7, 719.518, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1292, 4, -2043.83, 1261.38, 9.204, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1293, 4, 2621.06, 719.538, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1294, 4, 2613.51, 719.58, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1295, 4, 2613.51, 719.468, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1296, 4, 2621.06, 719.403, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1297, 4, 2613.5, 713.375, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1298, 4, 2621.06, 713.229, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1299, 4, -2383.11, 1336.27, 12.805, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1300, 4, 2540.06, 719.542, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1301, 4, 2532.51, 719.578, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1302, 4, -2351.14, 1336.15, 12.786, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1303, 4, 2532.5, 719.581, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1304, 4, 2540.06, 719.528, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1305, 4, 2532.51, 713.226, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1306, 4, 2540.06, 713.196, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1307, 4, -2351.15, 1318.02, 16.224, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1308, 4, -2351.16, 1299.56, 19.584, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1309, 4, -2351.14, 1281.29, 22.944, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1310, 4, 2660.08, 719.421, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1311, 4, 2652.53, 719.485, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1312, 4, 2652.53, 719.519, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1313, 4, -2351.15, 1262.93, 26.317, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1314, 4, 2660.08, 719.576, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1315, 4, -2351.15, 1244.69, 29.679, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1316, 4, 2652.53, 713.158, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1317, 4, 2660.08, 713.316, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1318, 4, -2351.15, 1226.37, 33.03, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1319, 4, 2652.53, 713.269, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1320, 4, -2383.13, 1226.35, 33.042, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1321, 4, 2660.08, 713.333, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1322, 4, -2383.09, 1244.63, 29.686, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1323, 4, 2613.51, 713.393, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1324, 4, -2383.14, 1262.96, 26.329, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1325, 4, 2621.06, 713.221, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1326, 4, -2383.12, 1281.31, 22.963, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1327, 4, -2383.14, 1299.71, 19.599, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1328, 4, 2579.08, 713.21, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1329, 4, -2383.12, 1317.95, 16.238, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1330, 4, 2571.53, 713.25, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1331, 4, 2540.06, 713.254, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1332, 4, 2532.51, 713.365, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1333, 4, 2526.21, 750.095, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1334, 4, -2433.08, 1338.17, 8.507, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1335, 4, 2526.13, 742.542, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1336, 4, 2525.97, 742.541, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1337, 4, 2526.04, 750.094, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1338, 4, -2433.76, 1318.71, 13.867, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1339, 4, -2434.02, 1311.06, 15.418, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1340, 4, 2532.3, 742.541, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1341, 4, 2532.36, 750.094, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1342, 4, -2433.07, 1301.14, 18.382, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1343, 4, 2532.43, 750.091, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1344, 4, 2532.36, 742.543, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1345, 4, -2433.77, 1281.61, 23.742, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1346, 4, -2434, 1274.07, 25.313, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1347, 4, -2433.06, 1264.12, 28.257, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1348, 4, 2660.31, 750.098, 10.819, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1349, 4, 2660.28, 742.544, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1350, 4, 2666.5, 750.095, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1351, 4, -2433.72, 1244.43, 33.617, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1352, 4, 2666.5, 742.545, 10.82, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1353, 4, -2477.24, 1244.31, 33.609, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1354, 4, -2477.93, 1264.22, 28.25, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1355, 4, -2476.93, 1274.28, 25.314, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1356, 4, 2660.21, 742.546, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1357, 4, 2660.38, 750.098, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1358, 4, 2666.43, 742.544, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1359, 4, -2477.19, 1281.51, 23.726, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1360, 4, 2666.53, 750.098, 14.739, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'lv project apartment small', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1361, 4, -2477.88, 1301.24, 18.375, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1362, 4, -2476.93, 1311.23, 15.411, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1363, 4, -2477.2, 1318.62, 13.851, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1364, 4, -2477.87, 1338.25, 8.503, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Normal Size House In SF', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1365, 4, 1845.44, 661.125, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1366, 4, 1844.53, 690.45, 11.453, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1367, 4, 1843.99, 718.83, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1368, 4, 1845.44, 741.387, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1369, 4, -2126.45, 1087.64, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1370, 4, -2126.5, 1069.28, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1371, 4, -2126.44, 1050.91, 80.007, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1372, 4, -2126.47, 1032.53, 80.007, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1373, 4, -2126.44, 1014.24, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1374, 4, -2126.47, 996.319, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1375, 4, -2126.44, 978.493, 80.007, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1376, 4, -2129.63, 942.578, 80, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1377, 4, -2116.77, 927.828, 86.079, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, '2 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1378, 4, -2129.25, 895.038, 80, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1379, 4, -2126.4, 832.815, 69.562, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1380, 4, -2126.04, 774.131, 69.562, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1381, 4, -2126.08, 755.699, 69.562, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1382, 4, -2112.56, 746.415, 69.562, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1383, 4, -2094.2, 746.424, 69.562, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1384, 4, -2066.57, 746.057, 64.895, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1385, 4, -2048.12, 746.08, 57.042, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1386, 4, -2029.84, 746.08, 49.464, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1387, 4, -2018.55, 748.037, 45.445, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1388, 4, -2018.54, 766.224, 45.445, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1389, 4, -2018.53, 784.821, 45.445, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1390, 4, -2029.85, 796.118, 49.467, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1391, 4, -2048.22, 796.097, 57.039, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1392, 4, -2066.44, 796.124, 64.924, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1393, 4, -2094.25, 795.745, 69.562, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1394, 4, -2112.67, 795.752, 69.562, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1395, 4, -2112.63, 823.535, 69.562, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1396, 4, -2094.18, 823.546, 69.562, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1397, 4, -2066.48, 820.686, 64.923, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1398, 4, -2048.12, 820.692, 57.026, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1399, 4, -2029.81, 820.68, 49.463, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1400, 4, -2018.54, 832.175, 45.445, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1401, 4, -2018.54, 849.283, 45.448, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1402, 4, -2018.53, 865.804, 45.444, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '6 Story Condo In SF', 450000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1403, 4, -2016.35, 897.455, 45.445, 0, 0, 0, 0, 0, 234.22, 1063.89, 358.5, 0, 6, 0, 0, 0, '4 Story Condo In SF', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1404, 4, -2034.17, 901.466, 50.457, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1405, 4, -2075.25, 898.651, 64.132, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Large Condo In SF', 420000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1406, 4, -2084.75, 898.646, 64.132, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Large Condo In SF', 420000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1407, 4, -2099.46, 897.382, 76.708, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1408, 4, -2018.29, 970.072, 45.444, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, '5 Story Condo In SF', 500000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1409, 4, -2018.3, 982.705, 47.685, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1410, 4, -2018.29, 1000.03, 50.778, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1411, 4, -2018.3, 1016.93, 53.866, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, '3 Story Condo In SF', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1412, 4, 984.466, 2343.69, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1413, 4, 985.477, 2314.3, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1414, 4, 986.487, 2271.25, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1415, 4, 956.897, 2270.27, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1416, 4, 1030.81, 2028.11, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1417, 4, 1029.36, 2005.64, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1418, 4, 985.411, 2000.59, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1419, 4, 984.508, 2030.18, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1420, 4, -2905.21, 1154.89, 13.663, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1421, 4, -2905.16, 1165.04, 13.663, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1422, 4, 1030.27, 1976.01, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1423, 4, -2905.25, 1171.55, 13.663, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1424, 4, -2905.09, 1178.76, 13.663, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1425, 4, 983.971, 1978.2, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1426, 4, 984.703, 1930.83, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1427, 4, 1030.81, 1928.11, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1428, 4, -2904.7, 1118.82, 27.07, 0, 0, 0, 0, 0, 22.93, 1403.32, 1084.43, 0, 5, 0, 0, 0, 'Small Nice House In SF', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1429, 4, 1029.36, 1905.92, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1430, 4, -2904.8, 1111.52, 27.069, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1431, 4, 985.413, 1901.04, 11.46, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1432, 4, -2904.47, 1101.11, 27.069, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Small House In SF', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1433, 4, 983.971, 1878.94, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1434, 4, 1030.37, 1876.35, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1435, 4, 1030.81, 1847.93, 11.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'Medium house at LV', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1436, 4, 2158.34, -1611.31, 14.35, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 1500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1437, 4, 2129.11, -1663.94, 15.085, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1438, 4, 2141.49, -1652.85, 15.085, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1439, 4, 2172.59, -1615.28, 14.281, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, '*LS Project', 4000, 95, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1440, 4, 2179.08, -1600.11, 14.345, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1441, 4, 2165.56, -1590.49, 14.345, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1442, 4, 2151.2, -1598.49, 14.345, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1443, 4, 2150.4, -1583.96, 14.336, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1444, 4, 2136, -1591.98, 14.35, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1445, 4, 2143.29, -1571.2, 14.192, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1446, 4, 2158.51, -1577.71, 14.281, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1447, 4, 2191.91, -1592.97, 14.35, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1448, 4, 2185.31, -1608.14, 14.359, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1449, 4, 2143.12, -1604.72, 14.35, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1450, 4, 2068.14, -1588.86, 13.489, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1451, 4, 2073.36, -1583.05, 13.472, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1452, 4, 2065.33, -1583.36, 13.479, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1453, 4, 2076.11, -1588.67, 13.491, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1454, 4, 2072.5, -1559.31, 13.409, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1455, 4, 2066.81, -1554.09, 13.434, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1456, 4, 2066.96, -1562.17, 13.428, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1457, 4, 2072.27, -1551.3, 13.423, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1458, 4, 1852.3, -2019.63, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 250, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1459, 4, 1852.33, -2021.36, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 2000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1460, 4, 1857.1, -2035.08, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1461, 4, 1858.71, -2035.04, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1462, 4, 1867.87, -2028.42, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1463, 4, 1864.98, -2021.37, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1464, 4, 1864.95, -2019.64, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1465, 4, 1865.96, -2003.88, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 50, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1466, 4, 1867.77, -2003.87, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1467, 4, 1867.88, -2010.06, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1468, 4, 1888.93, -2000.94, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1469, 4, 1877.32, -2001.01, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1470, 4, 1867.75, -1998.07, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1471, 4, 1866.01, -1998.09, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1472, 4, 1867.79, -1985.4, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1473, 4, 1866, -1985.45, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1474, 4, 1852.28, -1990.19, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1475, 4, 1852.33, -1991.81, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 449, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1476, 4, 1858.96, -2001, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1477, 4, 1849.4, -2010.06, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1478, 4, 1895.53, -2019.67, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1479, 4, 1895.53, -2021.36, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1480, 4, 1898.99, -2037.96, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1481, 4, 1898.37, -2028.42, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1482, 4, 1905.98, -2035.08, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1483, 4, 1907.71, -2035.05, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1484, 4, 1913.96, -2021.43, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1485, 4, 1913.95, -2019.65, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 450, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1486, 4, 1901.33, -2019.64, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1487, 4, 1901.34, -2021.43, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1488, 4, 1916.9, -2028.42, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1489, 4, 1919.76, -2021.34, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1490, 4, 1919.76, -2019.62, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1491, 4, 1916.9, -2000.38, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1492, 4, 1916.89, -2010.06, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1493, 4, 1907.28, -2001.01, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1494, 4, 1913.95, -1993.45, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 730, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1495, 4, 1913.92, -1991.56, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1496, 4, 1907.29, -1982.51, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1497, 4, 1900.31, -1979.61, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1498, 4, 1898.66, -1979.62, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1499, 4, 1916.76, -1982.03, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1500, 4, 1919.72, -1993.24, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1501, 4, 1919.72, -1991.62, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1502, 4, 1900.21, -1985.39, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1503, 4, 1898.54, -1985.42, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 145, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1504, 4, 1900.25, -1998.04, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1505, 4, 1898.49, -1998.06, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1506, 4, 1870.76, -2019.59, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1507, 4, 1870.76, -2021.39, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1508, 4, 1868.35, -2037.97, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1509, 4, 1858.79, -2040.85, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1510, 4, 1857.02, -2040.85, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1511, 4, 1906.17, -2040.85, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1512, 4, 1907.74, -2040.85, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1513, 4, 1849.99, -2037.92, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1514, 4, 1849.42, -2028.42, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1515, 4, 1846.53, -2021.35, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1516, 4, 1846.53, -2019.77, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1517, 4, 1849.45, -2001.46, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1518, 4, 1838.7, -1995.85, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1519, 4, 1838.7, -1994.18, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1520, 4, 1846.53, -1991.87, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1521, 4, 1846.53, -1990.15, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1522, 4, 1849.35, -1983.11, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1523, 4, 1858.96, -1982.62, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1524, 4, 1888.93, -1982.5, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1525, 4, 1917.35, -2037.98, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1526, 4, 1835.86, -2005.48, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1527, 4, 1835.93, -1987.13, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1528, 4, 1835.24, -1977.53, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1529, 4, 1828.37, -1980.44, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1530, 4, 1826.53, -1980.51, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1531, 4, 1817.51, -1987.13, 13.553, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1532, 4, 1816.89, -1977.5, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1533, 4, 1826.53, -1974.69, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1534, 4, 1828.07, -1974.69, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1535, 4, 1832.9, -1994.11, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1536, 4, 1820.28, -1995.94, 13.553, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1537, 4, 1820.24, -1994.23, 13.553, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1538, 4, 1817.43, -2005.49, 13.553, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1539, 4, 1814.47, -1995.92, 13.553, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1540, 4, 1814.48, -1994.15, 13.553, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1541, 4, 1867.74, -1979.65, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1542, 4, 1865.92, -1979.65, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1543, 4, 1877.32, -1982.49, 13.545, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1544, 4, 1801.99, -2098.94, 14.02, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1545, 4, 1804.19, -2124.9, 13.942, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1546, 4, 1781.45, -2101.27, 14.055, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1547, 4, 1782.09, -2126.37, 14.067, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1548, 4, 1761.17, -2125.45, 14.055, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1549, 4, 1762.39, -2101.98, 13.854, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1550, 4, 1734.15, -2097.98, 14.036, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1551, 4, 1734.62, -2130.35, 14.02, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1552, 4, 1715.06, -2125.45, 14.055, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1553, 4, 1711.67, -2101.24, 14.02, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1554, 4, 1695.52, -2125.83, 13.81, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 250, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1555, 4, 1684.72, -2098.16, 13.833, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1556, 4, 1673.68, -2122.46, 14.145, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1557, 4, 1616.15, -1897.58, 13.548, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'normal house at ls', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1558, 4, 1610.88, -1893.88, 13.545, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'normal house at ls', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1559, 4, 1628.69, -1903.36, 13.553, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'normal house at ls', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1560, 4, 1325.95, -1067.65, 31.554, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1561, 4, 1326.26, -1090.61, 27.975, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1562, 4, 1285.27, -1090.28, 28.256, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1563, 4, 1242.26, -1099.51, 27.975, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1564, 4, 1241.94, -1076.43, 31.554, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1565, 4, 1285.26, -1067.31, 31.677, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1566, 4, 1189.01, -1018.12, 36.234, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1567, 4, 1196.48, -1016.99, 36.234, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1568, 4, 1188.19, -1011.88, 36.226, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1569, 4, 1195.68, -1010.91, 36.226, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1570, 4, 1188.19, -1011.89, 32.546, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1571, 4, 1195.69, -1010.93, 32.553, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1572, 4, 1189.01, -1018.09, 32.546, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1573, 4, 1196.5, -1017.15, 32.546, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1574, 4, 1234.73, -1016.13, 32.604, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1575, 4, 1227.25, -1017.18, 32.601, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 50, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1576, 4, 1233.93, -1010.05, 32.601, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1577, 4, 1226.44, -1011.03, 32.601, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1578, 4, 1234.73, -1016.15, 36.335, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 1500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1579, 4, 1227.25, -1017.18, 36.333, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1580, 4, 1233.92, -1009.97, 36.328, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1581, 4, 1226.44, -1011.01, 36.327, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House near vinewood small LS', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1582, 4, 1127.97, -1021.17, 34.992, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1583, 4, 1118.05, -1021.17, 34.992, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1584, 4, 1051.03, -1059.3, 34.796, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1585, 4, 993.757, -1059.03, 33.699, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1586, 4, 952.609, -909.104, 45.763, 0, 0, 0, 0, 0, 1298.81, -796.658, 1084.01, 0, 5, 0, 0, 0, 'Mayor\'s Mansion', 5250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1587, 4, 1411.1, -920.861, 38.421, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1588, 4, 1440.67, -926.135, 39.645, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1589, 4, 1421.78, -886.229, 50.686, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1590, 4, 1468.54, -906.181, 54.833, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1591, 4, 1535.72, -885.249, 57.657, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'house at vinewood', 250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1592, 4, 1540.47, -851.437, 64.333, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'Small House at Vinewood', 400000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1593, 4, 1535.03, -800.169, 72.847, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1594, 4, 1527.88, -772.64, 80.578, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'Amri Residence', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1595, 4, 1442.68, -628.83, 95.718, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'House At Vinewood With Swimming Pool', 550000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1596, 4, 1331.99, -633.546, 109.134, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'Fancy Mansion with swimming pool', 550000, 1500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1597, 4, 1094.99, -647.906, 113.648, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House at Vinewood', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1598, 4, 1045.16, -642.94, 120.111, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1599, 4, 897.927, -677.106, 116.888, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'House At Vinewood With Swimming Pool', 550000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1600, 4, 946.304, -710.692, 122.619, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1601, 4, 867.491, -717.575, 105.679, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'house at vinewood', 250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1602, 4, 847.994, -745.513, 94.969, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'house at vinewood', 250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1603, 4, 891.145, -783.174, 101.313, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1604, 4, 808.26, -759.379, 76.527, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1605, 4, 785.955, -828.577, 70.289, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'house at vinewood', 250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1606, 4, 497.367, -1095.07, 82.359, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'House At Vinewood With Swimming Pool', 550000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1607, 4, 416.769, -1154.12, 76.68, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'House at Vinewood', 550000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1608, 4, 352.325, -1198, 76.513, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1609, 4, 355.071, -1281.19, 53.701, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'house at vinewood', 250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1610, 4, 228.05, -1405.49, 51.609, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1611, 4, 470.756, -1163.56, 67.217, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1612, 4, 558.763, -1161.09, 54.429, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1613, 4, 552.94, -1200.28, 44.831, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'house at vinewood', 250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1614, 4, 432.028, -1253.96, 51.58, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1615, 4, 612.169, -1085.92, 58.826, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'House At Vinewood With Swimming Pool', 550000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1616, 4, 559.125, -1076.41, 72.916, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1617, 4, 648.309, -1058.72, 52.576, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1618, 4, 673.114, -1020.17, 55.756, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1619, 4, 700.257, -1060.32, 49.421, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'House At Vinewood With Swimming Pool', 550000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1620, 4, 724.663, -999.356, 52.734, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1621, 4, 923.903, -853.408, 93.456, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1622, 4, 937.804, -848.742, 93.577, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1623, 4, 910.388, -817.546, 103.125, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1624, 4, 977.379, -771.708, 112.202, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1625, 4, 1017.02, -763.361, 112.563, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1626, 4, 1034.81, -813.184, 101.847, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1627, 4, 989.736, -828.69, 95.468, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming Pool', 400000, 1500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1628, 4, 1093.97, -807.13, 107.416, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'UFO House at vinewood', 1000000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1629, 4, 835.968, -894.861, 68.763, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1630, 4, 827.822, -857.979, 70.33, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1631, 4, 1112.64, -742.109, 100.132, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming Pool', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1632, 4, 168.136, -1768.4, 4.486, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1633, 4, 192.811, -1769.39, 4.328, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'The OG Beach House', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1634, 4, 206.884, -1768.88, 4.368, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1635, 4, 280.894, -1767.07, 4.546, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1636, 4, 295.239, -1764.12, 4.868, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1637, 4, 305.371, -1770.22, 4.538, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1638, 4, 315.877, -1769.43, 4.622, 0, 0, 0, 0, 0, 226.3, 1114.37, 1080.99, 0, 5, 0, 0, 0, 'Beach House with Garage', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1639, 4, 902.924, -1815.45, 13.302, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1640, 4, 905.044, -1815.69, 13.3, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1641, 4, 908.585, -1816.07, 13.301, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1642, 4, 910.78, -1816.31, 13.301, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1643, 4, 914.559, -1816.73, 13.307, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1644, 4, 916.719, -1816.97, 13.307, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1645, 4, 920.341, -1817.37, 13.306, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1646, 4, 922.531, -1817.62, 13.306, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1647, 4, 926.278, -1818.04, 13.324, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1648, 4, 928.375, -1818.28, 13.321, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1649, 4, 931.923, -1818.69, 13.321, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1650, 4, 934.049, -1818.93, 13.319, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1651, 4, 961.132, -1823.96, 13.326, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1652, 4, 963.249, -1824.51, 13.325, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1653, 4, 966.735, -1825.36, 13.322, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1654, 4, 968.934, -1825.9, 13.323, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1655, 4, 972.501, -1826.77, 13.333, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1656, 4, 974.557, -1827.28, 13.332, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1657, 4, 978.143, -1828.16, 13.329, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1658, 4, 980.192, -1828.67, 13.328, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1659, 4, 983.918, -1829.58, 13.329, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 20, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1660, 4, 985.973, -1830.08, 13.331, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1661, 4, 989.481, -1830.95, 13.336, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1662, 4, 991.721, -1831.49, 13.34, 0, 0, 0, 0, 0, 2237.46, -1081.64, 1049.02, 0, 2, 0, 0, 0, 'apartment at the beach ls', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1663, 4, 2581.51, -969.296, 81.361, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1664, 4, 655.947, -1635.87, 15.861, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house near the beach', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1665, 4, 660.406, -1599.85, 15, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house near the beach', 55000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1666, 4, 2388.42, -1279.65, 25.128, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1667, 4, 2387.85, -1328.54, 25.124, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1668, 4, 2389.73, -1346.29, 25.076, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1669, 4, 2383.53, -1366.2, 24.489, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1670, 4, 2288.22, -1104.66, 38.594, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1671, 4, 2249.32, -1060.31, 55.965, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1672, 4, 2259.52, -1019, 59.297, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1673, 4, 2218.78, -1031.73, 60.263, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1674, 4, 2208.02, -1026.56, 61.347, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1675, 4, 2154.11, -979.905, 63.291, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1676, 4, 2142.69, -978.153, 61.379, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1677, 4, 2139.79, -1008.43, 61.986, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1678, 4, 2108.87, -1000.77, 60.506, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1679, 4, 2089.52, -996.244, 53.062, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1680, 4, 2073.48, -965.177, 49.388, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1681, 4, 2045.18, -965.918, 44.555, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1682, 4, 2049.21, -987.278, 44.979, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 800, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1683, 4, 2044.66, -991.32, 43.234, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1684, 4, 2015.59, -977.559, 36.951, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1685, 4, 2007.36, -984.58, 34.458, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1686, 4, 2000.2, -991.651, 32.131, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 150, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1687, 4, 2131.94, -974.005, 59.784, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 200, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1688, 4, 2122.04, -970.335, 58.207, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1689, 4, 2051.26, -954.762, 48.033, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1690, 4, 2278.66, -1077.38, 48.24, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1691, 4, 2355.77, -1058.81, 54.076, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1692, 4, 2348.01, -1047.59, 53.847, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1693, 4, 2350.99, -1039.79, 54.333, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1694, 4, 2355.53, -1038.58, 54.333, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1695, 4, 2370.25, -1034.55, 54.409, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 250, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1696, 4, 2362.67, -1046.43, 54.27, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1697, 4, 2335.19, -1046.01, 52.548, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1698, 4, 2325.48, -1060.97, 52.465, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1699, 4, 2330.22, -1060.9, 52.465, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1700, 4, 2297.73, -1053.08, 49.93, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1701, 4, 2284.19, -1046.09, 49.887, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1702, 4, 2319.77, -1053.31, 52.458, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'trailer LS', 2000, 15, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1703, 4, 2462.41, -1011.12, 60.111, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1704, 4, 2457.77, -1054.54, 59.958, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 350, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1705, 4, 2491.37, -1012.27, 65.398, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1706, 4, 2479.67, -1064.01, 66.998, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1707, 4, 2512.8, -1027.16, 70.083, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1708, 4, 2526.09, -1060.67, 69.97, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1709, 4, 2534.48, -1063.48, 69.565, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1710, 4, 2526.9, -1033.52, 69.579, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1711, 4, 2470.59, -1105.32, 44.486, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1712, 4, 2457.08, -1102.5, 43.867, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1713, 4, 2438.62, -1105.78, 43.081, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1714, 4, 2407.91, -1106.97, 40.291, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1715, 4, 2751.49, -1962.88, 13.545, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1716, 4, 2787.07, -1952.57, 13.545, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1717, 4, 2751.5, -1936.56, 13.538, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1718, 4, 2787.07, -1926.17, 13.545, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1719, 4, 2736.65, -1926.18, 13.545, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1720, 4, 2736.65, -1952.58, 13.545, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1721, 4, 2801.92, -1936.32, 13.545, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1722, 4, 2801.92, -1962.9, 13.545, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'LS Project', 4000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1723, 4, 2696.39, -1990.36, 14.222, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1724, 4, 2672.71, -1989.47, 14.324, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1725, 4, 2695.24, -2020.55, 14.022, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1726, 4, 2673.27, -2020.29, 14.168, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1727, 4, 2650.7, -2021.8, 14.175, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1728, 4, 2635.61, -2012.93, 14.144, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 100, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1729, 4, 2637.01, -1991.77, 14.324, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1730, 4, 2652.78, -1989.43, 13.998, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1731, 4, 2486.36, -2021.55, 13.998, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1732, 4, 2483.52, -1995.34, 13.833, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1733, 4, 2465.22, -2020.79, 14.123, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1734, 4, 2465.1, -1995.75, 14.019, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1736, 4, 2508.32, -1998.36, 13.902, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1737, 4, 2507.84, -2021.05, 14.21, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 4000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1738, 4, 2522.75, -2019, 14.074, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1739, 4, 2524.44, -1998.39, 14.112, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1740, 4, 1667.53, -2106.94, 14.071, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1741, 4, 192.779, -1747.76, 4.302, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1742, 4, 142.5, -1470.27, 25.208, 0, 0, 0, 0, 0, 295.209, 1472.26, 1080.25, 0, 15, 0, 0, 0, 'small house at vinewood', 150000, 2000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1743, 4, 161.447, -1455.95, 32.844, 0, 0, 0, 0, 0, 234.22, 1063.89, 1084.21, 0, 6, 0, 0, 0, 'House At Vinewood without swimming pool', 400000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1744, 4, 1059.16, -1105.14, 28.045, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1745, 4, 1103.41, -1092.54, 28.468, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1746, 4, 1103.4, -1069.59, 31.888, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1747, 4, 1142.12, -1092.77, 28.187, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1748, 4, 1183.47, -1098.93, 28.256, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1749, 4, 1183.47, -1076.04, 31.677, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1750, 4, 1141.81, -1069.99, 31.763, 0, 0, 0, 0, 0, 447, 1397.09, 1084.3, 0, 2, 0, 0, 0, 'House Near Vinewood', 150000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1751, 4, 2582.89, -952.931, 81.388, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1752, 4, 2552.05, -958.429, 82.611, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1753, 4, 2517.86, -965.392, 82.328, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1754, 4, 2499.51, -946.997, 82.47, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1755, 4, 2492.1, -965.645, 82.541, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1756, 4, 2472.35, -962.043, 80.525, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1757, 4, 2454.18, -964.963, 80.069, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1758, 4, 2459.37, -947.702, 80.082, 0, 0, 0, 0, 0, 222.929, 1287.08, 1082.14, 0, 1, 0, 0, 0, 'Ghetto Home LS Small', 10000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1759, 4, 992.684, -1817.65, 13.894, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1760, 4, 980.885, -1814.81, 13.887, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1761, 4, 969.596, -1812.02, 13.883, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1762, 4, 958.072, -1809.17, 13.88, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1763, 4, 933.647, -1805.2, 13.843, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1764, 4, 921.974, -1803.89, 13.837, 0, 0, 0, 0, 0, 261.06, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 900, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1765, 4, 910.267, -1802.69, 13.8, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1766, 4, 883.241, -1800.39, 13.8, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1767, 4, 866.656, -1798.94, 13.814, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'house at the beach', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1768, 4, 795.247, -506.148, 18.01, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'Little House at Dillimore', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1769, 4, 818.257, -509.316, 18.01, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Little House at Dillimore', 50000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1770, 4, 768.341, -503.48, 18.01, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House at Dillimore', 85000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1771, 4, 743.239, -509.316, 18.01, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House at Dillimore', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1772, 4, 745.135, -556.783, 18.01, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House at Dillimore', 100000, 150, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1773, 4, 766.591, -556.783, 18.01, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House at Dillimore', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1774, 4, 759.286, -592.028, 18.013, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Little House at Dillimore', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1775, 4, 745.674, -591.145, 18.01, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Little House at Dillimore', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1776, 4, 261.958, -269.976, 1.639, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1777, 4, 264.514, -288.417, 1.72643, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1778, 4, 260.596, -302.989, 1.917, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1779, 4, 253.248, -289.945, 1.70299, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1780, 4, 255.911, -278.502, 1.656, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1781, 4, 238.921, -286.288, 1.63268, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1782, 4, 235.132, -309.456, 1.7108, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1783, 4, 226.549, -302.812, 1.92618, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1784, 4, 264.514, -283.665, 1.72643, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1785, 4, 253.533, -274.545, 1.656, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1786, 4, 242.013, -298.601, 1.687, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Blue Berry', 20000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1787, 4, 178.279, -120.235, 1.54903, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1788, 4, 189.312, -120.229, 1.54846, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1789, 4, 166.299, -120.23, 1.55488, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1790, 4, 201.46, -94.9737, 1.55498, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1791, 4, 160.633, -102.568, 4.89647, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1792, 4, 160.632, -112.595, 4.89647, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1793, 4, 166.187, -118.234, 4.89647, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1794, 4, 178.265, -118.235, 4.89647, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1795, 4, 166.246, -96.9721, 4.89647, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1796, 4, 178.373, -96.973, 4.89647, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1797, 4, 166.389, -94.9725, 1.55484, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1798, 4, 207.073, -112.385, 4.89647, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1799, 4, 201.414, -96.9729, 4.89647, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1800, 4, 189.413, -96.9718, 4.89647, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1801, 4, 201.373, -118.234, 4.89647, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1802, 4, 201.453, -120.234, 1.55143, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1803, 4, 158.641, -112.616, 1.55671, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1804, 4, 209.084, -112.603, 1.55078, 0, 0, 0, 0, 0, 261.059, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'Apartment at Blue Berry', 80000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1805, 4, 252.884, -92.418, 3.535, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'House at Blue Berry', 110000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1806, 4, 252.886, -121.314, 3.535, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'House at Blue Berry', 110000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1807, 4, 267.691, -54.541, 2.776, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'House at Blue Berry', 130000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1808, 4, 295.071, -54.545, 2.777, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'House at Blue Berry', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1809, 4, 312.721, -92.337, 3.535, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'House at Blue Berry', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1810, 4, 312.721, -121.25, 3.535, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'House at Blue Berry', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1811, 4, 342.625, 62.719, 3.861, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Small House near Blue Berry', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1812, 4, 317.737, 54.6055, 3.375, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Small House near Blue Berry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1813, 4, 309.11, 44.4167, 3.08797, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Small House near Blue Berry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1814, 4, 286.063, 41.147, 2.54844, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Small House near Blue Berry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1815, 4, 316.561, 18.2672, 4.51562, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Small House near Blue Berry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1816, 4, 340.197, 33.4515, 6.40556, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'Small House near Blue Berry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1817, 4, 2323.84, 162.27, 28.44, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1818, 4, 2364, 187.283, 28.44, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1819, 4, 2364, 166.093, 28.44, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1820, 4, 2323.84, 191.22, 28.44, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 100000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1821, 4, 2323.84, 136.421, 28.44, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 100000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1822, 4, 2323.84, 116.138, 28.44, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 60000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1823, 4, 2364, 116.125, 28.44, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1824, 4, 2373.84, 71.079, 28.44, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1825, 4, 2373.84, 42.277, 28.44, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1826, 4, 2373.84, 21.978, 28.44, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1827, 4, 2373.84, -8.649, 28.44, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1828, 4, 2367.38, -49.125, 28.152, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1829, 4, 2392.29, -54.964, 28.152, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1830, 4, 2415.57, -5.701, 27.683, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 100000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1831, 4, 2438.78, -54.964, 28.152, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1832, 4, 2442.86, -4.038, 27.683, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1833, 4, 2488.38, 11.762, 28.44, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1834, 4, 2484.49, -28.392, 28.441, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1835, 4, 2513.28, -28.402, 28.44, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 85000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1836, 4, 2417.01, 17.878, 27.683, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 85000, 1000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1837, 4, 2549.23, 25.145, 27.673, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1838, 4, 2551.22, -5.506, 27.673, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1839, 4, 2551.22, 57.138, 27.673, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 110000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1840, 4, 2557.01, 87.888, 27.673, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 110000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1841, 4, 2536.24, 128.985, 27.683, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 110000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1842, 4, 2518.44, 128.987, 27.675, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 110000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1843, 4, 2514.05, 94.389, 27.683, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 90000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1844, 4, 2480.62, 126.994, 27.673, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1845, 4, 2462.76, 134.778, 27.675, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 150000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1846, 4, 2443.84, 92.263, 28.44, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 150000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1847, 4, 2481.22, 64.37, 27.683, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 80000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1848, 4, 2479.34, 94.391, 27.683, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 70000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1849, 4, 2439.56, 24.503, 27.683, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 125000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1850, 4, 2448.42, -11.019, 27.683, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 90000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1851, 4, 2415.44, -52.283, 28.153, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1852, 4, 2398.34, 111.76, 28.44, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1853, 4, 2269.5, 111.764, 28.44, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1854, 4, 2249.3, 111.763, 28.44, 0, 0, 0, 0, 0, 261.058, 1284.29, 1080.25, 0, 4, 0, 0, 0, 'House At Palomino Creek', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1855, 4, 2203.84, 106.152, 28.44, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 95000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1856, 4, 2203.84, 62.284, 28.44, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1857, 4, 2270.49, -7.499, 28.152, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1858, 4, 2245.52, -1.661, 28.152, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 190000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1859, 4, 2199.95, -37.354, 28.152, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1860, 4, 2197.27, -60.667, 28.152, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 220000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1861, 4, 2203.1, -89.224, 28.152, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 250000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1862, 4, 2245.53, -122.291, 28.153, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 220000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1863, 4, 2272.45, -119.135, 28.152, 0, 0, 0, 0, 0, 327.91, 1477.79, 1084.43, 0, 15, 0, 0, 0, 'House At Palomino Creek', 220000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1864, 4, 2293.74, -124.958, 28.152, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 110000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1865, 4, 2322.25, -124.959, 28.152, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 110000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1866, 4, 2285.84, 161.768, 28.44, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 110000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1867, 4, 2266.49, 168.339, 28.152, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 110000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1868, 4, 2236.53, 168.304, 28.152, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 110000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1869, 4, 2413.54, 61.761, 28.44, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 110000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1870, 4, 2443.41, 61.762, 28.44, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 120000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1871, 4, 2509.5, 11.762, 28.44, 0, 0, 0, 0, 0, 260.769, 1237.26, 1084.25, 0, 9, 0, 0, 0, 'House At Palomino Creek', 90000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1872, 4, 2511.69, 57.215, 27.683, 0, 0, 0, 0, 0, 2282.9, -1139.99, 1050.89, 0, 11, 0, 0, 0, 'House At Palomino Creek', 125000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1873, 4, 1283.31, 158.373, 20.791, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Trailer at Montgomery', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1874, 4, 1295.41, 174.55, 20.909, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Trailer at Montgomery', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1875, 4, 1294.51, 157.647, 20.576, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Trailer at Montgomery', 40000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1876, 4, 1299.14, 140.344, 20.538, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer at Montgomery', 30000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1877, 4, 1303.61, 186.1, 20.5389, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Trailer at Montgomery', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1878, 4, 1300.44, 193.272, 20.5233, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Trailer at Montgomery', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1879, 4, 1315.63, 180.156, 20.554, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Trailer at Montgomery', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1880, 4, 1311.76, 169.572, 20.631, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Trailer at Montgomery', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1881, 4, 1307.29, 153.318, 20.4921, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'Trailer at Montgomery', 40000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1882, 4, 1409.27, 346.89, 19.252, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1883, 4, 1403.22, 333.848, 18.9062, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1884, 4, 1415.88, 324.624, 18.843, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1885, 4, 1428.64, 356.429, 18.875, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1886, 4, 1413.14, 363.115, 19.1991, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1887, 4, 1419.53, 389.472, 19.3297, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1888, 4, 1475.32, 372.745, 19.6562, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1889, 4, 1465.74, 364.197, 19.2608, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1890, 4, 1469.66, 351.454, 18.923, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1891, 4, 1451.58, 375.788, 19.4005, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1892, 4, 1447.45, 361.738, 18.9081, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1893, 4, 1461.13, 342.467, 18.951, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1894, 4, 1434.89, 334.767, 18.9469, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1895, 4, 1488.61, 360.899, 19.4108, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House at Montgomery', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1896, 4, 723.709, 269.671, 22.4531, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House near Blueberry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1897, 4, 705.467, 292.096, 20.4219, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House near Blueberry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1898, 4, 719.073, 300.585, 20.3766, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House near Blueberry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1899, 4, 746.396, 305.002, 20.233, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House near Blueberry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1900, 4, 747.132, 278.173, 27.218, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House near Blueberry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1901, 4, 748.16, 257.106, 27.0859, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House near Blueberry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1902, 4, 748.428, 350.901, 20.5858, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer near Blueberry', 15000, 1, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1903, 4, 808.065, 372.286, 19.451, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer near Blueberry', 15000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1904, 4, 783.166, 377.561, 21.2967, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer near Blueberry', 15000, 500, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1905, 4, 751.723, 375.22, 23.374, 0, 0, 0, 0, 0, 244.41, 305.032, 999.148, 0, 1, 0, 0, 0, 'Trailer near Blueberry', 15000, 5000, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1906, 4, 783.883, 352.588, 19.5938, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House near Blueberry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1907, 4, 805.329, 358.37, 19.7621, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House near Blueberry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1908, 4, 758.917, 375.023, 23.3922, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House near Blueberry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1909, 4, 772.919, 348.266, 20.1527, 0, 0, 0, 0, 0, 2196.84, -1204.23, 1049.02, 0, 6, 0, 0, 0, 'House near Blueberry', 60000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1910, 4, -1061.35, -1205.56, 129.756, 0, 0, 0, 0, 0, 2317.82, -1024.75, 1050.21, 0, 9, 0, 0, 0, 'Weston\'s Farm', 75000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1911, 4, 1566.6, 23.2625, 24.1641, 0, 0, 0, 0, 0, 422.572, 2536.12, 10, 0, 10, 0, 0, 0, 'Swarek Shack.', 75000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1912, 4, 870.399, -24.9238, 63.9856, 0, 0, 0, 0, 0, 422.293, 2536.68, 10, 0, 10, 0, 0, 0, 'Eddie\'s Ranch', 25000, 0, 0, 0, 0); INSERT INTO `house_main` (`house_id`, `house_server`, `house_entrance_pos_x`, `house_entrance_pos_y`, `house_entrance_pos_z`, `house_entrance_rot_z`, `house_entrance_int`, `house_entrance_vw`, `house_entrance_pickup`, `house_entrance_blip`, `house_exit_pos_x`, `house_exit_pos_y`, `house_exit_pos_z`, `house_exit_rot_z`, `house_exit_int`, `house_exit_vw`, `house_exit_pickup`, `house_exit_blip`, `house_description`, `house_buy_price`, `house_rent_price`, `house_owner_type`, `house_owner_id`, `house_locked`) VALUES (1913, 4, -1051.73, 1549.97, 33.4376, 0, 0, 0, 0, 0, 422.293, 2536.68, 10, 0, 10, 0, 0, 0, 'Ryan\'s Shack', 1000000, 0, 0, 0, 0); /*!40000 ALTER TABLE `house_main` ENABLE KEYS */; -- Dumping structure for table db24053.idea_main CREATE TABLE IF NOT EXISTS `idea_main` ( `idea_id` int(11) NOT NULL AUTO_INCREMENT, `idea_server` tinyint(2) NOT NULL DEFAULT '0', `idea_who_added` int(11) NOT NULL DEFAULT '0', `idea_when_added` int(32) NOT NULL DEFAULT '0', `idea_script_ver` varchar(16) NOT NULL DEFAULT '0.1', `idea_pos_x` float NOT NULL DEFAULT '0', `idea_pos_y` float NOT NULL DEFAULT '0', `idea_pos_z` float NOT NULL DEFAULT '0', `idea_rot_z` float NOT NULL DEFAULT '0', `idea_message` varchar(128) NOT NULL DEFAULT '( No Message )', `idea_svr_start` int(32) NOT NULL DEFAULT '0', `idea_session` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`idea_id`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1 COMMENT='User Submitted Ideas'; -- Dumping data for table db24053.idea_main: ~15 rows (approximately) /*!40000 ALTER TABLE `idea_main` DISABLE KEYS */; INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (1, 1, -1, 1607368777, '1.0', 0, 0, 0, 0, 'Test', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (2, 4, 1, 1608259672, '1.0', 1916.14, -1751.69, 13.0561, 1.58, 'Remove built-in interiors from SA', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (3, 4, 1, 1608261150, '1.0', 2235.27, 2440.09, 10.8203, 0.03, 'Add equipment weapons for SA', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (4, 4, 1, 1608262318, '1.0', 2258.62, 2463.1, 10.8203, -0.5, 'Exclude LVPD garage from snow', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (5, 4, 1, 1608262432, '1.0', 2179.19, 1766.52, 56.5364, 1.3, 'Exclude LV parking garages from snow', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (6, 4, 1, 1608262457, '1.0', 1858.49, 1800.93, 36.5273, 0.5, 'Exclude LV parking garage ramp from snow', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (7, 4, 1, 1608262813, '1.0', 1192.94, -1321.7, 13.3984, -0.2, 'Add hospital fees', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (8, 4, 1, 1608263030, '1.0', -1569.29, 681.68, 7.1875, -3.14, 'Add default uniform for job locations', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (9, 4, 1, 1608264357, '1.0', -1985.6, 162.528, 27.6875, 3.1, 'Account logo cmd like gui', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (10, 4, 1, 1608264374, '1.0', -1983.54, 163.581, 27.6875, 1.02, 'Admin report system', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (11, 4, 1, 1608347312, '1.0', 1841.32, -1542.86, 13.5469, -1.34, 'Add message when player connects', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (12, 4, 1, 1608347713, '1.0', 1597.3, -1687.64, 5.89062, 1.84, 'Add alias unlock for lock command', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (13, 4, 1, 1608348053, '1.0', 1550.96, -1439.45, 12.9606, 1.54, 'Sync skin when using uniform or any skin change', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (14, 4, 1, 1608348085, '1.0', 1193.81, -1316.13, 12.9778, 0.06, 'Add nametags', 2147483647, 0); INSERT INTO `idea_main` (`idea_id`, `idea_server`, `idea_who_added`, `idea_when_added`, `idea_script_ver`, `idea_pos_x`, `idea_pos_y`, `idea_pos_z`, `idea_rot_z`, `idea_message`, `idea_svr_start`, `idea_session`) VALUES (15, 4, 1, 1608348314, '1.0', 1359.7, -1255.02, 12.96, -0.01, 'Save interior if exit in house or biz', 2147483647, 0); /*!40000 ALTER TABLE `idea_main` ENABLE KEYS */; -- Dumping structure for table db24053.ins_acct CREATE TABLE IF NOT EXISTS `ins_acct` ( `insurance_acct_id` int(11) NOT NULL AUTO_INCREMENT, `insurance_acct_server` tinyint(2) NOT NULL DEFAULT '0', `insurance_acct_provider` int(11) NOT NULL DEFAULT '0', `insurance_acct_type` tinyint(2) NOT NULL DEFAULT '0', `insurance_acct_entity` int(11) NOT NULL DEFAULT '0', `insurance_acct_hourly_rate` int(11) NOT NULL DEFAULT '0', `insurance_acct_active` tinyint(1) NOT NULL DEFAULT '0', `insurance_acct_max_payout` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`insurance_acct_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Insurance - Accounts'; -- Dumping data for table db24053.ins_acct: ~0 rows (approximately) /*!40000 ALTER TABLE `ins_acct` DISABLE KEYS */; /*!40000 ALTER TABLE `ins_acct` ENABLE KEYS */; -- Dumping structure for table db24053.ins_provider CREATE TABLE IF NOT EXISTS `ins_provider` ( `insurance_provider_id` int(11) NOT NULL AUTO_INCREMENT, `insurance_provider_server` tinyint(2) NOT NULL DEFAULT '0', `insurance_provider_name` varchar(32) NOT NULL DEFAULT '0', `insurance_provider_type_flags` int(32) NOT NULL DEFAULT '0', `insurance_provider_active` tinyint(1) NOT NULL DEFAULT '1', `insurance_provider_owner_type` tinyint(1) NOT NULL DEFAULT '0', `insurance_provider_owner_id` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`insurance_provider_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Insurance - Providers'; -- Dumping data for table db24053.ins_provider: ~0 rows (approximately) /*!40000 ALTER TABLE `ins_provider` DISABLE KEYS */; /*!40000 ALTER TABLE `ins_provider` ENABLE KEYS */; -- Dumping structure for table db24053.int_main CREATE TABLE IF NOT EXISTS `int_main` ( `int_id` int(11) NOT NULL AUTO_INCREMENT, `int_server` int(11) NOT NULL DEFAULT '0', `int_name` varchar(50) NOT NULL DEFAULT 'Unnamed', `int_type` int(11) NOT NULL DEFAULT '0', `int_entrance_pos_x` float NOT NULL DEFAULT '0', `int_entrance_pos_y` float NOT NULL DEFAULT '0', `int_entrance_pos_z` float NOT NULL DEFAULT '0', `int_entrance_rot_z` float NOT NULL DEFAULT '0', `int_entrance_int` int(11) NOT NULL DEFAULT '0', `int_entrance_vw` int(11) NOT NULL DEFAULT '0', `int_exit_pos_x` float NOT NULL DEFAULT '0', `int_exit_pos_y` float NOT NULL DEFAULT '0', `int_exit_pos_z` float NOT NULL DEFAULT '0', `int_exit_rot_z` float NOT NULL DEFAULT '0', `int_exit_int` int(11) NOT NULL DEFAULT '0', `int_exit_vw` int(11) NOT NULL DEFAULT '0', `int_locked` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`int_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Interiors'; -- Dumping data for table db24053.int_main: ~0 rows (approximately) /*!40000 ALTER TABLE `int_main` DISABLE KEYS */; /*!40000 ALTER TABLE `int_main` ENABLE KEYS */; -- Dumping structure for table db24053.job_bl CREATE TABLE IF NOT EXISTS `job_bl` ( `job_bl_id` int(11) NOT NULL AUTO_INCREMENT, `job_bl_job` int(11) NOT NULL DEFAULT '0', `job_bl_acct` int(11) NOT NULL DEFAULT '0', `job_bl_when_added` int(11) NOT NULL DEFAULT '0', `job_bl_who_added` int(11) NOT NULL DEFAULT '0', `job_bl_deleted` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`job_bl_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Job - Blacklist'; -- Dumping data for table db24053.job_bl: ~0 rows (approximately) /*!40000 ALTER TABLE `job_bl` DISABLE KEYS */; /*!40000 ALTER TABLE `job_bl` ENABLE KEYS */; -- Dumping structure for table db24053.job_equip CREATE TABLE IF NOT EXISTS `job_equip` ( `job_equip_id` int(11) NOT NULL AUTO_INCREMENT, `job_equip_job` int(11) NOT NULL DEFAULT '0', `job_equip_minrank` int(11) NOT NULL DEFAULT '0', `job_equip_name` varchar(50) NOT NULL DEFAULT '0', `job_equip_enabled` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`job_equip_id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COMMENT='Job Equipments'; -- Dumping data for table db24053.job_equip: ~20 rows (approximately) /*!40000 ALTER TABLE `job_equip` DISABLE KEYS */; INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (1, 1, 0, 'Patrol', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (2, 2, 0, 'Patrol', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (3, 3, 0, 'Patrol', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (4, 4, 0, 'Patrol', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (5, 1, 1, 'Detective', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (6, 2, 1, 'Detective', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (7, 3, 1, 'Detective', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (8, 4, 1, 'Detective', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (9, 1, 2, 'SWAT', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (10, 2, 2, 'SWAT', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (11, 3, 2, 'SWAT', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (12, 4, 2, 'SWAT', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (13, 1, 3, 'Supervisor', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (14, 2, 3, 'Supervisor', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (15, 3, 3, 'Supervisor', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (16, 4, 3, 'Supervisor', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (17, 9, 0, 'Firefighter', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (18, 10, 0, 'Firefighter', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (19, 11, 0, 'Firefighter', 1); INSERT INTO `job_equip` (`job_equip_id`, `job_equip_job`, `job_equip_minrank`, `job_equip_name`, `job_equip_enabled`) VALUES (20, 12, 0, 'Firefighter', 1); /*!40000 ALTER TABLE `job_equip` ENABLE KEYS */; -- Dumping structure for table db24053.job_equip_wep CREATE TABLE IF NOT EXISTS `job_equip_wep` ( `job_equip_wep_id` int(11) NOT NULL AUTO_INCREMENT, `job_equip_wep_equip` int(11) NOT NULL DEFAULT '0', `job_equip_wep_wep` int(11) NOT NULL DEFAULT '0', `job_equip_wep_ammo` int(11) NOT NULL DEFAULT '0', `job_equip_wep_enabled` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`job_equip_wep_id`) ) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=utf8 COMMENT='Job Equipments - Weapons'; -- Dumping data for table db24053.job_equip_wep: ~52 rows (approximately) /*!40000 ALTER TABLE `job_equip_wep` DISABLE KEYS */; INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (1, 1, 1, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (2, 1, 2, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (3, 1, 4, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (4, 5, 1, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (5, 5, 2, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (6, 5, 4, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (7, 9, 1, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (8, 9, 2, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (9, 9, 4, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (10, 13, 4, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (11, 13, 17, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (12, 13, 19, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (13, 17, 4, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (14, 17, 17, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (15, 17, 19, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (16, 21, 4, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (17, 21, 17, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (18, 21, 19, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (19, 25, 4, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (20, 25, 17, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (21, 25, 19, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (22, 29, 3, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (23, 29, 24, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (24, 29, 25, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (25, 33, 3, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (26, 33, 24, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (27, 33, 25, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (28, 37, 3, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (29, 37, 24, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (30, 37, 25, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (31, 4, 3, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (32, 4, 22, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (33, 4, 25, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (34, 8, 24, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (35, 8, 43, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (36, 12, 3, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (37, 12, 17, 5, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (38, 12, 24, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (39, 12, 27, 50, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (40, 12, 29, 350, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (41, 12, 31, 350, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (42, 12, 34, 30, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (43, 16, 3, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (44, 16, 24, 150, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (45, 16, 25, 20, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (46, 16, 29, 350, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (47, 17, 9, 500, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (48, 18, 31, 500, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (49, 18, 11, 1, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (50, 20, 42, 99999, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (51, 20, 37, 500, 1); INSERT INTO `job_equip_wep` (`job_equip_wep_id`, `job_equip_wep_equip`, `job_equip_wep_wep`, `job_equip_wep_ammo`, `job_equip_wep_enabled`) VALUES (52, 20, 9, 1, 1); /*!40000 ALTER TABLE `job_equip_wep` ENABLE KEYS */; -- Dumping structure for table db24053.job_loc CREATE TABLE IF NOT EXISTS `job_loc` ( `job_loc_id` int(11) NOT NULL AUTO_INCREMENT, `job_loc_job` int(11) NOT NULL DEFAULT '0', `job_loc_pos_x` float NOT NULL DEFAULT '0', `job_loc_pos_y` float NOT NULL DEFAULT '0', `job_loc_pos_z` float NOT NULL DEFAULT '0', `job_loc_enabled` float NOT NULL DEFAULT '0', `job_loc_uniform` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`job_loc_id`) ) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8 COMMENT='Job - Locations'; -- Dumping data for table db24053.job_loc: ~49 rows (approximately) /*!40000 ALTER TABLE `job_loc` DISABLE KEYS */; INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (1, 1, 1143.87, -675.18, 14.97, 1, 1); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (2, 1, 340.25, -1123.37, 25.98, 1, 1); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (3, 5, -1253, -138.18, 58.75, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (4, 2, 399.77, -468.9, 11.73, 1, 3); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (5, 2, 508.96, 512.07, 12.1, 1, 3); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (6, 2, -657.43, 762.31, 11.59, 1, 3); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (7, 6, -885.08, -470.44, 13.11, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (8, 4, 1545.53, -1675.64, 13.561, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (11, 5, 1144.25, -596.87, 14.97, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (12, 1, -1259.5, -44.5, 58.89, 1, 1); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (13, 5, 183.5, -17.75, 16.21, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (14, 9, 1103.7, -52.45, 7.49, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (15, 9, -78.48, -436.8, 16.17, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (16, 9, -1202.1, -14.67, 53.2, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (17, 13, 1229.2, -740.1, 15.17, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (18, 17, -57.1661, -334.266, 16.9324, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (19, 17, 0, 0, 0, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (20, 17, 1310.2, -1016.3, 14.88, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (21, 21, -66.8, -932.2, 16.47, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (22, 21, 1121.8, 27.8, 1.99, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (23, 3, 894.99, -357.39, 18.185, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (24, 3, 435.4, 1592.29, 17.353, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (25, 3, 974.93, 1870.45, 23.073, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (26, 3, 1233.25, -89.13, 28.034, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (27, 3, 50.12, 679.88, 15.316, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (28, 3, 85.21, 1189.82, 14.755, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (29, 3, 2170.87, 448.87, 6.085, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (30, 3, 213.12, -211.7, 10.752, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (31, 3, -1714.95, 276.31, 22.134, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (32, 3, -1220.73, -231.53, 3.024, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (33, 3, -927.66, 1263.63, 24.587, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (34, 6, -826.06, 1144.41, 12.41, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (35, 2, -872.06, -683.19, 11.23, 1, 3); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (36, 10, -698.22, 942.38, 11.08, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (37, 18, -1146.06, -285.65, 11.2, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (38, 14, -994.88, 185.1, 12.43, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (39, 6, 493.14, 709.31, 11.8, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (40, 22, -1264.42, 6.05, 11.45, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (41, 8, 1172.96, -1323.42, 15.4, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (42, 8, 2034.04, -1405.07, 17.24, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (43, 24, 2309.22, -2088.32, 13.55, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (44, 20, 1765.89, -1885.48, 13.55, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (45, 16, 1808.64, -1938.58, 13.55, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (46, 12, 1133.7, -1312.92, 13.58, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (47, 4, 2290.49, 2430.09, 10.82, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (48, 12, 1744.95, 2082.8, 10.82, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (49, 4, -1605.38, 711.5, 13.87, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (50, 8, -2655.15, 638.72, 14.45, 1, 0); INSERT INTO `job_loc` (`job_loc_id`, `job_loc_job`, `job_loc_pos_x`, `job_loc_pos_y`, `job_loc_pos_z`, `job_loc_enabled`, `job_loc_uniform`) VALUES (51, 12, -2026.34, 67.17, 28.69, 1, 0); /*!40000 ALTER TABLE `job_loc` ENABLE KEYS */; -- Dumping structure for table db24053.job_main CREATE TABLE IF NOT EXISTS `job_main` ( `job_id` int(11) NOT NULL AUTO_INCREMENT, `job_server` int(11) NOT NULL DEFAULT '0', `job_enabled` int(11) NOT NULL DEFAULT '1', `job_name` varchar(50) NOT NULL DEFAULT 'Unnamed', `job_pickup` int(11) NOT NULL DEFAULT '0', `job_type` int(11) NOT NULL DEFAULT '0', `job_blip` int(11) NOT NULL DEFAULT '0', `job_colour_r` int(11) NOT NULL DEFAULT '255', `job_colour_g` int(11) NOT NULL DEFAULT '255', `job_colour_b` int(11) NOT NULL DEFAULT '255', `job_whitelist` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`job_id`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8 COMMENT='Jobs'; -- Dumping data for table db24053.job_main: ~24 rows (approximately) /*!40000 ALTER TABLE `job_main` DISABLE KEYS */; INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (1, 1, 1, 'Police', 1383, 1, 0, 70, 130, 180, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (2, 2, 1, 'Police', 375, 1, 0, 70, 130, 180, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (3, 3, 1, 'Police', 0, 1, 0, 70, 130, 180, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (4, 4, 1, 'Police', 1247, 1, 30, 70, 130, 180, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (5, 1, 1, 'Paramedic', 1362, 2, 0, 219, 112, 147, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (6, 2, 1, 'Paramedic', 366, 2, 0, 219, 112, 147, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (7, 3, 1, 'Paramedic', 0, 2, 0, 219, 112, 147, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (8, 4, 1, 'Paramedic', 1240, 2, 22, 219, 112, 147, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (9, 1, 1, 'Firefighter', 1364, 3, 0, 205, 92, 92, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (10, 2, 1, 'Firefighter', 365, 3, 0, 205, 92, 92, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (11, 3, 1, 'Firefighter', 0, 3, 0, 205, 92, 92, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (12, 4, 1, 'Firefighter', 1318, 3, 20, 205, 92, 92, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (13, 1, 1, 'Taxi Driver', 1361, 5, 0, 240, 230, 140, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (14, 2, 1, 'Taxi Driver', 365, 5, 0, 240, 230, 140, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (15, 3, 1, 'Taxi Driver', 0, 5, 0, 240, 230, 140, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (16, 4, 1, 'Taxi Driver', 1318, 5, 0, 240, 230, 140, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (17, 1, 1, 'Bus Driver', 1361, 4, 0, 50, 205, 50, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (18, 2, 1, 'Bus Driver', 365, 4, 0, 50, 205, 50, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (19, 3, 1, 'Bus Driver', 0, 4, 0, 50, 205, 50, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (20, 4, 1, 'Bus Driver', 1318, 4, 0, 50, 205, 50, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (21, 1, 1, 'Trash Collector', 1351, 6, 0, 150, 150, 150, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (22, 2, 1, 'Trash Collector', 365, 6, 0, 150, 150, 150, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (23, 3, 1, 'Trash Collector', 0, 6, 0, 150, 150, 150, 0); INSERT INTO `job_main` (`job_id`, `job_server`, `job_enabled`, `job_name`, `job_pickup`, `job_type`, `job_blip`, `job_colour_r`, `job_colour_g`, `job_colour_b`, `job_whitelist`) VALUES (24, 4, 1, 'Trash Collector', 1318, 6, 0, 150, 150, 150, 0); /*!40000 ALTER TABLE `job_main` ENABLE KEYS */; -- Dumping structure for table db24053.job_uniform CREATE TABLE IF NOT EXISTS `job_uniform` ( `job_uniform_id` int(11) NOT NULL AUTO_INCREMENT, `job_uniform_job` int(11) NOT NULL DEFAULT '0', `job_uniform_skin` int(11) NOT NULL DEFAULT '0', `job_uniform_enabled` int(11) NOT NULL DEFAULT '0', `job_uniform_minrank` int(11) NOT NULL DEFAULT '0', `job_uniform_name` varchar(50) NOT NULL DEFAULT 'Unnamed', PRIMARY KEY (`job_uniform_id`) ) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8 COMMENT='Jobs - Uniforms'; -- Dumping data for table db24053.job_uniform: ~59 rows (approximately) /*!40000 ALTER TABLE `job_uniform` DISABLE KEYS */; INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (1, 1, 1, 1, 0, 'Police Officer 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (2, 1, 92, 1, 0, 'Police Officer 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (3, 2, 1, 1, 0, 'Police Officer 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (4, 2, 120, 1, 0, 'Officer Lance Vance'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (5, 2, 97, 1, 1, 'Detective 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (6, 2, 98, 1, 1, 'Detective 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (7, 2, 99, 1, 1, 'Detective 3'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (8, 2, 100, 1, 1, 'Detective 4'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (9, 2, 101, 1, 1, 'Detective 5'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (10, 2, 102, 1, 1, 'Detective 6'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (11, 4, 280, 1, 0, 'Los Santos Police Officer'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (12, 4, 281, 1, 0, 'San Fierro Police Officer'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (13, 4, 282, 1, 0, 'Las Venturas Police Officer'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (14, 4, 284, 1, 0, 'Motorcycle Cop'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (15, 4, 165, 1, 0, 'Detective 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (16, 4, 166, 1, 0, 'Detective 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (17, 4, 285, 1, 2, 'SWAT'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (18, 4, 283, 1, 3, 'Sheriff 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (19, 4, 288, 1, 3, 'Sheriff 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (20, 4, 265, 1, 0, 'Officer Frank Tenpenny'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (21, 4, 266, 1, 0, 'Officer Eddie Pulaski'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (22, 4, 267, 1, 0, 'Officer Jimmy Hernandez'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (23, 3, -183203150, 1, 0, 'Police Officer 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (24, 3, -1518937979, 1, 0, 'Police Officer 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (25, 3, -370395528, 1, 0, 'Fat Police Officer'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (26, 3, -999506922, 1, 1, 'Detective 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (27, 5, 5, 1, 0, 'Paramedic 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (28, 5, 72, 1, 0, 'Paramedic 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (29, 5, 73, 1, 0, 'Paramedic 3'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (30, 6, 5, 1, 0, 'Paramedic 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (31, 6, 5, 1, 0, 'Paramedic 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (32, 7, -1175077216, 1, 0, 'Paramedic 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (33, 8, 274, 1, 0, 'Paramedic 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (34, 8, 275, 1, 0, 'Paramedic 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (35, 8, 276, 1, 0, 'Paramedic 3'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (36, 11, -610224615, 1, 0, 'Firefighter'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (37, 11, 610888851, 1, 0, 'Fire Chief'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (38, 11, 277, 1, 0, 'Firefighter 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (39, 12, 278, 1, 0, 'Firefighter 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (40, 12, 279, 1, 0, 'Firefighter 3'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (42, 13, 8, 1, 0, 'Taxi Driver 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (43, 14, 8, 1, 0, 'Taxi Driver 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (44, 16, 7, 1, 0, 'Taxi Driver 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (45, 16, 142, 1, 0, 'Taxi Driver 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (46, 17, 8, 1, 0, 'Bus Driver 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (47, 18, 8, 1, 0, 'Bus Driver 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (48, 20, 7, 1, 0, 'Bus Driver 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (49, 20, 142, 1, 0, 'Bus Driver 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (50, 21, 53, 1, 0, 'Garbage Collector 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (51, 21, 54, 1, 0, 'Garbage Collector 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (52, 22, 53, 1, 0, 'Garbage Collector 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (53, 22, 54, 1, 0, 'Garbage Collector 2'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (54, 24, 16, 1, 0, 'Garbage Collector 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (55, 23, 1136499716, 1, 0, 'Garbage Collector 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (56, 19, 134077503, 1, 0, 'Bus Driver 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (57, 15, 8772846, 1, 0, 'Taxi Driver 1'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (58, 3, -89302119, 1, 3, 'State Trooper'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (59, 3, -1004762946, 1, 2, 'SWAT'); INSERT INTO `job_uniform` (`job_uniform_id`, `job_uniform_job`, `job_uniform_skin`, `job_uniform_enabled`, `job_uniform_minrank`, `job_uniform_name`) VALUES (60, 2, 166, 1, 0, 'Officer Tommy Vercetti'); /*!40000 ALTER TABLE `job_uniform` ENABLE KEYS */; -- Dumping structure for table db24053.job_wl CREATE TABLE IF NOT EXISTS `job_wl` ( `job_wl_id` int(11) NOT NULL AUTO_INCREMENT, `job_wl_job` int(11) NOT NULL DEFAULT '0', `job_wl_acct` int(11) NOT NULL DEFAULT '0', `job_wl_who_added` int(11) NOT NULL DEFAULT '0', `job_wl_when_added` int(11) NOT NULL DEFAULT '0', `job_wl_enabled` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`job_wl_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Jobs - Whitelist'; -- Dumping data for table db24053.job_wl: ~0 rows (approximately) /*!40000 ALTER TABLE `job_wl` DISABLE KEYS */; /*!40000 ALTER TABLE `job_wl` ENABLE KEYS */; -- Dumping structure for table db24053.log_admin CREATE TABLE IF NOT EXISTS `log_admin` ( `log_admin_id` int(11) NOT NULL AUTO_INCREMENT, `log_admin_target` int(11) NOT NULL DEFAULT '0', `log_admin_msg` varchar(128) NOT NULL DEFAULT '', `log_admin_type` int(11) NOT NULL DEFAULT '0', `log_admin_admin` int(11) NOT NULL DEFAULT '0', `log_admin_timestamp` int(32) NOT NULL DEFAULT '0', PRIMARY KEY (`log_admin_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Log - Admin Actions'; -- Dumping data for table db24053.log_admin: ~0 rows (approximately) /*!40000 ALTER TABLE `log_admin` DISABLE KEYS */; /*!40000 ALTER TABLE `log_admin` ENABLE KEYS */; -- Dumping structure for table db24053.log_chat CREATE TABLE IF NOT EXISTS `log_chat` ( `log_chat_id` int(11) NOT NULL AUTO_INCREMENT, `log_chat_server` int(11) NOT NULL DEFAULT '0', `log_chat_sacct` int(11) NOT NULL DEFAULT '0', `log_chat_type` int(11) NOT NULL DEFAULT '0', `log_chat_msg` varchar(128) NOT NULL DEFAULT '', `log_chat_timestamp` int(32) NOT NULL DEFAULT '0', PRIMARY KEY (`log_chat_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Log - Game Chat'; -- Dumping data for table db24053.log_chat: ~0 rows (approximately) /*!40000 ALTER TABLE `log_chat` DISABLE KEYS */; /*!40000 ALTER TABLE `log_chat` ENABLE KEYS */; -- Dumping structure for table db24053.log_conn CREATE TABLE IF NOT EXISTS `log_conn` ( `log_conn_id` int(11) NOT NULL AUTO_INCREMENT, `log_conn_name` varchar(64) NOT NULL DEFAULT 'Unknown', `log_conn_server` int(11) NOT NULL DEFAULT '0', `log_conn_ip` int(11) NOT NULL DEFAULT '0', `log_conn_when_connect` int(32) NOT NULL DEFAULT '0', `log_conn_when_disconnect` int(32) NOT NULL DEFAULT '0', `log_conn_gameversion` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`log_conn_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Log - Connections'; -- Dumping data for table db24053.log_conn: ~0 rows (approximately) /*!40000 ALTER TABLE `log_conn` DISABLE KEYS */; /*!40000 ALTER TABLE `log_conn` ENABLE KEYS */; -- Dumping structure for table db24053.log_death CREATE TABLE IF NOT EXISTS `log_death` ( `log_death_id` int(11) NOT NULL AUTO_INCREMENT, `log_death_server` int(11) NOT NULL DEFAULT '0', `log_death_who_died` int(11) NOT NULL DEFAULT '0', `log_death_who_killed` int(11) NOT NULL DEFAULT '0', `log_death_timestamp` int(32) NOT NULL DEFAULT '0', `log_death_pedpiece` int(11) NOT NULL DEFAULT '0', `log_death_weapon` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`log_death_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Log - Deaths'; -- Dumping data for table db24053.log_death: ~0 rows (approximately) /*!40000 ALTER TABLE `log_death` DISABLE KEYS */; /*!40000 ALTER TABLE `log_death` ENABLE KEYS */; -- Dumping structure for table db24053.log_pns CREATE TABLE IF NOT EXISTS `log_pns` ( `log_pns_id` int(11) NOT NULL AUTO_INCREMENT, `log_pns_pns` int(11) DEFAULT '0', `log_pns_when_used` int(32) DEFAULT '0', `log_pns_conn` int(11) DEFAULT '0', `log_pns_veh` int(11) DEFAULT '0', `log_pns_action` float DEFAULT '0', `log_pns_paid` int(11) DEFAULT '0', `log_pns_detail` int(11) DEFAULT '0', PRIMARY KEY (`log_pns_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Log - Pay and Spray'; -- Dumping data for table db24053.log_pns: ~0 rows (approximately) /*!40000 ALTER TABLE `log_pns` DISABLE KEYS */; /*!40000 ALTER TABLE `log_pns` ENABLE KEYS */; -- Dumping structure for table db24053.npc_cond CREATE TABLE IF NOT EXISTS `npc_cond` ( `npc_cond_id` int(11) NOT NULL AUTO_INCREMENT, `npc_cond_npc` int(11) NOT NULL DEFAULT '0', `npc_cond_trig` int(11) NOT NULL DEFAULT '0', `npc_cond_type` int(11) NOT NULL DEFAULT '0', `npc_cond_data` varchar(11) NOT NULL DEFAULT '0', `npc_cond_logic` varchar(11) NOT NULL DEFAULT '0', `npc_cond_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`npc_cond_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='NPCs - Action Conditions'; -- Dumping data for table db24053.npc_cond: ~0 rows (approximately) /*!40000 ALTER TABLE `npc_cond` DISABLE KEYS */; /*!40000 ALTER TABLE `npc_cond` ENABLE KEYS */; -- Dumping structure for table db24053.npc_main CREATE TABLE IF NOT EXISTS `npc_main` ( `npc_id` int(11) NOT NULL AUTO_INCREMENT, `npc_server` tinyint(2) NOT NULL DEFAULT '0', `npc_name` varchar(128) NOT NULL DEFAULT '', `npc_model` int(11) NOT NULL DEFAULT '0', `npc_type_flags` int(32) NOT NULL DEFAULT '0', `npc_ped_health` int(4) NOT NULL DEFAULT '100', `npc_ped_armour` int(4) NOT NULL DEFAULT '0', `npc_ped_threats` int(32) NOT NULL DEFAULT '0', `npc_ped_heedthreats` tinyint(1) NOT NULL DEFAULT '0', `npc_ped_stay` tinyint(1) NOT NULL DEFAULT '1', `npc_ped_walkstyle` int(11) NOT NULL DEFAULT '0', `npc_owner_type` int(11) DEFAULT NULL, `npc_owner_id` int(11) DEFAULT NULL, PRIMARY KEY (`npc_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='NPCs'; -- Dumping data for table db24053.npc_main: ~0 rows (approximately) /*!40000 ALTER TABLE `npc_main` DISABLE KEYS */; /*!40000 ALTER TABLE `npc_main` ENABLE KEYS */; -- Dumping structure for table db24053.npc_resp CREATE TABLE IF NOT EXISTS `npc_resp` ( `npc_resp_id` int(11) NOT NULL AUTO_INCREMENT, `npc_resp_npc` int(11) NOT NULL DEFAULT '0', `npc_resp_type` int(11) NOT NULL DEFAULT '0', `npc_resp_trig` int(11) NOT NULL DEFAULT '0', `npc_resp_data` varchar(11) NOT NULL DEFAULT '0', `npc_resp_logic` varchar(11) NOT NULL DEFAULT '0', `npc_resp_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`npc_resp_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='NPCs - Action Responses'; -- Dumping data for table db24053.npc_resp: ~0 rows (approximately) /*!40000 ALTER TABLE `npc_resp` DISABLE KEYS */; /*!40000 ALTER TABLE `npc_resp` ENABLE KEYS */; -- Dumping structure for table db24053.npc_trig CREATE TABLE IF NOT EXISTS `npc_trig` ( `npc_trig_id` int(11) NOT NULL AUTO_INCREMENT, `npc_trig_npc` int(11) NOT NULL DEFAULT '0', `npc_trig_type` int(11) NOT NULL DEFAULT '0', `npc_trig_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`npc_trig_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='NPCs - Action Triggers'; -- Dumping data for table db24053.npc_trig: ~0 rows (approximately) /*!40000 ALTER TABLE `npc_trig` DISABLE KEYS */; /*!40000 ALTER TABLE `npc_trig` ENABLE KEYS */; -- Dumping structure for table db24053.sacct_main CREATE TABLE IF NOT EXISTS `sacct_main` ( `sacct_id` int(11) NOT NULL AUTO_INCREMENT, `sacct_acct` int(11) NOT NULL DEFAULT '0', `sacct_server` int(11) NOT NULL DEFAULT '0', `sacct_name_first` varchar(50) NOT NULL DEFAULT '', `sacct_name_last` varchar(50) NOT NULL DEFAULT '', `sacct_name_middle` varchar(50) NOT NULL DEFAULT '', `sacct_when_born` varchar(50) NOT NULL DEFAULT '', `sacct_origin` varchar(50) NOT NULL DEFAULT '', `sacct_job` int(11) NOT NULL DEFAULT '0', `sacct_clan` int(11) NOT NULL DEFAULT '0', `sacct_clan_rank` int(11) NOT NULL DEFAULT '0', `sacct_clan_title` varchar(32) NOT NULL DEFAULT '', `sacct_last_ip` int(11) NOT NULL DEFAULT '0', `sacct_last_uid` varchar(128) NOT NULL DEFAULT '', `sacct_total_time` int(11) NOT NULL DEFAULT '0', `sacct_pos_x` float NOT NULL DEFAULT '0', `sacct_pos_y` float NOT NULL DEFAULT '0', `sacct_pos_z` float NOT NULL DEFAULT '0', `sacct_angle` float NOT NULL DEFAULT '0', `sacct_cash` int(11) NOT NULL DEFAULT '0', `sacct_bank` int(11) NOT NULL DEFAULT '0', `sacct_skin` int(11) NOT NULL DEFAULT '0', `sacct_health` int(11) NOT NULL DEFAULT '0', `sacct_armour` int(11) NOT NULL DEFAULT '0', `sacct_licenses` int(11) NOT NULL DEFAULT '0', `sacct_last_session` int(11) NOT NULL DEFAULT '0', `sacct_when_made` int(11) NOT NULL DEFAULT '0', `sacct_when_lastlogin` int(11) NOT NULL DEFAULT '0', `sacct_arrest_state` int(11) NOT NULL DEFAULT '0', `sacct_arrest_time` int(11) NOT NULL DEFAULT '0', `sacct_iv_head_model` int(11) NOT NULL DEFAULT '0', `sacct_iv_head_texture` int(11) NOT NULL DEFAULT '0', `sacct_iv_upper_model` int(11) NOT NULL DEFAULT '0', `sacct_iv_upper_texture` int(11) NOT NULL DEFAULT '0', `sacct_iv_lower_model` int(11) NOT NULL DEFAULT '0', `sacct_iv_lower_texture` int(11) NOT NULL DEFAULT '0', `sacct_iv_feet_model` int(11) NOT NULL DEFAULT '0', `sacct_iv_feet_texture` int(11) NOT NULL DEFAULT '0', `sacct_iv_hands_model` int(11) NOT NULL DEFAULT '0', `sacct_iv_hands_texture` int(11) NOT NULL DEFAULT '0', `sacct_int` int(11) NOT NULL DEFAULT '0', `sacct_vw` int(11) NOT NULL DEFAULT '0', `sacct_needs_setup` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`sacct_id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1 COMMENT='Sub Accounts (Characters)'; -- Dumping data for table db24053.sacct_main: ~7 rows (approximately) /*!40000 ALTER TABLE `sacct_main` DISABLE KEYS */; INSERT INTO `sacct_main` (`sacct_id`, `sacct_acct`, `sacct_server`, `sacct_name_first`, `sacct_name_last`, `sacct_name_middle`, `sacct_when_born`, `sacct_origin`, `sacct_job`, `sacct_clan`, `sacct_clan_rank`, `sacct_clan_title`, `sacct_last_ip`, `sacct_last_uid`, `sacct_total_time`, `sacct_pos_x`, `sacct_pos_y`, `sacct_pos_z`, `sacct_angle`, `sacct_cash`, `sacct_bank`, `sacct_skin`, `sacct_health`, `sacct_armour`, `sacct_licenses`, `sacct_last_session`, `sacct_when_made`, `sacct_when_lastlogin`, `sacct_arrest_state`, `sacct_arrest_time`, `sacct_iv_head_model`, `sacct_iv_head_texture`, `sacct_iv_upper_model`, `sacct_iv_upper_texture`, `sacct_iv_lower_model`, `sacct_iv_lower_texture`, `sacct_iv_feet_model`, `sacct_iv_feet_texture`, `sacct_iv_hands_model`, `sacct_iv_hands_texture`, `sacct_int`, `sacct_vw`, `sacct_needs_setup`) VALUES (1, 1, 1, 'Ryan', 'Stokes', '', '1/1/2019', 'San Andreas', 0, 0, 0, '', 0, '', 0, 1093.9, -65.0327, 7.52516, 1.57879, 1000, 0, 109, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `sacct_main` (`sacct_id`, `sacct_acct`, `sacct_server`, `sacct_name_first`, `sacct_name_last`, `sacct_name_middle`, `sacct_when_born`, `sacct_origin`, `sacct_job`, `sacct_clan`, `sacct_clan_rank`, `sacct_clan_title`, `sacct_last_ip`, `sacct_last_uid`, `sacct_total_time`, `sacct_pos_x`, `sacct_pos_y`, `sacct_pos_z`, `sacct_angle`, `sacct_cash`, `sacct_bank`, `sacct_skin`, `sacct_health`, `sacct_armour`, `sacct_licenses`, `sacct_last_session`, `sacct_when_made`, `sacct_when_lastlogin`, `sacct_arrest_state`, `sacct_arrest_time`, `sacct_iv_head_model`, `sacct_iv_head_texture`, `sacct_iv_upper_model`, `sacct_iv_upper_texture`, `sacct_iv_lower_model`, `sacct_iv_lower_texture`, `sacct_iv_feet_model`, `sacct_iv_feet_texture`, `sacct_iv_hands_model`, `sacct_iv_hands_texture`, `sacct_int`, `sacct_vw`, `sacct_needs_setup`) VALUES (2, 1, 3, 'Takeshi', 'Mikio', '', '01/01/1901', 'Liberty City', 0, 0, 0, '', 0, '', 0, 2333.75, 332.785, 6.08384, 3.02664, 1000, 0, -2020305438, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `sacct_main` (`sacct_id`, `sacct_acct`, `sacct_server`, `sacct_name_first`, `sacct_name_last`, `sacct_name_middle`, `sacct_when_born`, `sacct_origin`, `sacct_job`, `sacct_clan`, `sacct_clan_rank`, `sacct_clan_title`, `sacct_last_ip`, `sacct_last_uid`, `sacct_total_time`, `sacct_pos_x`, `sacct_pos_y`, `sacct_pos_z`, `sacct_angle`, `sacct_cash`, `sacct_bank`, `sacct_skin`, `sacct_health`, `sacct_armour`, `sacct_licenses`, `sacct_last_session`, `sacct_when_made`, `sacct_when_lastlogin`, `sacct_arrest_state`, `sacct_arrest_time`, `sacct_iv_head_model`, `sacct_iv_head_texture`, `sacct_iv_upper_model`, `sacct_iv_upper_texture`, `sacct_iv_lower_model`, `sacct_iv_lower_texture`, `sacct_iv_feet_model`, `sacct_iv_feet_texture`, `sacct_iv_hands_model`, `sacct_iv_hands_texture`, `sacct_int`, `sacct_vw`, `sacct_needs_setup`) VALUES (3, 1, 2, 'Ryan', 'Nashton', '', '12/7/1990', 'Los Santos', 0, 0, 0, '', 0, '', 0, -1154.97, 6.19507, 10.8889, -1.56933, 1000, 0, 181, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `sacct_main` (`sacct_id`, `sacct_acct`, `sacct_server`, `sacct_name_first`, `sacct_name_last`, `sacct_name_middle`, `sacct_when_born`, `sacct_origin`, `sacct_job`, `sacct_clan`, `sacct_clan_rank`, `sacct_clan_title`, `sacct_last_ip`, `sacct_last_uid`, `sacct_total_time`, `sacct_pos_x`, `sacct_pos_y`, `sacct_pos_z`, `sacct_angle`, `sacct_cash`, `sacct_bank`, `sacct_skin`, `sacct_health`, `sacct_armour`, `sacct_licenses`, `sacct_last_session`, `sacct_when_made`, `sacct_when_lastlogin`, `sacct_arrest_state`, `sacct_arrest_time`, `sacct_iv_head_model`, `sacct_iv_head_texture`, `sacct_iv_upper_model`, `sacct_iv_upper_texture`, `sacct_iv_lower_model`, `sacct_iv_lower_texture`, `sacct_iv_feet_model`, `sacct_iv_feet_texture`, `sacct_iv_hands_model`, `sacct_iv_hands_texture`, `sacct_int`, `sacct_vw`, `sacct_needs_setup`) VALUES (4, 1, 4, 'Tom', 'Willard', '', '01/01/1901', 'Liberty City', 4, 0, 0, '', 0, '', 0, 550.456, -1288.85, 17.2482, 1.63642, 1000, 0, 240, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `sacct_main` (`sacct_id`, `sacct_acct`, `sacct_server`, `sacct_name_first`, `sacct_name_last`, `sacct_name_middle`, `sacct_when_born`, `sacct_origin`, `sacct_job`, `sacct_clan`, `sacct_clan_rank`, `sacct_clan_title`, `sacct_last_ip`, `sacct_last_uid`, `sacct_total_time`, `sacct_pos_x`, `sacct_pos_y`, `sacct_pos_z`, `sacct_angle`, `sacct_cash`, `sacct_bank`, `sacct_skin`, `sacct_health`, `sacct_armour`, `sacct_licenses`, `sacct_last_session`, `sacct_when_made`, `sacct_when_lastlogin`, `sacct_arrest_state`, `sacct_arrest_time`, `sacct_iv_head_model`, `sacct_iv_head_texture`, `sacct_iv_upper_model`, `sacct_iv_upper_texture`, `sacct_iv_lower_model`, `sacct_iv_lower_texture`, `sacct_iv_feet_model`, `sacct_iv_feet_texture`, `sacct_iv_hands_model`, `sacct_iv_hands_texture`, `sacct_int`, `sacct_vw`, `sacct_needs_setup`) VALUES (5, 1, 2, 'Tony', 'Martinelli', '', '1/1/2019', 'Los Santos', 0, 0, 0, '', 0, '', 0, -985.508, -888.712, 12.9634, 0.768961, 1000, 0, 15, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `sacct_main` (`sacct_id`, `sacct_acct`, `sacct_server`, `sacct_name_first`, `sacct_name_last`, `sacct_name_middle`, `sacct_when_born`, `sacct_origin`, `sacct_job`, `sacct_clan`, `sacct_clan_rank`, `sacct_clan_title`, `sacct_last_ip`, `sacct_last_uid`, `sacct_total_time`, `sacct_pos_x`, `sacct_pos_y`, `sacct_pos_z`, `sacct_angle`, `sacct_cash`, `sacct_bank`, `sacct_skin`, `sacct_health`, `sacct_armour`, `sacct_licenses`, `sacct_last_session`, `sacct_when_made`, `sacct_when_lastlogin`, `sacct_arrest_state`, `sacct_arrest_time`, `sacct_iv_head_model`, `sacct_iv_head_texture`, `sacct_iv_upper_model`, `sacct_iv_upper_texture`, `sacct_iv_lower_model`, `sacct_iv_lower_texture`, `sacct_iv_feet_model`, `sacct_iv_feet_texture`, `sacct_iv_hands_model`, `sacct_iv_hands_texture`, `sacct_int`, `sacct_vw`, `sacct_needs_setup`) VALUES (6, 1, 4, 'Paul', 'Wilson', '', '01/01/1901', 'Liberty City', 0, 0, 0, '', 0, '', 0, 1632.49, -2331.96, 13.547, -0.005, 1000, 0, 26, 100, 0, 0, 0, 1608269983, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `sacct_main` (`sacct_id`, `sacct_acct`, `sacct_server`, `sacct_name_first`, `sacct_name_last`, `sacct_name_middle`, `sacct_when_born`, `sacct_origin`, `sacct_job`, `sacct_clan`, `sacct_clan_rank`, `sacct_clan_title`, `sacct_last_ip`, `sacct_last_uid`, `sacct_total_time`, `sacct_pos_x`, `sacct_pos_y`, `sacct_pos_z`, `sacct_angle`, `sacct_cash`, `sacct_bank`, `sacct_skin`, `sacct_health`, `sacct_armour`, `sacct_licenses`, `sacct_last_session`, `sacct_when_made`, `sacct_when_lastlogin`, `sacct_arrest_state`, `sacct_arrest_time`, `sacct_iv_head_model`, `sacct_iv_head_texture`, `sacct_iv_upper_model`, `sacct_iv_upper_texture`, `sacct_iv_lower_model`, `sacct_iv_lower_texture`, `sacct_iv_feet_model`, `sacct_iv_feet_texture`, `sacct_iv_hands_model`, `sacct_iv_hands_texture`, `sacct_int`, `sacct_vw`, `sacct_needs_setup`) VALUES (11, 2, 4, 'Maxle', 'Face', '', '01/01/1901', 'Liberty City', 4, 0, 0, '', 0, '', 0, 1376, -1231.92, 13.5469, -2.07873, 1000, 0, 26, 100, 0, 0, 0, 1608346070, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); /*!40000 ALTER TABLE `sacct_main` ENABLE KEYS */; -- Dumping structure for table db24053.sacct_pay CREATE TABLE IF NOT EXISTS `sacct_pay` ( `sacct_pay_id` int(11) NOT NULL AUTO_INCREMENT, `sacct_pay_server` int(11) NOT NULL DEFAULT '0', `sacct_pay_from_sacct_id` int(11) NOT NULL DEFAULT '0', `sacct_pay_to_sacct_id` int(11) NOT NULL DEFAULT '0', `sacct_pay_amount` int(11) NOT NULL DEFAULT '0', `sacct_pay_when` int(32) NOT NULL DEFAULT '0', `sacct_pay_pos_x` float NOT NULL DEFAULT '0', `sacct_pay_pos_y` float NOT NULL DEFAULT '0', `sacct_pay_pos_z` float NOT NULL DEFAULT '0', PRIMARY KEY (`sacct_pay_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Sub Accounts - Cash Exchanges'; -- Dumping data for table db24053.sacct_pay: ~0 rows (approximately) /*!40000 ALTER TABLE `sacct_pay` DISABLE KEYS */; /*!40000 ALTER TABLE `sacct_pay` ENABLE KEYS */; -- Dumping structure for table db24053.sacct_stat CREATE TABLE IF NOT EXISTS `sacct_stat` ( `sacct_stat_id` int(32) NOT NULL DEFAULT '0', `sacct_stat_sacct` int(32) NOT NULL DEFAULT '0', `sacct_stat_max_kill_streak` int(32) NOT NULL DEFAULT '0', `sacct_stat_furthest_headshot` float NOT NULL DEFAULT '0', `sacct_stat_packages_picked` int(32) NOT NULL DEFAULT '0', `sacct_stat_health_picked` int(32) NOT NULL DEFAULT '0', `sacct_stat_weapons_picked` int(32) NOT NULL DEFAULT '0', `sacct_stat_armour_picked` int(32) NOT NULL DEFAULT '0', `sacct_stat_distance_foot` float NOT NULL DEFAULT '0', `sacct_stat_distance_car` float NOT NULL DEFAULT '0', `sacct_stat_distance_boat` float NOT NULL DEFAULT '0', `sacct_stat_distance_plane` float NOT NULL DEFAULT '0', `sacct_stat_longest_server_time` int(32) NOT NULL DEFAULT '0', `sacct_stat_veh_resprays` int(32) NOT NULL DEFAULT '0', `sacct_stat_wanted_veh_resprays` int(32) NOT NULL DEFAULT '0', `sacct_stat_spent_on_weapons` int(32) NOT NULL DEFAULT '0', `sacct_stat_weapons_purchased` int(32) NOT NULL DEFAULT '0', `sacct_stat_businesses_purchased` int(32) NOT NULL DEFAULT '0', `sacct_stat_houses_purchased` int(32) NOT NULL DEFAULT '0', `sacct_stat_times_busted` int(32) NOT NULL DEFAULT '0', `sacct_stat_stars_obtained` int(32) NOT NULL DEFAULT '0', `sacct_stat_stars_evaded` int(32) NOT NULL DEFAULT '0', `sacct_stat_highest_wanted_level` int(32) NOT NULL DEFAULT '0', PRIMARY KEY (`sacct_stat_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Subaccounts - Stats'; -- Dumping data for table db24053.sacct_stat: ~0 rows (approximately) /*!40000 ALTER TABLE `sacct_stat` DISABLE KEYS */; /*!40000 ALTER TABLE `sacct_stat` ENABLE KEYS */; -- Dumping structure for table db24053.sus_main CREATE TABLE IF NOT EXISTS `sus_main` ( `sus_id` int(11) NOT NULL AUTO_INCREMENT, `sus_server` tinyint(2) NOT NULL DEFAULT '0', `sus_suspect` int(11) NOT NULL DEFAULT '0', `sus_officer` int(11) NOT NULL DEFAULT '0', `sus_minutes` int(11) NOT NULL DEFAULT '0', `sus_reason` varchar(128) NOT NULL DEFAULT '', `sus_state` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`sus_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Crimes'; -- Dumping data for table db24053.sus_main: ~0 rows (approximately) /*!40000 ALTER TABLE `sus_main` DISABLE KEYS */; /*!40000 ALTER TABLE `sus_main` ENABLE KEYS */; -- Dumping structure for table db24053.svr_main CREATE TABLE IF NOT EXISTS `svr_main` ( `svr_id` int(11) NOT NULL AUTO_INCREMENT, `svr_name` varchar(50) NOT NULL DEFAULT '0', `svr_game` int(11) NOT NULL DEFAULT '0', `svr_port` int(11) NOT NULL DEFAULT '0', `svr_password` varchar(50) NOT NULL DEFAULT '0', `svr_start_time_hour` int(11) NOT NULL DEFAULT '0', `svr_start_time_min` int(11) NOT NULL DEFAULT '0', `svr_start_weather` int(11) NOT NULL DEFAULT '0', `svr_start_snow_falling` int(11) NOT NULL DEFAULT '0', `svr_start_snow_ground` float NOT NULL DEFAULT '0', `svr_newchar_pos_x` float NOT NULL DEFAULT '0', `svr_newchar_pos_y` float NOT NULL DEFAULT '0', `svr_newchar_pos_z` float NOT NULL DEFAULT '0', `svr_newchar_rot_z` float NOT NULL DEFAULT '0', `svr_newchar_money` int(11) NOT NULL DEFAULT '0', `svr_newchar_bank` int(11) NOT NULL DEFAULT '0', `svr_newchar_skin` int(11) NOT NULL DEFAULT '0', `svr_manager` int(11) NOT NULL DEFAULT '0', `svr_connectcam_pos_x` float NOT NULL DEFAULT '0', `svr_connectcam_pos_y` float NOT NULL DEFAULT '0', `svr_connectcam_pos_z` float NOT NULL DEFAULT '0', `svr_connectcam_lookat_x` float NOT NULL DEFAULT '0', `svr_connectcam_lookat_y` float NOT NULL DEFAULT '0', `svr_connectcam_lookat_z` float NOT NULL DEFAULT '0', `svr_gui` tinyint(4) NOT NULL DEFAULT '1', `svr_gui_col1_r` int(11) NOT NULL DEFAULT '200', `svr_gui_col1_g` int(11) NOT NULL DEFAULT '200', `svr_gui_col1_b` int(11) NOT NULL DEFAULT '200', `svr_logo` int(11) NOT NULL DEFAULT '1', `svr_ac_enabled` int(11) NOT NULL DEFAULT '1', `svr_ac_check_scripts` int(11) NOT NULL DEFAULT '1', `svr_ac_script_wl` int(11) NOT NULL DEFAULT '0', `svr_ac_script_bl` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`svr_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Servers'; -- Dumping data for table db24053.svr_main: ~4 rows (approximately) /*!40000 ALTER TABLE `svr_main` DISABLE KEYS */; INSERT INTO `svr_main` (`svr_id`, `svr_name`, `svr_game`, `svr_port`, `svr_password`, `svr_start_time_hour`, `svr_start_time_min`, `svr_start_weather`, `svr_start_snow_falling`, `svr_start_snow_ground`, `svr_newchar_pos_x`, `svr_newchar_pos_y`, `svr_newchar_pos_z`, `svr_newchar_rot_z`, `svr_newchar_money`, `svr_newchar_bank`, `svr_newchar_skin`, `svr_manager`, `svr_connectcam_pos_x`, `svr_connectcam_pos_y`, `svr_connectcam_pos_z`, `svr_connectcam_lookat_x`, `svr_connectcam_lookat_y`, `svr_connectcam_lookat_z`, `svr_gui`, `svr_gui_col1_r`, `svr_gui_col1_g`, `svr_gui_col1_b`, `svr_logo`, `svr_ac_enabled`, `svr_ac_check_scripts`, `svr_ac_script_wl`, `svr_ac_script_bl`) VALUES (1, 'Asshat Gaming Roleplay', 1, 22000, 'AsshatsUnite!', 0, 0, 0, 1, 1, 1038.4, -666.7, 14.97, 1, 1000, 0, 0, 1, -1176.48, -17.694, 95.992, -1175.73, -17.055, 95.847, 1, 175, 203, 242, 1, 1, 1, 1, 1); INSERT INTO `svr_main` (`svr_id`, `svr_name`, `svr_game`, `svr_port`, `svr_password`, `svr_start_time_hour`, `svr_start_time_min`, `svr_start_weather`, `svr_start_snow_falling`, `svr_start_snow_ground`, `svr_newchar_pos_x`, `svr_newchar_pos_y`, `svr_newchar_pos_z`, `svr_newchar_rot_z`, `svr_newchar_money`, `svr_newchar_bank`, `svr_newchar_skin`, `svr_manager`, `svr_connectcam_pos_x`, `svr_connectcam_pos_y`, `svr_connectcam_pos_z`, `svr_connectcam_lookat_x`, `svr_connectcam_lookat_y`, `svr_connectcam_lookat_z`, `svr_gui`, `svr_gui_col1_r`, `svr_gui_col1_g`, `svr_gui_col1_b`, `svr_logo`, `svr_ac_enabled`, `svr_ac_check_scripts`, `svr_ac_script_wl`, `svr_ac_script_bl`) VALUES (2, 'Asshat Gaming Roleplay', 2, 22000, 'AsshatsUnite!', 0, 0, 0, 1, 1, 1682.68, -2326.8, 13.55, 1, 1000, 0, 15, 1, 210.04, -1492.01, 55.071, 240.19, -1282.52, 10.902, 1, 255, 110, 199, 1, 1, 1, 1, 1); INSERT INTO `svr_main` (`svr_id`, `svr_name`, `svr_game`, `svr_port`, `svr_password`, `svr_start_time_hour`, `svr_start_time_min`, `svr_start_weather`, `svr_start_snow_falling`, `svr_start_snow_ground`, `svr_newchar_pos_x`, `svr_newchar_pos_y`, `svr_newchar_pos_z`, `svr_newchar_rot_z`, `svr_newchar_money`, `svr_newchar_bank`, `svr_newchar_skin`, `svr_manager`, `svr_connectcam_pos_x`, `svr_connectcam_pos_y`, `svr_connectcam_pos_z`, `svr_connectcam_lookat_x`, `svr_connectcam_lookat_y`, `svr_connectcam_lookat_z`, `svr_gui`, `svr_gui_col1_r`, `svr_gui_col1_g`, `svr_gui_col1_b`, `svr_logo`, `svr_ac_enabled`, `svr_ac_check_scripts`, `svr_ac_script_wl`, `svr_ac_script_bl`) VALUES (3, 'Asshat Gaming Roleplay', 5, 22000, 'AsshatsUnite!', 0, 0, 0, 0, 0, 2364.28, 387.27, 6.085, 2.434, 1000, 0, -2020305438, 1, 8.75, -826.53, 331.072, -63.58, 240.71, 26.373, 0, 200, 200, 200, 1, 1, 1, 1, 1); INSERT INTO `svr_main` (`svr_id`, `svr_name`, `svr_game`, `svr_port`, `svr_password`, `svr_start_time_hour`, `svr_start_time_min`, `svr_start_weather`, `svr_start_snow_falling`, `svr_start_snow_ground`, `svr_newchar_pos_x`, `svr_newchar_pos_y`, `svr_newchar_pos_z`, `svr_newchar_rot_z`, `svr_newchar_money`, `svr_newchar_bank`, `svr_newchar_skin`, `svr_manager`, `svr_connectcam_pos_x`, `svr_connectcam_pos_y`, `svr_connectcam_pos_z`, `svr_connectcam_lookat_x`, `svr_connectcam_lookat_y`, `svr_connectcam_lookat_z`, `svr_gui`, `svr_gui_col1_r`, `svr_gui_col1_g`, `svr_gui_col1_b`, `svr_logo`, `svr_ac_enabled`, `svr_ac_check_scripts`, `svr_ac_script_wl`, `svr_ac_script_bl`) VALUES (4, 'Asshat Gaming Roleplay', 3, 22000, 'AsshatsUnite!', 0, 0, 0, 0, 0, 1632.49, -2331.96, 13.547, -0.005, 1000, 0, 26, 1, 1549.44, -1674.01, 54.86, 1515.02, -1673.76, 18.42, 0, 191, 77, 40, 1, 1, 1, 1, 1); /*!40000 ALTER TABLE `svr_main` ENABLE KEYS */; -- Dumping structure for table db24053.veh_history CREATE TABLE IF NOT EXISTS `veh_history` ( `veh_history_id` int(11) NOT NULL AUTO_INCREMENT, `veh_history_veh` int(11) NOT NULL, `veh_history_type` int(11) NOT NULL, `veh_history_when` int(11) NOT NULL, `veh_history_value` int(11) NOT NULL, `veh_history_details` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`veh_history_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Vehicle - History'; -- Dumping data for table db24053.veh_history: ~0 rows (approximately) /*!40000 ALTER TABLE `veh_history` DISABLE KEYS */; /*!40000 ALTER TABLE `veh_history` ENABLE KEYS */; -- Dumping structure for table db24053.veh_main CREATE TABLE IF NOT EXISTS `veh_main` ( `veh_id` int(11) NOT NULL AUTO_INCREMENT, `veh_server` tinyint(2) NOT NULL DEFAULT '0', `veh_model` int(11) NOT NULL DEFAULT '0', `veh_col1_isrgb` tinyint(1) NOT NULL DEFAULT '0', `veh_col2_isrgb` tinyint(1) NOT NULL DEFAULT '0', `veh_col3_isrgb` tinyint(1) NOT NULL DEFAULT '0', `veh_col4_isrgb` tinyint(1) NOT NULL DEFAULT '0', `veh_col1` int(3) NOT NULL DEFAULT '0', `veh_col2` int(3) NOT NULL DEFAULT '0', `veh_col3` int(3) NOT NULL DEFAULT '0', `veh_col4` int(3) NOT NULL DEFAULT '0', `veh_col1_r` int(3) NOT NULL DEFAULT '0', `veh_col1_g` int(3) NOT NULL DEFAULT '0', `veh_col1_b` int(3) NOT NULL DEFAULT '0', `veh_col1_a` int(3) NOT NULL DEFAULT '0', `veh_col2_r` int(3) NOT NULL DEFAULT '0', `veh_col2_g` int(3) NOT NULL DEFAULT '0', `veh_col2_b` int(3) NOT NULL DEFAULT '0', `veh_col2_a` int(3) NOT NULL DEFAULT '0', `veh_col3_r` int(3) NOT NULL DEFAULT '0', `veh_col3_g` int(3) NOT NULL DEFAULT '0', `veh_col3_b` int(3) NOT NULL DEFAULT '0', `veh_col3_a` int(3) NOT NULL DEFAULT '0', `veh_col4_r` int(3) NOT NULL DEFAULT '0', `veh_col4_g` int(3) NOT NULL DEFAULT '0', `veh_col4_b` int(3) NOT NULL DEFAULT '0', `veh_col4_a` int(3) NOT NULL DEFAULT '0', `veh_locked` tinyint(1) NOT NULL DEFAULT '0', `veh_health` float NOT NULL DEFAULT '1000', `veh_pos_x` float NOT NULL DEFAULT '0', `veh_pos_y` float NOT NULL DEFAULT '0', `veh_pos_z` float NOT NULL DEFAULT '0', `veh_rot_x` float NOT NULL DEFAULT '0', `veh_rot_y` float NOT NULL DEFAULT '0', `veh_rot_z` float NOT NULL DEFAULT '0', `veh_owner_id` int(11) NOT NULL DEFAULT '0', `veh_owner_type` int(11) NOT NULL DEFAULT '0', `veh_engine` tinyint(1) NOT NULL DEFAULT '0', `veh_lights` tinyint(1) NOT NULL DEFAULT '0', `veh_siren` tinyint(1) NOT NULL DEFAULT '0', `veh_sirenlight` tinyint(1) NOT NULL DEFAULT '0', `veh_taxilight` tinyint(1) NOT NULL DEFAULT '0', `veh_radio` int(8) NOT NULL DEFAULT '0', `veh_fuel` int(8) NOT NULL DEFAULT '0', `veh_spawned` tinyint(1) NOT NULL DEFAULT '0', `veh_ins_acct` tinyint(1) NOT NULL DEFAULT '0', `veh_price` int(8) NOT NULL DEFAULT '0', `veh_deleted` tinyint(1) NOT NULL DEFAULT '0', `veh_flags` int(32) NOT NULL DEFAULT '0', `veh_spawn_lock` tinyint(1) NOT NULL DEFAULT '0', `veh_buy_price` int(11) NOT NULL DEFAULT '0', `veh_rent_price` int(11) NOT NULL DEFAULT '0', `veh_destroyed` tinyint(1) NOT NULL DEFAULT '0', `veh_mod_enginemult` int(11) NOT NULL DEFAULT '0', `veh_mod_wheelmult` int(11) NOT NULL DEFAULT '0', `veh_mod_brakemult` int(11) NOT NULL DEFAULT '0', `veh_mod_hydraulics` tinyint(1) NOT NULL DEFAULT '0', `veh_mod_nos` tinyint(1) NOT NULL DEFAULT '0', `veh_tire_fl` tinyint(1) NOT NULL DEFAULT '0', `veh_tire_fr` tinyint(1) NOT NULL DEFAULT '0', `veh_tire_rl` tinyint(1) NOT NULL DEFAULT '0', `veh_tire_rr` tinyint(1) NOT NULL DEFAULT '0', `veh_light_fl` tinyint(1) NOT NULL DEFAULT '0', `veh_light_fr` tinyint(1) NOT NULL DEFAULT '0', `veh_light_rl` tinyint(1) NOT NULL DEFAULT '0', `veh_light_rr` tinyint(1) NOT NULL DEFAULT '0', `Column 84` int(11) NOT NULL DEFAULT '100', `veh_door_fl` tinyint(1) NOT NULL DEFAULT '0', `veh_door_fr` tinyint(1) NOT NULL DEFAULT '0', `veh_door_rl` tinyint(1) NOT NULL DEFAULT '0', `veh_door_rr` tinyint(1) NOT NULL DEFAULT '0', `veh_boot` tinyint(1) NOT NULL DEFAULT '0', `veh_bonnet` tinyint(1) NOT NULL DEFAULT '0', `veh_panel_bumper_front` tinyint(1) NOT NULL DEFAULT '0', `veh_panel_bumper_rear` tinyint(1) NOT NULL DEFAULT '0', `veh_panel_front_left` tinyint(1) NOT NULL DEFAULT '0', `veh_panel_front_right` tinyint(1) NOT NULL DEFAULT '0', `veh_panel_rear_left` tinyint(1) NOT NULL DEFAULT '0', `veh_panel_rear_right` tinyint(1) NOT NULL DEFAULT '0', `veh_panel_windshield` tinyint(1) NOT NULL DEFAULT '0', `veh_dirt_level` int(11) NOT NULL DEFAULT '0', `veh_damage_visual` int(11) NOT NULL DEFAULT '0', `veh_damage_engine` float NOT NULL DEFAULT '0', `veh_damage_normal` float NOT NULL DEFAULT '0', `undefined` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`veh_id`) ) ENGINE=InnoDB AUTO_INCREMENT=226 DEFAULT CHARSET=latin1 COMMENT='Vehicles'; -- Dumping data for table db24053.veh_main: ~205 rows (approximately) /*!40000 ALTER TABLE `veh_main` DISABLE KEYS */; INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (1, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1150.19, -691.413, 14.7679, 0, 0, -0.00433205, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (2, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1146.75, -691.522, 14.7632, 0, 0, 0.0311547, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (3, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1150.19, -647.976, 14.7432, 0, 0, 1.58688, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (4, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1150.05, -644.664, 14.7377, 0, 0, 1.63214, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (5, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1150.03, -641.414, 14.7305, 0, 0, 1.58556, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (6, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1137.77, -637.964, 14.7565, 0, 0, 3.12411, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (7, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1141.03, -637.832, 14.7565, 0, 0, 3.13313, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (8, 1, 117, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1167.97, -671.216, 18.9339, 0, 0, -3.12864, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (9, 1, 117, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1167.88, -659.962, 18.9344, 0, 0, -3.13742, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (10, 1, 107, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1156.99, -648.106, 18.8026, 0, 0, -1.54444, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (11, 1, 107, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1156.71, -644.208, 18.8018, 0, 0, -1.56368, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (12, 1, 106, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1156.51, -546.982, 21.8099, 0, 0, 1.54116, 5, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (13, 1, 106, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1144.34, -526.256, 21.811, 0, 0, 3.10339, 5, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (14, 1, 106, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1149.82, -526.413, 21.8051, 0, 0, 3.12915, 5, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (15, 1, 97, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1107.33, -47.3277, 7.6909, 0, 0, -1.58177, 9, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (16, 1, 97, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1107.44, -56.9672, 7.68915, 0, 0, -1.55498, 9, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (17, 1, 97, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1107.07, -36.7668, 7.68907, 0, 0, -1.54614, 9, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (18, 1, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1143.85, 24.7314, 0.193595, 0, 0, 0.030849, 21, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (19, 1, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1127.04, 42.6658, 0.0965313, 0, 0, -1.59613, 21, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (20, 1, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1160.02, 63.4447, 0.0918589, 0, 0, -3.06856, 21, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (21, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1139.63, -687.404, 14.7563, 0, 0, -1.5751, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (22, 1, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1281.16, -964.567, 15.006, 0, 0, -2.35689, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (23, 1, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1274.07, -971.255, 14.9847, 0, 0, -2.36657, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (24, 1, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1255.04, -993.608, 14.9642, 0, 0, -0.875785, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (25, 1, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1262.9, -1001.84, 14.966, 0, 0, -0.898034, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (26, 1, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1226.42, -725.875, 14.9189, 0, 0, -2.34667, 5, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (27, 1, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1229.62, -722.578, 14.9188, 0, 0, -2.35245, 5, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (28, 1, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1257.41, -752.06, 14.9186, 0, 0, 0.734189, 5, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (29, 1, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1254.04, -755.676, 14.9186, 0, 0, 0.767078, 5, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (30, 1, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1249.93, -736.377, 15.1166, 0, 0, 2.33642, 5, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (31, 1, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1246.99, -733.376, 15.1162, 0, 0, 2.33641, 5, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (32, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 1139.41, -683.735, 14.7565, 0, 0, -1.55153, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (33, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 355.017, -1135.91, 22.7644, 0, 0, -2.41669, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (34, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 350.109, -1135.89, 22.7647, 0, 0, -2.46912, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (35, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 345.608, -1135.62, 22.7649, 0, 0, -2.53825, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (36, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 341.261, -1135.68, 22.7642, 0, 0, -2.54692, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (37, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 336.717, -1135.68, 22.7706, 0, 0, -2.56974, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (38, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 332.574, -1135.79, 22.7643, 0, 0, -2.54837, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (39, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 330.361, -1143.6, 22.7644, 0, 0, -1.53463, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (40, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 330.33, -1147.05, 22.7647, 0, 0, -1.55975, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (41, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 330.239, -1150.96, 22.7647, 0, 0, -1.59091, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (42, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 330.082, -1154.76, 22.7643, 0, 0, -1.59227, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (43, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 330.062, -1158.64, 22.764, 0, 0, -1.56752, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (44, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 330.123, -1162.56, 22.757, 0, 0, -1.57938, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (45, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 349.266, -1175.87, 22.7646, 0, 0, 0.0401467, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (46, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 352.866, -1175.72, 22.7649, 0, 0, 0.0375325, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (47, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 356.565, -1175.68, 22.7649, 0, 0, 0.0262495, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (48, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 360.123, -1175.56, 22.765, 0, 0, 0.00383999, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (49, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 363.628, -1175.71, 22.7647, 0, 0, 0.0135003, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (50, 1, 116, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 344.813, -1175.93, 22.7648, 0, 0, 0.0261305, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (51, 1, 117, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 363.039, -1056.26, 26.0159, 0, 0, -3.13414, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (52, 1, 117, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 357.656, -1056.36, 26.016, 0, 0, 3.12152, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (53, 1, 117, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 352.455, -1056.27, 26.0166, 0, 0, 3.1086, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (54, 1, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 346.23, -1055.48, 25.8838, 0, 0, 3.1377, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (55, 1, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 342.364, -1055.36, 25.8839, 0, 0, 3.12213, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (56, 1, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 338.239, -1055.29, 25.8841, 0, 0, 3.07547, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (57, 1, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1000, 333.56, -1055.31, 25.8841, 0, 0, 3.09697, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (58, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -863.201, -666.353, 11.0311, 0, 0, -3.04091, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (59, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -859.264, -665.929, 11.0121, 0, 0, -3.02909, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (60, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -855.519, -665.594, 10.9943, 0, 0, -3.03498, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (61, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -851.826, -665.276, 10.9767, 0, 0, -3.02548, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (62, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -843.97, -679.789, 10.9396, 0, 0, 1.72875, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (63, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -844.578, -675.52, 10.9427, 0, 0, 1.70593, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (64, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -845.17, -671.403, 10.9455, 0, 0, 1.69794, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (65, 2, 157, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -873.775, -710.286, 11.1915, 0, 0, -2.06147, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (66, 2, 157, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -881.43, -705.81, 11.2087, 0, 0, -2.22486, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (67, 2, 236, 0, 0, 0, 0, 76, 76, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -897.515, -698.598, 10.9724, 0, 0, -3.01881, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (68, 2, 236, 0, 0, 0, 0, 76, 76, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -894.148, -698.128, 10.9701, 0, 0, -3.01433, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (69, 2, 236, 0, 0, 0, 0, 76, 76, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -894.135, -719.859, 10.9428, 0, 0, -1.41224, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (70, 2, 236, 0, 0, 0, 0, 52, 52, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -894.683, -715.826, 10.9485, 0, 0, -1.42683, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (71, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -650.832, 754.237, 11.2032, 0, 0, 1.50302, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (72, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -639.172, 753.413, 11.2032, 0, 0, 1.50092, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (73, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -621.907, 752.278, 11.2033, 0, 0, 1.49172, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (74, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -610.695, 751.54, 11.2031, 0, 0, 1.5242, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (75, 2, 157, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -599.312, 812.778, 11.4341, 0, 0, -1.51886, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (76, 2, 157, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -599.318, 808.625, 11.4343, 0, 0, -1.54175, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (77, 2, 157, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -599.262, 804.179, 11.4321, 0, 0, -1.55996, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (78, 2, 236, 0, 0, 0, 0, 52, 52, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -601.455, 777.717, 11.3721, 0, 0, -1.56567, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (79, 2, 236, 0, 0, 0, 0, 3, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -601.427, 781.32, 11.372, 0, 0, -1.57976, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (80, 2, 236, 0, 0, 0, 0, 7, 7, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -601.614, 785.262, 11.3678, 0, 0, -1.53095, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (81, 2, 227, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -614.282, 804.889, 29.667, 0, 0, -3.13458, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (82, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -665.011, 766.586, 10.8582, 0, 0, -3.12432, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (83, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -665.185, 777.893, 11.0314, 0, 0, 3.13051, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (84, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -665.29, 793.478, 11.0371, 0, 0, -3.13675, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (85, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -665.178, 804.984, 11.0372, 0, 0, 3.13152, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (86, 2, 137, 0, 0, 0, 0, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -695.476, 917.25, 11.193, 0, 0, -1.5752, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (87, 2, 137, 0, 0, 0, 0, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -695.799, 933.069, 11.1976, 0, 0, -1.59279, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (88, 2, 137, 0, 0, 0, 0, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -751.642, 927.235, 11.2813, 0, 0, 1.58276, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (89, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 520.53, 503.127, 10.8484, 0, 0, -0.00178437, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (90, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 516.364, 503.18, 10.9362, 0, 0, -0.0254137, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (91, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 498.01, 503.081, 11.193, 0, 0, 0.0146382, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (92, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 502.233, 503.026, 11.1357, 0, 0, 0.0138817, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (93, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 493.552, 503.077, 11.2541, 0, 0, -0.0044642, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (94, 2, 236, 0, 0, 0, 0, 52, 52, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 490.796, 528.832, 11.3465, 0, 0, 1.54742, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (95, 2, 236, 0, 0, 0, 0, 76, 76, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 490.796, 525.464, 11.3455, 0, 0, 1.57115, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (96, 2, 157, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 490.527, 519.161, 11.6082, 0, 0, 3.12121, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (97, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 372.272, -526.059, 12.1009, 0, 0, -0.731552, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (98, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 369.489, -523.585, 12.0988, 0, 0, -0.718855, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (99, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 366.674, -521.239, 12.0989, 0, 0, -0.712901, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (100, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 363.691, -518.751, 12.0982, 0, 0, -0.698761, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (101, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 361.239, -516.717, 12.0989, 0, 0, -0.705683, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (102, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 358.335, -514.321, 12.0942, 0, 0, -0.696986, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (103, 2, 156, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 355.575, -511.957, 12.0989, 0, 0, -0.701771, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (104, 2, 157, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 348.887, -491.942, 12.3596, 0, 0, 2.45143, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (105, 2, 157, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 351.751, -494.224, 12.3596, 0, 0, 2.44634, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (106, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -119.267, -918.579, 10.6751, 0, 0, 1.83377, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (107, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -117.954, -924.926, 10.6753, 0, 0, 1.8211, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (108, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -116.5, -931.549, 10.6753, 0, 0, 1.76665, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (129, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -769.326, 1155.62, 12.6228, 0, 0, -3.14049, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (130, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -773.948, 1155.64, 12.6228, 0, 0, 3.13857, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (131, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -769.568, 1131.04, 12.6227, 0, 0, -0.010725, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (132, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -774.835, 1131.13, 12.6229, 0, 0, -0.0206099, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (133, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 458.814, 702.22, 11.49, 0, 0, 1.51274, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (134, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 467.202, 701.723, 11.6151, 0, 0, 1.50174, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (135, 2, 150, 0, 0, 0, 0, 6, 73, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1005.69, 208.713, 11.1279, 0, 0, 3.03758, 14, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (136, 2, 150, 0, 0, 0, 0, 6, 75, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1002.12, 203.73, 11.4539, 0, 0, 3.01694, 14, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (137, 2, 168, 0, 0, 0, 0, 6, 76, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1008.54, 186.246, 11.3789, 0, 0, -0.157828, 14, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (138, 2, 168, 0, 0, 0, 0, 6, 76, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -995.796, 193.143, 11.4015, 0, 0, 1.41776, 14, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (139, 2, 167, 0, 0, 0, 0, 56, 75, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1141.98, -283.386, 11.3194, 0, 0, -3.09345, 18, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (140, 2, 167, 0, 0, 0, 0, 13, 76, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1143.05, -270.229, 11.4251, 0, 0, -3.05214, 18, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (141, 2, 167, 0, 0, 0, 0, 13, 76, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1143.99, -256.669, 11.5147, 0, 0, -3.07535, 18, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (142, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -873.256, -482.571, 11.3251, 0, 0, -1.5271, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (143, 2, 146, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -873.249, -478.507, 11.3193, 0, 0, -1.55587, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (144, 2, 138, 0, 0, 0, 0, 1, 75, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1243.33, 23.4004, 12.013, 0, 0, 3.12587, 22, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (145, 2, 138, 0, 0, 0, 0, 1, 75, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1247.7, 23.4549, 12.0141, 0, 0, 3.1171, 22, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (146, 2, 138, 0, 0, 0, 0, 1, 75, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1251.99, 23.5308, 12.0096, 0, 0, 3.12793, 22, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (147, 4, 596, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1602.73, -1703.95, 5.62027, 0, 0, 1.59558, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (148, 4, 596, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1602.74, -1700.18, 5.61885, 0, 0, 1.59013, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (149, 4, 596, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1602.68, -1696.18, 5.61891, 0, 0, 1.57734, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (150, 4, 596, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1602.67, -1691.93, 5.61976, 0, 0, 1.59322, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (151, 4, 596, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2083.1, -1706.03, 13.104, 0, 0, 0.635562, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (152, 4, 596, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1595.43, -1711.89, 5.61871, 0, 0, -0.0106168, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (153, 4, 596, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1591.43, -1711.87, 5.61965, 0, 0, 0.00642908, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (154, 4, 596, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1587.33, -1711.86, 5.61184, 0, 0, 0.00975822, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (155, 4, 427, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1526.72, -1644.82, 6.02297, 0, 0, -3.13362, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (156, 4, 427, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1530.62, -1644.78, 6.02321, 0, 0, -3.11574, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (157, 4, 427, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1534.72, -1644.71, 6.03863, 0, 0, -3.13567, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (158, 4, 599, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1545.99, -1651.07, 6.08226, 0, 0, 1.56824, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (159, 4, 599, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1546.03, -1654.96, 6.03352, 0, 0, 1.54986, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (160, 4, 426, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1545.79, -1667.84, 5.62373, 0, 0, 1.56514, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (161, 4, 426, 0, 0, 0, 0, 10, 10, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1545.98, -1672.1, 5.63141, 0, 0, 1.5917, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (162, 2, 131, 0, 0, 0, 0, 5, 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -979.696, -882.141, 12.8471, 0, 0, 0.747823, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (163, 2, 175, 0, 0, 0, 0, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -982.322, -884.732, 12.8645, 0, 0, 0.762973, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (164, 2, 134, 0, 0, 0, 0, 37, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -984.723, -887.279, 12.7096, 0, 0, 0.816305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (165, 4, 523, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1526.17, -1680.36, 5.45989, 0, 0, -0.797715, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (166, 4, 523, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1526.06, -1674.86, 5.46142, 0, 0, -2.37213, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (167, 4, 523, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1529.73, -1674.89, 5.4601, 0, 0, -2.37606, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (168, 4, 523, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1529.64, -1680.68, 5.46212, 0, 0, -0.793975, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (169, 4, 416, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1178.73, -1338.94, 14.0094, 0, 0, -1.54939, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (170, 4, 416, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1178.46, -1308.67, 13.9791, 0, 0, -1.56455, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (171, 4, 416, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2036.82, -1425.53, 17.1413, 0, 0, -0.00217407, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (172, 4, 416, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2024.7, -1409.68, 17.1419, 0, 0, 1.55537, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (173, 4, 408, 0, 0, 0, 0, 26, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2338.19, -2085.52, 14.0841, 0, 0, 1.56666, 24, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (174, 4, 408, 0, 0, 0, 0, 26, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2338.24, -2090.4, 14.097, 0, 0, 1.57921, 24, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (175, 4, 408, 0, 0, 0, 0, 26, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2338.3, -2095.48, 14.0909, 0, 0, 1.57749, 24, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (176, 4, 431, 0, 0, 0, 0, 47, 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1781.16, -1887.68, 13.493, 0, 0, -1.54371, 20, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (177, 4, 431, 0, 0, 0, 0, 92, 72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1781.08, -1892.33, 13.492, 0, 0, -1.55517, 20, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (178, 4, 431, 0, 0, 0, 0, 92, 72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1780.83, -1897.52, 13.4905, 0, 0, -1.56997, 20, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (179, 4, 420, 0, 0, 0, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1804.27, -1932.53, 13.1664, 0, 0, -0.015131, 16, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (180, 4, 420, 0, 0, 0, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1800.35, -1932.4, 13.166, 0, 0, -0.0127972, 16, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (181, 4, 420, 0, 0, 0, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1796.72, -1932.55, 13.1653, 0, 0, -0.000382929, 16, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (182, 4, 438, 0, 0, 0, 0, 6, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1792.65, -1932.66, 13.3902, 0, 0, 0.00784995, 16, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (183, 4, 438, 0, 0, 0, 0, 6, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1788.85, -1932.83, 13.3847, 0, 0, 0.025678, 16, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (184, 4, 407, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1147.58, -1295.9, 13.8958, 0, 0, 0.00109566, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (185, 4, 407, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1147.58, -1308.6, 13.9144, 0, 0, 0.00538338, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (186, 4, 598, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2282.26, 2442.01, 10.5652, 0, 0, -0.0100905, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (187, 4, 598, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2277.82, 2441.92, 10.5665, 0, 0, 0.0142917, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (188, 4, 598, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2273.75, 2441.84, 10.5656, 0, 0, 0.00445989, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (189, 4, 598, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2269.03, 2441.76, 10.565, 0, 0, 0.02489, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (190, 4, 598, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2277.94, 2478.61, 10.5693, 0, 0, 3.13522, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (191, 4, 598, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2273.44, 2478.64, 10.5671, 0, 0, 3.12822, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (192, 4, 598, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2269.09, 2478.64, 10.5649, 0, 0, 3.13244, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (193, 4, 598, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 2282.15, 2478.59, 10.5668, 0, 0, -3.12538, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (194, 4, 407, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1751.1, 2077.36, 11.0579, 0, 0, 3.13707, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (195, 4, 407, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1756.99, 2077.55, 11.0555, 0, 0, -3.13337, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (196, 4, 407, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 1763.96, 2077.97, 11.0573, 0, 0, -3.10259, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (197, 4, 597, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1572.66, 742.629, -5.47258, 0, 0, 1.57093, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (198, 4, 597, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1572.64, 738.657, -5.47407, 0, 0, 1.5799, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (199, 4, 597, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1572.6, 734.641, -5.47307, 0, 0, 1.57367, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (200, 4, 597, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1572.56, 730.619, -5.47164, 0, 0, 1.57203, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (201, 4, 597, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1572.46, 726.494, -5.47229, 0, 0, 1.57229, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (202, 4, 597, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1579.91, 750.258, -5.47212, 0, 0, 3.13972, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (203, 4, 597, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1584.04, 750.231, -5.47137, 0, 0, -3.13672, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (204, 4, 597, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1588.07, 750.247, -5.47243, 0, 0, 3.13574, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (205, 4, 597, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1592.38, 750.296, -5.47143, 0, 0, 3.13692, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (206, 4, 523, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1611.79, 730.701, -5.67174, 0, 0, 0.560641, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (207, 4, 523, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1617.18, 730.908, -5.66764, 0, 0, -0.753548, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (208, 4, 523, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1611.58, 733.413, -5.67532, 0, 0, 0.526106, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (209, 4, 523, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1617.37, 733.199, -5.67666, 0, 0, -0.764526, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (210, 4, 426, 0, 0, 0, 0, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1572.29, 705.876, -5.49726, 0, 0, 1.58725, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (211, 4, 426, 0, 0, 0, 0, 53, 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1572.31, 710.11, -5.49697, 0, 0, 1.55664, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (212, 4, 426, 0, 0, 0, 0, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1572.36, 714.22, -5.49761, 0, 0, 1.58512, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (213, 4, 427, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1596.07, 676.545, -5.10801, 0, 0, 0.0186245, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (214, 4, 427, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1600.28, 676.495, -5.10837, 0, 0, 0.0136404, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (215, 4, 416, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -2677.4, 630.025, 14.6044, 0, 0, 1.57874, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (216, 4, 416, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -2666.93, 629.908, 14.6044, 0, 0, 1.56592, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (217, 4, 416, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -2686.18, 628.286, 14.6058, 0, 0, 1.9158, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (218, 4, 407, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -2022.76, 75.2526, 28.3631, 0, 0, -1.47777, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (219, 4, 407, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -2022.92, 84.3134, 28.3332, 0, 0, -1.5322, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (220, 4, 407, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -2022.93, 92.2289, 28.3678, 0, 0, -1.51043, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (221, 4, 411, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 564.59, -1291.1, 16.9753, 0, 0, 0.0255753, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (222, 4, 541, 0, 0, 0, 0, 36, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 561, -1291.44, 16.8732, 0, 0, 0.00172557, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (223, 4, 480, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 557.632, -1291.24, 17.022, 0, 0, 0.0362236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (224, 4, 477, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 554.015, -1291.05, 17.0018, 0, 0, -0.0592367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `veh_main` (`veh_id`, `veh_server`, `veh_model`, `veh_col1_isrgb`, `veh_col2_isrgb`, `veh_col3_isrgb`, `veh_col4_isrgb`, `veh_col1`, `veh_col2`, `veh_col3`, `veh_col4`, `veh_col1_r`, `veh_col1_g`, `veh_col1_b`, `veh_col1_a`, `veh_col2_r`, `veh_col2_g`, `veh_col2_b`, `veh_col2_a`, `veh_col3_r`, `veh_col3_g`, `veh_col3_b`, `veh_col3_a`, `veh_col4_r`, `veh_col4_g`, `veh_col4_b`, `veh_col4_a`, `veh_locked`, `veh_health`, `veh_pos_x`, `veh_pos_y`, `veh_pos_z`, `veh_rot_x`, `veh_rot_y`, `veh_rot_z`, `veh_owner_id`, `veh_owner_type`, `veh_engine`, `veh_lights`, `veh_siren`, `veh_sirenlight`, `veh_taxilight`, `veh_radio`, `veh_fuel`, `veh_spawned`, `veh_ins_acct`, `veh_price`, `veh_deleted`, `veh_flags`, `veh_spawn_lock`, `veh_buy_price`, `veh_rent_price`, `veh_destroyed`, `veh_mod_enginemult`, `veh_mod_wheelmult`, `veh_mod_brakemult`, `veh_mod_hydraulics`, `veh_mod_nos`, `veh_tire_fl`, `veh_tire_fr`, `veh_tire_rl`, `veh_tire_rr`, `veh_light_fl`, `veh_light_fr`, `veh_light_rl`, `veh_light_rr`, `Column 84`, `veh_door_fl`, `veh_door_fr`, `veh_door_rl`, `veh_door_rr`, `veh_boot`, `veh_bonnet`, `veh_panel_bumper_front`, `veh_panel_bumper_rear`, `veh_panel_front_left`, `veh_panel_front_right`, `veh_panel_rear_left`, `veh_panel_rear_right`, `veh_panel_windshield`, `veh_dirt_level`, `veh_damage_visual`, `veh_damage_engine`, `veh_damage_normal`, `undefined`) VALUES (225, 2, 131, 0, 0, 0, 0, 62, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, -1154.93, 5.74538, 11.2258, 0, 0, -1.56933, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); /*!40000 ALTER TABLE `veh_main` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;