-- phpMyAdmin SQL Dump -- version 4.0.4.1 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Sep 02, 2013 at 05:03 PM -- Server version: 5.5.32 -- PHP Version: 5.4.19 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!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: `perp` -- -- -------------------------------------------------------- -- -- Table structure for table `perp_users` -- CREATE TABLE IF NOT EXISTS `perp_users` ( `uid` bigint(11) NOT NULL, `id` text NOT NULL, `steamid` text NOT NULL, `blacklists` text NOT NULL, `rp_name_first` text NOT NULL, `rp_name_last` text NOT NULL, `time_played` bigint(20) NOT NULL, `cash` bigint(20) NOT NULL, `model` text NOT NULL, `items` text NOT NULL, `storage` text NOT NULL, `skills` text NOT NULL, `genes` text NOT NULL, `formulas` text NOT NULL, `organization` int(11) NOT NULL DEFAULT '0', `bank` bigint(20) NOT NULL, `vehicles` text NOT NULL, `ringtones` text NOT NULL, `ammo_pistol` int(11) unsigned zerofill NOT NULL DEFAULT '00000000000', `ammo_rifle` int(11) unsigned zerofill NOT NULL DEFAULT '00000000000', `ammo_shotgun` int(11) unsigned zerofill NOT NULL DEFAULT '00000000000', `ringtone` int(11) NOT NULL DEFAULT '1', `last_played` text NOT NULL, `fuelleft` int(11) NOT NULL DEFAULT '10000', `lastcar` text, `ticket` int(11) DEFAULT NULL, PRIMARY KEY (`uid`,`id`(15),`steamid`(15)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `perp_users` -- INSERT INTO `perp_users` (`uid`, `id`, `steamid`, `blacklists`, `rp_name_first`, `rp_name_last`, `time_played`, `cash`, `model`, `items`, `storage`, `skills`, `genes`, `formulas`, `organization`, `bank`, `vehicles`, `ringtones`, `ammo_pistol`, `ammo_rifle`, `ammo_shotgun`, `ringtone`, `last_played`, `fuelleft`, `lastcar`, `ticket`) VALUES (3526231897, 'STEAM_0:1:59569651', 'STEAM_0:1:59569651', '', 'Bill', 'Cosby', 105612, 24800, '1_1_8', '3,2,1;4,126,1;5,15,7;6,160,66;8,161,4;9,120,1;10,25,2;11,18,5;12,30,1;14,83,64;20,1030,1;', '', '1898;1941;6;4802;0;98.25;0;78;328;0;0;0;0;', '0;0;2;2;0;2;0;', '75;6;', 341, 223416, 'm,8,3,1,1;a,3,6,0,0;', '', 00000000000, 00000000400, 00000000000, 13, '1378070591', 2107, 'm', NULL); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;