Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- phpMyAdmin SQL Dump
- -- version 3.2.0.1
- -- http://www.phpmyadmin.net
- --
- -- Host: localhost
- -- Generation Time: May 23, 2010 at 11:30 AM
- -- Server version: 5.1.36
- -- PHP Version: 5.3.0
- SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
- /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
- /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
- /*!40101 SET NAMES utf8 */;
- --
- -- Database: `samp`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `business`
- --
- CREATE TABLE IF NOT EXISTS `business` (
- `Bizz` varchar(32) NOT NULL,
- `Owned` int(2) NOT NULL,
- `Owner` varchar(24) NOT NULL,
- `PickupX` float NOT NULL,
- `PickupY` float NOT NULL,
- `PickupZ` float NOT NULL,
- `BizzX` float NOT NULL,
- `BizzY` float NOT NULL,
- `BizzZ` float NOT NULL,
- `Interior` int(2) NOT NULL,
- `Sell` int(10) NOT NULL,
- `Level` int(2) NOT NULL DEFAULT '4',
- `Fee` int(5) NOT NULL,
- `Open` int(1) NOT NULL,
- `Pickup` int(5) NOT NULL,
- `BizzID` int(10) NOT NULL AUTO_INCREMENT,
- `Products` int(10) NOT NULL,
- `MaxProducts` int(10) NOT NULL,
- PRIMARY KEY (`BizzID`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ;
- --
- -- Dumping data for table `business`
- --
- INSERT INTO `business` (`Bizz`, `Owned`, `Owner`, `PickupX`, `PickupY`, `PickupZ`, `BizzX`, `BizzY`, `BizzZ`, `Interior`, `Sell`, `Level`, `Fee`, `Open`, `Pickup`, `BizzID`, `Products`, `MaxProducts`) VALUES
- ('AutoBahn', 0, 'None', 1948.12, 2068.85, 11.061, -2027.21, -104.342, 1035.17, 3, 200000, 4, 0, 1, 1274, 0, 100, 100),
- ('Postrio Bar', 0, 'None', 2015.15, 1106.59, 10.8203, -794.936, 490.632, 1376.2, 1, 120000, 4, 0, 0, 1314, 1, 100, 100),
- ('Craw Bar', 0, 'None', 2441.27, 2064.66, 10.8203, 501.981, -69.1502, 998.758, 11, 120000, 4, 0, 0, 1314, 2, 100, 100),
- ('4 Dragons Casino', 0, 'None', 2019.77, 1007.75, 10.8203, 2016.27, 1017.78, 996.875, 10, 200000, 4, 500, 0, 1274, 3, 100, 100),
- ('Caligulas Casino', 0, 'None', 2196.37, 1677.1, 12.3672, 2233.8, 1712.23, 1011.76, 1, 200000, 4, 500, 0, 1274, 4, 100, 100),
- ('Binco Shop', 0, 'None', 1656.63, 1733.29, 10.8281, 207.738, -109.02, 1005.13, 15, 200000, 4, 0, 0, 1275, 5, 100, 100),
- ('Ammu Nation 1', 0, 'None', 2539.12, 2083.96, 10.8203, 286.801, -82.5476, 1001.52, 4, 200000, 4, 0, 0, 1254, 6, 100, 100),
- ('Vice Bar', 0, 'None', 2490.03, 2065.01, 10.8203, 501.981, -69.1502, 998.758, 11, 120000, 4, 0, 0, 1275, 7, 100, 100),
- ('24/7 Markt 4', 0, 'None', 2546.55, 1971.97, 10.8203, -25.1326, -139.067, 1003.55, 16, 150000, 4, 0, 0, 1239, 8, 100, 100),
- ('24/7 Markt 3', 0, 'None', 2194.39, 1990.78, 12.2969, -30.9467, -89.6096, 1003.55, 18, 150000, 4, 0, 0, 1239, 9, 100, 100),
- ('24/7 Markt 2', 0, 'None', 2247.93, 2397.09, 10.8203, 6.09118, -29.2719, 1003.55, 10, 150000, 4, 0, 0, 1239, 10, 100, 100),
- ('24/7 Markt 1', 0, 'None', 2097.78, 2224.12, 11.0234, -25.8845, -185.869, 1003.55, 17, 150000, 4, 0, 0, 1239, 11, 100, 100),
- ('Ammu Nation 2', 0, 'None', 2158.64, 943.324, 10.8203, 296.92, -108.072, 1001.52, 6, 200000, 4, 0, 0, 1254, 12, 100, 100);
- -- --------------------------------------------------------
- --
- -- Table structure for table `factions`
- --
- CREATE TABLE IF NOT EXISTS `factions` (
- `FactionID` int(2) NOT NULL AUTO_INCREMENT,
- `Name` varchar(64) NOT NULL,
- `PickupX` float NOT NULL,
- `PickupY` float NOT NULL,
- `PickupZ` float NOT NULL,
- `FactionX` float NOT NULL,
- `FactionY` float NOT NULL,
- `FactionZ` float NOT NULL,
- `SpawnX` float NOT NULL,
- `SpawnY` float NOT NULL,
- `SpawnZ` float NOT NULL,
- `Interior` int(2) NOT NULL,
- `FactionLevel` int(5) NOT NULL,
- `FactionBalance` int(20) NOT NULL,
- `Open` int(2) NOT NULL DEFAULT '1',
- `Pickup` int(5) NOT NULL DEFAULT '1239',
- PRIMARY KEY (`FactionID`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
- --
- -- Dumping data for table `factions`
- --
- INSERT INTO `factions` (`FactionID`, `Name`, `PickupX`, `PickupY`, `PickupZ`, `FactionX`, `FactionY`, `FactionZ`, `SpawnX`, `SpawnY`, `SpawnZ`, `Interior`, `FactionLevel`, `FactionBalance`, `Open`, `Pickup`) VALUES
- (1, 'Police', 2287.01, 2431.95, 10.8203, 238.64, 140.233, 1003.02, 229.642, 165.31, 1003.02, 3, 0, 0, 1, 1247),
- (0, 'Civilian', 0, 0, 0, 0, 0, 0, 1680.17, 1447.6, 10.7738, 0, 0, 0, 0, 1239),
- (2, 'Paramedics', 1607.32, 1815.76, 10.8203, -3436.14, 473.339, 57.6132, -3428.56, 494.451, 57.6132, 0, 0, 0, 1, 1240),
- (3, 'FBI', 2487.74, 2397.29, 10.8203, 246.784, 63.9002, 1003.64, 0, 0, 0, 6, 0, 0, 0, 1247);
- -- --------------------------------------------------------
- --
- -- Table structure for table `sbusiness`
- --
- CREATE TABLE IF NOT EXISTS `sbusiness` (
- `sBizz` varchar(32) NOT NULL,
- `Owned` int(2) NOT NULL,
- `Owner` varchar(24) NOT NULL,
- `PickupX` float NOT NULL,
- `PickupY` float NOT NULL,
- `PickupZ` float NOT NULL,
- `Pickup` int(5) NOT NULL,
- `Sell` int(10) NOT NULL,
- `Level` int(2) NOT NULL DEFAULT '4',
- `Fee` int(5) NOT NULL,
- `Open` int(1) NOT NULL,
- `sBizzID` int(10) NOT NULL AUTO_INCREMENT,
- `Products` int(10) NOT NULL,
- `MaxProducts` int(10) NOT NULL,
- PRIMARY KEY (`sBizzID`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;
- --
- -- Dumping data for table `sbusiness`
- --
- INSERT INTO `sbusiness` (`sBizz`, `Owned`, `Owner`, `PickupX`, `PickupY`, `PickupZ`, `Pickup`, `Sell`, `Level`, `Fee`, `Open`, `sBizzID`, `Products`, `MaxProducts`) VALUES
- ('Rent''a''Car 1', 0, 'None', 2200.69, 1394.22, 11.0625, 1274, 200000, 4, 200, 0, 0, 100, 100),
- ('Rent''a''Car 2', 0, 'None', 2262.26, 2036.18, 10.8203, 1274, 200000, 4, 200, 0, 1, 100, 100),
- ('Advert Company', 0, 'None', 2438.28, 2369.86, 10.8203, 1274, 200000, 4, 2, 1, 2, 100, 100),
- ('Gas Station 1', 0, 'None', 2117.44, 897.018, 11.1797, 1274, 200000, 4, 2, 0, 3, 100, 100),
- ('Gas Station 2', 0, 'None', 2637.31, 1129.1, 11.1797, 1274, 200000, 4, 2, 0, 4, 100, 100),
- ('Gas Station 3', 0, 'None', 2188.03, 2469.65, 11.2422, 1239, 120000, 4, 0, 0, 5, 100, 100),
- ('Gas Station 4', 0, 'None', 1599.6, 2221.2, 11.0625, 1239, 120000, 4, 0, 0, 6, 100, 100);
- -- --------------------------------------------------------
- --
- -- Table structure for table `users`
- --
- CREATE TABLE IF NOT EXISTS `users` (
- `id` int(10) NOT NULL AUTO_INCREMENT,
- `Username` varchar(24) NOT NULL,
- `Password` varchar(36) NOT NULL,
- `Donator` int(3) NOT NULL,
- `Admin` int(5) NOT NULL,
- `Level` int(3) NOT NULL DEFAULT '1',
- `Money` int(10) NOT NULL DEFAULT '350',
- `Points` int(3) NOT NULL,
- `Regged` int(1) NOT NULL,
- `Skin` int(3) NOT NULL DEFAULT '170',
- `Exp` int(3) NOT NULL,
- `Bank` int(10) NOT NULL,
- `PosX` float NOT NULL,
- `PosY` float NOT NULL,
- `PosZ` float NOT NULL,
- `Int` int(2) NOT NULL,
- `Tut` int(1) NOT NULL,
- `Age` int(1) NOT NULL,
- `Gender` int(1) NOT NULL,
- `Loan` int(5) NOT NULL,
- `Crashed` int(1) NOT NULL,
- `Locked` int(1) NOT NULL,
- `Warns` int(1) NOT NULL,
- `Faction` int(2) NOT NULL,
- `Rank` varchar(64) NOT NULL DEFAULT 'None',
- `Leader` int(3) NOT NULL DEFAULT '255',
- `Car1` int(5) NOT NULL,
- `Car2` int(5) NOT NULL,
- `Car3` int(5) NOT NULL,
- `Car4` int(3) NOT NULL,
- `Car5` int(3) NOT NULL,
- `Health` float NOT NULL DEFAULT '55',
- `Radio` int(5) NOT NULL,
- `CarLic` int(2) NOT NULL,
- `BoatLic` int(2) NOT NULL,
- `PlaneLic` int(2) NOT NULL,
- `CLeader` int(3) NOT NULL DEFAULT '255',
- `Dead` int(2) NOT NULL DEFAULT '0',
- KEY `id_2` (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=28 ;
- --
- -- Dumping data for table `users`
- --
- INSERT INTO `users` (`id`, `Username`, `Password`, `Donator`, `Admin`, `Level`, `Money`, `Points`, `Regged`, `Skin`, `Exp`, `Bank`, `PosX`, `PosY`, `PosZ`, `Int`, `Tut`, `Age`, `Gender`, `Loan`, `Crashed`, `Locked`, `Warns`, `Faction`, `Rank`, `Leader`, `Car1`, `Car2`, `Car3`, `Car4`, `Car5`, `Health`, `Radio`, `CarLic`, `BoatLic`, `PlaneLic`, `CLeader`, `Dead`) VALUES
- (27, 'Michael_Taylor', '212285', 0, 0, 1, 350, 0, 1, 170, 0, 0, 0, 0, 0, 0, 3, 17, 1, 0, 0, 0, 0, 0, '0', 255, 0, 0, 0, 0, 0, 55, 0, 0, 0, 0, 255, 0),
- (26, 'Michael_Capone', '212285', 0, 0, 1, 350, 0, 1, 170, 0, 0, 0, 0, 0, 0, 3, 17, 1, 0, 0, 0, 0, 0, '0', 255, 0, 0, 0, 0, 0, 55, 0, 0, 0, 0, 255, 0);
- -- --------------------------------------------------------
- --
- -- Table structure for table `vehicles`
- --
- CREATE TABLE IF NOT EXISTS `vehicles` (
- `Owner` varchar(24) NOT NULL DEFAULT 'None',
- `VehicleID` int(5) NOT NULL,
- `VehicleModel` int(5) NOT NULL,
- `VehicleX` float NOT NULL,
- `VehicleY` float NOT NULL,
- `VehicleZ` float NOT NULL,
- `Color1` int(5) NOT NULL,
- `Color2` int(5) NOT NULL,
- `Spoiler` int(5) NOT NULL,
- `Hood` int(5) NOT NULL,
- `Roof` int(5) NOT NULL,
- `Sideskirt` int(5) NOT NULL,
- `Lamps` int(5) NOT NULL,
- `Nitro` int(5) NOT NULL,
- `Exhaust` int(5) NOT NULL,
- `Wheels` int(5) NOT NULL,
- `Stereo` int(5) NOT NULL,
- `Hydraulics` int(5) NOT NULL,
- `Front_Bumper` int(5) NOT NULL,
- `Back_Bumper` int(5) NOT NULL,
- `Left_Bumper` int(5) NOT NULL,
- `Right_Bumper` int(5) NOT NULL,
- `Damage` float NOT NULL DEFAULT '1000',
- `PlateCode` int(30) NOT NULL
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- --
- -- Dumping data for table `vehicles`
- --
- INSERT INTO `vehicles` (`Owner`, `VehicleID`, `VehicleModel`, `VehicleX`, `VehicleY`, `VehicleZ`, `Color1`, `Color2`, `Spoiler`, `Hood`, `Roof`, `Sideskirt`, `Lamps`, `Nitro`, `Exhaust`, `Wheels`, `Stereo`, `Hydraulics`, `Front_Bumper`, `Back_Bumper`, `Left_Bumper`, `Right_Bumper`, `Damage`, `PlateCode`) VALUES
- ('Michael_Taylor', 0, 560, 2.15837, 115.81, 2.81813, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0),
- ('Michael_Capone', 0, 560, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 439),
- ('Michael_Capone', 0, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 6695);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement