Hello, well I've decided to start releasing in this section after I've recently learnt to how use/make SQL Querys.
This is my first ever custom so if you don't like it or the sql and/or the swf doesn't work then please just tell me and don't flame. This hasn't been tested yet. Please use the SQL given below as there is a mistake in the zipped file I uploaded.
Download - Here
Image -![]()
Furniture
Catalogue itemsPHP Code:INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`,
`can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`,
`allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(9401974, 'pacmn', 'pacmn', 's', 1, 1, 0, '0', '0', '0', 9401974, '1', '1', '1', '1', '1',
'default', 4, '0');
FurnidataPHP Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`,
`amount`) VALUES
(9401974, 'CATAID', '9401974', 'pacmn', '50000', '0', '1');
PHP Code:[["s","9401974","pacmn","6434892","0","1","1","","Pacman Dino","Made by xChrome","","-1","-1"],



![[SQL/SWF] Pacman Dino [SQL/SWF]](http://ragezone.com/hyper728.png)


