[GameMode] Play RolePlay [Backdoor]
#1

[CENTER]Bonjour a tous et a toute, je vous partage aujourd'hui un gamemode que j'ai utiliser pour mon serveur "Play Roleplay", le GM est de base SCRP ( south central roleplay ) je le partage ici aprиs que j'ai passer pas mal de temps a le traduire ( traduction a revoir rapidement ) je le partage suite a un gamin de 12 ans qui me l'a volй car je l'ai pris pour quelqu'un de confiance et qui est mature mais a la fin voila quoi ( malgrй qu'il est bourrй des fails mais bon je le partage il me sert a rien ) , ce gamemode contient plusieurs modifications qui ont йtй effectuй ( comme les gros bug connu dans le GM ont йtй rйparer ), avec un mapping complиtement unique voila quelque modifications ajoutй au gamemode :[/CENTER]

- Mapping Unique.
- Script de braquage de banque unique.
- Les factions ont йtй complиtement revue.
- Ajout d'un nouveau type de faction ( Type Tunning ).
- Ajout des commandes pour la faction du type tunning + le garage.
- Systиme d'Exp et levels complиtement Unique.
- Rйparation des crashes du serveur ( j'vais le choix d'avoir 19 warnings dans le gamemode ou passer tout le gamemode en MySQL R39-2 et tellement que je suis flemmard j'ai pris le premier choix , si vous rйparer les warnings le GM va buggй sinon si vous avez le courage passer le en MySQL derniиre version ).
- Plusieurs Textdraws ont йtй refais et ajoutйs ( Payday / Braquage ect ... ).
- Systиme de banque / ATM complиtement revue et modifier ( sa fonctionne en textdraws credits a adri1 ).


Screens / plus d'infos ici : http://britania.ws/board/index.php?/topi...ype-de-rp/

Crйdits:

Scripteurs - Emmet_, Apple, AlexBlack
Fondateur - Risky
Co Fondateur - Evander
Saff - PerJon, Supreme, KuffPuff,
Mappings - Sn0k.
Autres - Golf, adri1

Il est obligatoire d'ajouter les crйdits en cas que vous dйcidez d'utiliser ce gamemode.

Emmet_ Wrote:
AlexBlack Wrote:Hi, i have translate SC:RP for my project then i didn't finish it and i still have the gamemode, if you can give me the permission to release it to the frensh part ( with your credits of course ), thank's for reading.

Yeah sure. You can release it if you wish

PS : si j'aurais le temps j'ai aussi la version sur SF et j'ai aussi une version sur Fort Carson.

Resources :

[SIZE="5"]GameMode[/SIZE]

http://www.mediafire.com/download/9071y7...PlayRP.rar

[SIZE="5"]Database[/SIZE]

PHP Code:
-- phpMyAdmin SQL Dump
-- version 3.3.7deb8
-- http://www.phpmyadmin.net
--
-- 
Serveurlocalhost
-- Gйnйrй le Dim 08 Mars 2015 а 20:47
-- Version du serveur5.1.73
-- Version de PHP5.3.3-7+squeeze25

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 */;

--
-- 
Base de donnйes: `Black`
--

-- --------------------------------------------------------

--
-- 
Structure de la table `accounts`
--

CREATE TABLE IF NOT EXISTS `accounts` (
  `
IDint(12NOT NULL AUTO_INCREMENT,
  `
Usernamevarchar(24) DEFAULT NULL,
  `
Passwordvarchar(129) DEFAULT NULL,
  `
RegisterDatevarchar(36) DEFAULT NULL,
  `
LoginDatevarchar(36) DEFAULT NULL,
  `
IPvarchar(16) DEFAULT 'n/a',
  
PRIMARY KEY (`ID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=161 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `arrestpoints`
--

CREATE TABLE IF NOT EXISTS `arrestpoints` (
  `
arrestIDint(11NOT NULL AUTO_INCREMENT,
  `
arrestXfloat NOT NULL,
  `
arrestYfloat NOT NULL,
  `
arrestZfloat NOT NULL,
  `
arrestInteriorint(11NOT NULL,
  `
arrestWorldint(11NOT NULL,
  
PRIMARY KEY (`arrestID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

--
-- 
Contenu de la table `arrestpoints`
--

INSERT INTO `arrestpoints` (`arrestID`, `arrestX`, `arrestY`, `arrestZ`, `arrestInterior`, `arrestWorld`) VALUES
(21222.21, -1309.7796.787510000);

-- --------------------------------------------------------

--
-- 
Structure de la table `atm`
--

CREATE TABLE IF NOT EXISTS `atm` (
  `
atmIDint(11NOT NULL,
  `
atmAfloat NOT NULL,
  `
atmXfloat NOT NULL,
  `
atmYfloat NOT NULL,
  `
atmZfloat NOT NULL,
  `
atmInteriorint(11NOT NULL,
  `
atmWorldint(11NOT NULL
ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- 
Contenu de la table `atm`
--

INSERT INTO `atm` (`atmID`, `atmA`, `atmX`, `atmY`, `atmZ`, `atmInterior`, `atmWorld`) VALUES
(0356.3961702.37, -1802.713.546800);

-- --------------------------------------------------------

--
-- 
Structure de la table `backpackitems`
--

CREATE TABLE IF NOT EXISTS `backpackitems` (
  `
IDint(12) DEFAULT '0',
  `
itemIDint(12NOT NULL AUTO_INCREMENT,
  `
itemNamevarchar(32) DEFAULT NULL,
  `
itemModelint(12) DEFAULT '0',
  `
itemQuantityint(12) DEFAULT '0',
  
PRIMARY KEY (`itemID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=36 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `backpacks`
--

CREATE TABLE IF NOT EXISTS `backpacks` (
  `
backpackIDint(12NOT NULL AUTO_INCREMENT,
  `
backpackPlayerint(12) DEFAULT '0',
  `
backpackXfloat DEFAULT '0',
  `
backpackYfloat DEFAULT '0',
  `
backpackZfloat DEFAULT '0',
  `
backpackInteriorint(12) DEFAULT '0',
  `
backpackWorldint(12) DEFAULT '0',
  `
backpackHouseint(12) DEFAULT '0',
  `
backpackVehicleint(12) DEFAULT '0',
  
PRIMARY KEY (`backpackID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=30 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `billboards`
--

CREATE TABLE IF NOT EXISTS `billboards` (
  `
bbIDint(12NOT NULL AUTO_INCREMENT,
  `
bbExistsint(12) DEFAULT '0',
  `
bbNamevarchar(32) DEFAULT NULL,
  `
bbOwnerint(12NOT NULL DEFAULT '0',
  `
bbPriceint(12NOT NULL DEFAULT '0',
  `
bbRangeint(12) DEFAULT '10',
  `
bbPosXfloat DEFAULT '0',
  `
bbPosYfloat DEFAULT '0',
  `
bbPosZfloat DEFAULT '0',
  `
bbMessagevarchar(230) DEFAULT NULL,
  
PRIMARY KEY (`bbID`)
ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

--
-- 
Contenu de la table `billboards`
--


-- --------------------------------------------------------

--
-- 
Structure de la table `blacklist`
--

CREATE TABLE IF NOT EXISTS `blacklist` (
  `
IPvarchar(16) DEFAULT '0.0.0.0',
  `
Usernamevarchar(24) DEFAULT NULL,
  `
BannedByvarchar(24) DEFAULT NULL,
  `
Reasonvarchar(128) DEFAULT NULL,
  `
Datevarchar(36) DEFAULT NULL
ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- 
Contenu de la table `blacklist`
--


-- --------------------------------------------------------

--
-- 
Structure de la table `businesses`
--

CREATE TABLE IF NOT EXISTS `businesses` (
  `
bizIDint(12NOT NULL AUTO_INCREMENT,
  `
bizNamevarchar(32) DEFAULT NULL,
  `
bizOwnerint(12) DEFAULT '0',
  `
bizTypeint(12) DEFAULT '0',
  `
bizPriceint(12) DEFAULT '0',
  `
bizPosXfloat DEFAULT '0',
  `
bizPosYfloat DEFAULT '0',
  `
bizPosZfloat DEFAULT '0',
  `
bizPosAfloat DEFAULT '0',
  `
bizIntXfloat DEFAULT '0',
  `
bizIntYfloat DEFAULT '0',
  `
bizIntZfloat DEFAULT '0',
  `
bizIntAfloat DEFAULT '0',
  `
bizInteriorint(12) DEFAULT '0',
  `
bizExteriorint(12) DEFAULT '0',
  `
bizExteriorVWint(12) DEFAULT '0',
  `
bizLockedint(4) DEFAULT '0',
  `
bizVaultint(12) DEFAULT '0',
  `
bizProductsint(12) DEFAULT '0',
  `
bizPrice1int(12) DEFAULT '0',
  `
bizPrice2int(12) DEFAULT '0',
  `
bizPrice3int(12) DEFAULT '0',
  `
bizPrice4int(12) DEFAULT '0',
  `
bizPrice5int(12) DEFAULT '0',
  `
bizPrice6int(12) DEFAULT '0',
  `
bizPrice7int(12) DEFAULT '0',
  `
bizPrice8int(12) DEFAULT '0',
  `
bizPrice9int(12) DEFAULT '0',
  `
bizPrice10int(12) DEFAULT '0',
  `
bizSpawnXfloat DEFAULT '0',
  `
bizSpawnYfloat DEFAULT '0',
  `
bizSpawnZfloat DEFAULT '0',
  `
bizSpawnAfloat DEFAULT '0',
  `
bizDeliverXfloat DEFAULT '0',
  `
bizDeliverYfloat DEFAULT '0',
  `
bizDeliverZfloat DEFAULT '0',
  `
bizMessagevarchar(128) DEFAULT NULL,
  `
bizPrice11int(12) DEFAULT '0',
  `
bizPrice12int(12) DEFAULT '0',
  `
bizPrice13int(12) DEFAULT '0',
  `
bizPrice14int(12) DEFAULT '0',
  `
bizPrice15int(12) DEFAULT '0',
  `
bizPrice16int(12) DEFAULT '0',
  `
bizPrice17int(12) DEFAULT '0',
  `
bizPrice18int(12) DEFAULT '0',
  `
bizPrice19int(12) DEFAULT '0',
  `
bizPrice20int(12) DEFAULT '0',
  `
bizShipmentint(4) DEFAULT '0',
  
PRIMARY KEY (`bizID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=40 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `cars`
--

CREATE TABLE IF NOT EXISTS `cars` (
  `
carIDint(12NOT NULL AUTO_INCREMENT,
  `
carModelint(12) DEFAULT '0',
  `
carOwnerint(12) DEFAULT '0',
  `
carPosXfloat DEFAULT '0',
  `
carPosYfloat DEFAULT '0',
  `
carPosZfloat DEFAULT '0',
  `
carPosRfloat DEFAULT '0',
  `
carColor1int(12) DEFAULT '0',
  `
carColor2int(12) DEFAULT '0',
  `
carPaintjobint(12) DEFAULT '-1',
  `
carLockedint(4) DEFAULT '0',
  `
carMod1int(12) DEFAULT '0',
  `
carMod2int(12) DEFAULT '0',
  `
carMod3int(12) DEFAULT '0',
  `
carMod4int(12) DEFAULT '0',
  `
carMod5int(12) DEFAULT '0',
  `
carMod6int(12) DEFAULT '0',
  `
carMod7int(12) DEFAULT '0',
  `
carMod8int(12) DEFAULT '0',
  `
carMod9int(12) DEFAULT '0',
  `
carMod10int(12) DEFAULT '0',
  `
carMod11int(12) DEFAULT '0',
  `
carMod12int(12) DEFAULT '0',
  `
carMod13int(12) DEFAULT '0',
  `
carMod14int(12) DEFAULT '0',
  `
carImpoundedint(12) DEFAULT '0',
  `
carWeapon1int(12) DEFAULT '0',
  `
carAmmo1int(12) DEFAULT '0',
  `
carWeapon2int(12) DEFAULT '0',
  `
carAmmo2int(12) DEFAULT '0',
  `
carWeapon3int(12) DEFAULT '0',
  `
carAmmo3int(12) DEFAULT '0',
  `
carWeapon4int(12) DEFAULT '0',
  `
carAmmo4int(12) DEFAULT '0',
  `
carWeapon5int(12) DEFAULT '0',
  `
carAmmo5int(12) DEFAULT '0',
  `
carImpoundPriceint(12) DEFAULT '0',
  `
carFactionint(12) DEFAULT '0',
  `
carJobint(12) DEFAULT '0',
  
PRIMARY KEY (`carID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=219 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `carstorage`
--

CREATE TABLE IF NOT EXISTS `carstorage` (
  `
IDint(12) DEFAULT '0',
  `
itemIDint(12NOT NULL AUTO_INCREMENT,
  `
itemNamevarchar(32) DEFAULT NULL,
  `
itemModelint(12) DEFAULT '0',
  `
itemQuantityint(12) DEFAULT '0',
  
PRIMARY KEY (`itemID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `characters`
--

CREATE TABLE IF NOT EXISTS `characters` (
  `
IDint(12NOT NULL AUTO_INCREMENT,
  `
Usernamevarchar(24) DEFAULT NULL,
  `
Charactervarchar(24) DEFAULT NULL,
  `
Createdint(4) DEFAULT '0',
  `
Genderint(4) DEFAULT '0',
  `
Birthdatevarchar(32) DEFAULT '01/01/1970',
  `
Originvarchar(32) DEFAULT 'Not Specified',
  `
Skinint(12) DEFAULT '0',
  `
Glassesint(12) DEFAULT '0',
  `
Hatint(12) DEFAULT '0',
  `
Bandanaint(12) DEFAULT '0',
  `
PosXfloat DEFAULT '0',
  `
PosYfloat DEFAULT '0',
  `
PosZfloat DEFAULT '0',
  `
PosAfloat DEFAULT '0',
  `
Interiorint(12) DEFAULT '0',
  `
Worldint(12) DEFAULT '0',
  `
GlassesPosvarchar(100) DEFAULT NULL,
  `
HatPosvarchar(100) DEFAULT NULL,
  `
BandanaPosvarchar(100) DEFAULT NULL,
  `
Hospitalint(12) DEFAULT '-1',
  `
HospitalIntint(12) DEFAULT '0',
  `
Moneyint(12) DEFAULT '0',
  `
BankMoneyint(12) DEFAULT '0',
  `
OwnsBillboardint(12) DEFAULT '-1',
  `
Savingsint(12) DEFAULT '0',
  `
Adminint(12) DEFAULT '0',
  `
JailTimeint(12) DEFAULT '0',
  `
Mutedint(4) DEFAULT '0',
  `
CreateDateint(12) DEFAULT '0',
  `
LastLoginint(12) DEFAULT '0',
  `
Testerint(4) DEFAULT '0',
  `
Gun1int(12) DEFAULT '0',
  `
Gun2int(12) DEFAULT '0',
  `
Gun3int(12) DEFAULT '0',
  `
Gun4int(12) DEFAULT '0',
  `
Gun5int(12) DEFAULT '0',
  `
Gun6int(12) DEFAULT '0',
  `
Gun7int(12) DEFAULT '0',
  `
Gun8int(12) DEFAULT '0',
  `
Gun9int(12) DEFAULT '0',
  `
Gun10int(12) DEFAULT '0',
  `
Gun11int(12) DEFAULT '0',
  `
Gun12int(12) DEFAULT '0',
  `
Gun13int(12) DEFAULT '0',
  `
Ammo1int(12) DEFAULT '0',
  `
Ammo2int(12) DEFAULT '0',
  `
Ammo3int(12) DEFAULT '0',
  `
Ammo4int(12) DEFAULT '0',
  `
Ammo5int(12) DEFAULT '0',
  `
Ammo6int(12) DEFAULT '0',
  `
Ammo7int(12) DEFAULT '0',
  `
Ammo8int(12) DEFAULT '0',
  `
Ammo9int(12) DEFAULT '0',
  `
Ammo10int(12) DEFAULT '0',
  `
Ammo11int(12) DEFAULT '0',
  `
Ammo12int(12) DEFAULT '0',
  `
Ammo13int(12) DEFAULT '0',
  `
Houseint(12) DEFAULT '-1',
  `
Businessint(12) DEFAULT '-1',
  `
Phoneint(12) DEFAULT '0',
  `
Lotteryint(12) DEFAULT '0',
  `
Hungerint(12) DEFAULT '100',
  `
Thirstint(12) DEFAULT '100',
  `
PlayingHoursint(12) DEFAULT '0',
  `
Minutesint(12) DEFAULT '0',
  `
ArmorStatusfloat DEFAULT '0',
  `
Entranceint(12) DEFAULT '0',
  `
Jobint(12) DEFAULT '0',
  `
Factionint(12) DEFAULT '-1',
  `
FactionRankint(12) DEFAULT '0',
  `
Prisonedint(4) DEFAULT '0',
  `
Warrantsint(12) DEFAULT '0',
  `
Injuredint(4) DEFAULT '0',
  `
Healthfloat DEFAULT '0',
  `
Channelint(12) DEFAULT '0',
  `
Accentvarchar(24) DEFAULT NULL,
  `
Bleedingint(4) DEFAULT '0',
  `
Warningsint(12) DEFAULT '0',
  `
Warn1varchar(32) DEFAULT NULL,
  `
Warn2varchar(32) DEFAULT NULL,
  `
MaskIDint(12) DEFAULT '0',
  `
FactionModint(12) DEFAULT '0',
  `
Capacityint(12) DEFAULT '35',
  `
AdminHideint(4) DEFAULT '0',
  `
LotteryBint(11NOT NULL,
  `
SpawnPointint(11NOT NULL,
  `
Experianceint(11) DEFAULT '0',
  `
Niveauint(11) DEFAULT '0',
  `
BraquageSacint(11) DEFAULT '0',
  
PRIMARY KEY (`ID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=169 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `contacts`
--

CREATE TABLE IF NOT EXISTS `contacts` (
  `
IDint(12) DEFAULT '0',
  `
contactIDint(12NOT NULL AUTO_INCREMENT,
  `
contactNamevarchar(32) DEFAULT NULL,
  `
contactNumberint(12) DEFAULT '0',
  
PRIMARY KEY (`contactID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `crates`
--

CREATE TABLE IF NOT EXISTS `crates` (
  `
crateIDint(12NOT NULL AUTO_INCREMENT,
  `
crateTypeint(12) DEFAULT '0',
  `
crateXfloat DEFAULT '0',
  `
crateYfloat DEFAULT '0',
  `
crateZfloat DEFAULT '0',
  `
crateAfloat DEFAULT '0',
  `
crateInteriorint(12) DEFAULT '0',
  `
crateWorldint(12) DEFAULT '0',
  
PRIMARY KEY (`crateID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `dealervehicles`
--

CREATE TABLE IF NOT EXISTS `dealervehicles` (
  `
IDint(12) DEFAULT '0',
  `
vehIDint(12NOT NULL AUTO_INCREMENT,
  `
vehModelint(12) DEFAULT '0',
  `
vehPriceint(12) DEFAULT '0',
  
PRIMARY KEY (`vehID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=68 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `detectors`
--

CREATE TABLE IF NOT EXISTS `detectors` (
  `
detectorIDint(12NOT NULL AUTO_INCREMENT,
  `
detectorXfloat DEFAULT '0',
  `
detectorYfloat DEFAULT '0',
  `
detectorZfloat DEFAULT '0',
  `
detectorAnglefloat DEFAULT '0',
  `
detectorInteriorint(12) DEFAULT '0',
  `
detectorWorldint(12) DEFAULT '0',
  
PRIMARY KEY (`detectorID`)
ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

--
-- 
Contenu de la table `detectors`
--


-- --------------------------------------------------------

--
-- 
Structure de la table `dropped`
--

CREATE TABLE IF NOT EXISTS `dropped` (
  `
IDint(12NOT NULL AUTO_INCREMENT,
  `
itemNamevarchar(32) DEFAULT NULL,
  `
itemModelint(12) DEFAULT '0',
  `
itemXfloat DEFAULT '0',
  `
itemYfloat DEFAULT '0',
  `
itemZfloat DEFAULT '0',
  `
itemIntint(12) DEFAULT '0',
  `
itemWorldint(12) DEFAULT '0',
  `
itemQuantityint(12) DEFAULT '0',
  `
itemAmmoint(12) DEFAULT '0',
  `
itemWeaponint(12) DEFAULT '0',
  `
itemPlayervarchar(24) DEFAULT NULL,
  
PRIMARY KEY (`ID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=146 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `entrances`
--

CREATE TABLE IF NOT EXISTS `entrances` (
  `
entranceIDint(12NOT NULL AUTO_INCREMENT,
  `
entranceNamevarchar(32) DEFAULT NULL,
  `
entranceIconint(12) DEFAULT '0',
  `
entrancePosXfloat DEFAULT '0',
  `
entrancePosYfloat DEFAULT '0',
  `
entrancePosZfloat DEFAULT '0',
  `
entrancePosAfloat DEFAULT '0',
  `
entranceIntXfloat DEFAULT '0',
  `
entranceIntYfloat DEFAULT '0',
  `
entranceIntZfloat DEFAULT '0',
  `
entranceIntAfloat DEFAULT '0',
  `
entranceInteriorint(12) DEFAULT '0',
  `
entranceExteriorint(12) DEFAULT '0',
  `
entranceExteriorVWint(12) DEFAULT '0',
  `
entranceTypeint(12) DEFAULT '0',
  `
entrancePassvarchar(32) DEFAULT NULL,
  `
entranceLockedint(12) DEFAULT '0',
  `
entranceCustomint(4) DEFAULT '0',
  `
entranceWorldint(12) DEFAULT '0',
  
PRIMARY KEY (`entranceID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=70 ;

--
-- 
Contenu de la table `entrances`
--

INSERT INTO `entrances` (`entranceID`, `entranceName`, `entranceIcon`, `entrancePosX`, `entrancePosY`, `entrancePosZ`, `entrancePosA`, `entranceIntX`, `entranceIntY`, `entranceIntZ`, `entranceIntA`, `entranceInterior`, `entranceExterior`, `entranceExteriorVW`, `entranceType`, `entrancePass`, `entranceLocked`, `entranceCustom`, `entranceWorld`) VALUES
(7'Los Santos Police Departement'01555.5, -1675.5616.1953268.3921587.61, -1709.62, -36.8138182.4551000''000),
(
10'Los Santos Bank'0800.833, -1738.813.546784.81171456.19, -987.942996.105906002'D'007010),
(
12'Prйsidence Los Santos'01310.27, -1367.813.5409359.531304.017, -141.9891004.06907000'Sa'007012),
(
56'Mairie Los Santos'01481.05, -1770.8618.7957178.388390.169173.8071008.38903004''007056),
(
58'San News'01700.27, -1772.5113.6315264.7691886.76, -900.474980.59485.47260000''017058),
(
59'2 иme Etage'01866.01, -891.867980.73291.66971866.52, -891.74987.65189.1630070590''007059),
(
60'FBI'01654.02, -1655.5122.5156358.749288.839167.1931007.17178.2913000''007060),
(
61'C.I.A'01676.96, -1634.814.226592.0987238.648140.1341003.02177.3743000''007061),
(
62'Stand de tir'01739.31, -1583.2814.15822.0409304.017, -141.9891004.06907005''007062),
(
63'LSPD - Sous-sol'01525.7, -1677.885.890690.8951577.35, -1743.22, -36.813988.45411000''007063),
(
64'Dealer d''armes'6, -86.2813, -299.6812.7646358.4012570.05, -1301.921044.12270.6682000''007013),
(
67'Dock'01848.23, -1761.1813.5468142.3111307.93, -55.89221002.593.205718003''007067),
(
68'#Legendary Motors'272005.9, -1760.5513.539179.4491999.5, -1765.7613.25063.06370000''000),
(
69'Cosa Nostra'0328.897, -1513.1436.03948.79782214.64, -1150.511025.8265.67815000''007069);

-- --------------------------------------------------------

--
-- 
Structure de la table `factions`
--

CREATE TABLE IF NOT EXISTS `factions` (
  `
factionIDint(12NOT NULL AUTO_INCREMENT,
  `
factionNamevarchar(32) DEFAULT NULL,
  `
factionColorint(12) DEFAULT '0',
  `
factionTypeint(12) DEFAULT '0',
  `
factionRanksint(12) DEFAULT '0',
  `
factionLockerXfloat DEFAULT '0',
  `
factionLockerYfloat DEFAULT '0',
  `
factionLockerZfloat DEFAULT '0',
  `
factionLockerIntint(12) DEFAULT '0',
  `
factionLockerWorldint(12) DEFAULT '0',
  `
factionWeapon1int(12) DEFAULT '0',
  `
factionAmmo1int(12) DEFAULT '0',
  `
factionWeapon2int(12) DEFAULT '0',
  `
factionAmmo2int(12) DEFAULT '0',
  `
factionWeapon3int(12) DEFAULT '0',
  `
factionAmmo3int(12) DEFAULT '0',
  `
factionWeapon4int(12) DEFAULT '0',
  `
factionAmmo4int(12) DEFAULT '0',
  `
factionWeapon5int(12) DEFAULT '0',
  `
factionAmmo5int(12) DEFAULT '0',
  `
factionWeapon6int(12) DEFAULT '0',
  `
factionAmmo6int(12) DEFAULT '0',
  `
factionWeapon7int(12) DEFAULT '0',
  `
factionAmmo7int(12) DEFAULT '0',
  `
factionWeapon8int(12) DEFAULT '0',
  `
factionAmmo8int(12) DEFAULT '0',
  `
factionWeapon9int(12) DEFAULT '0',
  `
factionAmmo9int(12) DEFAULT '0',
  `
factionWeapon10int(12) DEFAULT '0',
  `
factionAmmo10int(12) DEFAULT '0',
  `
factionRank1varchar(32) DEFAULT NULL,
  `
factionRank2varchar(32) DEFAULT NULL,
  `
factionRank3varchar(32) DEFAULT NULL,
  `
factionRank4varchar(32) DEFAULT NULL,
  `
factionRank5varchar(32) DEFAULT NULL,
  `
factionRank6varchar(32) DEFAULT NULL,
  `
factionRank7varchar(32) DEFAULT NULL,
  `
factionRank8varchar(32) DEFAULT NULL,
  `
factionRank9varchar(32) DEFAULT NULL,
  `
factionRank10varchar(32) DEFAULT NULL,
  `
factionRank11varchar(32) DEFAULT NULL,
  `
factionRank12varchar(32) DEFAULT NULL,
  `
factionRank13varchar(32) DEFAULT NULL,
  `
factionRank14varchar(32) DEFAULT NULL,
  `
factionRank15varchar(32) DEFAULT NULL,
  `
factionSkin1int(12) DEFAULT '0',
  `
factionSkin2int(12) DEFAULT '0',
  `
factionSkin3int(12) DEFAULT '0',
  `
factionSkin4int(12) DEFAULT '0',
  `
factionSkin5int(12) DEFAULT '0',
  `
factionSkin6int(12) DEFAULT '0',
  `
factionSkin7int(12) DEFAULT '0',
  `
factionSkin8int(12) DEFAULT '0',
  `
SpawnXfloat NOT NULL,
  `
SpawnYfloat NOT NULL,
  `
SpawnZfloat NOT NULL,
  `
SpawnInteriorint(11NOT NULL,
  `
SpawnVWint(1NOT NULL,
  
PRIMARY KEY (`factionID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;

--
-- 
Contenu de la table `factions`
--

INSERT INTO `factions` (`factionID`, `factionName`, `factionColor`, `factionType`, `factionRanks`, `factionLockerX`, `factionLockerY`, `factionLockerZ`, `factionLockerInt`, `factionLockerWorld`, `factionWeapon1`, `factionAmmo1`, `factionWeapon2`, `factionAmmo2`, `factionWeapon3`, `factionAmmo3`, `factionWeapon4`, `factionAmmo4`, `factionWeapon5`, `factionAmmo5`, `factionWeapon6`, `factionAmmo6`, `factionWeapon7`, `factionAmmo7`, `factionWeapon8`, `factionAmmo8`, `factionWeapon9`, `factionAmmo9`, `factionWeapon10`, `factionAmmo10`, `factionRank1`, `factionRank2`, `factionRank3`, `factionRank4`, `factionRank5`, `factionRank6`, `factionRank7`, `factionRank8`, `factionRank9`, `factionRank10`, `factionRank11`, `factionRank12`, `factionRank13`, `factionRank14`, `factionRank15`, `factionSkin1`, `factionSkin2`, `factionSkin3`, `factionSkin4`, `factionSkin5`, `factionSkin6`, `factionSkin7`, `factionSkin8`, `SpawnX`, `SpawnY`, `SpawnZ`, `SpawnInterior`, `SpawnVW`) VALUES
(1'Los Santos Police Departement.', -256151591.01, -1753.53, -36.8141024500315025500340300000000000'Rang 1''Rang 2''Rang 3''Rang 4''Rang 5''Rang 6''Rang 7''Rang 8''Rang 9''Rang 10''Rang 11''Rang 12''Rang 13''Rang 14''Rang 15'286285280283000000000),
(
2'Legendary Motors', -256652000.92, -1768.0713.25050000000000000000000000'Rang 1''Rang 2''Rang 3''Rang 4''Rang 5''Rang 6''Rang 7''Rang 8''Rang 9''Rang 10''Rang 11''Rang 12''Rang 13''Rang 14''Rang 15'0000000000000),
(
3'Los Santos Medical Center', -25635, -196.663, -1748.87675.7693500342200022500000000000000000'Rang 1''Rang 2''Rang 3''Rang 4''Rang 5''Rang 6''Rang 7''Rang 8''Rang 9''Rang 10''Rang 11''Rang 12''Rang 13''Rang 14''Rang 15'2742752762772782790000000),
(
4'C.I.A', -25615215.546187.7621003.033706000000000000000000000'Rang 1''Rang 2''Rang 3''Rang 4''Rang 5''Rang 6''Rang 7''Rang 8''Rang 9''Rang 10''Rang 11''Rang 12''Rang 13''Rang 14''Rang 15'0000000000000),
(
5'Groove street', -256550000000000000000000000000'Rang 1''Rang 2''Rang 3''Rang 4''Rang 5''Rang 6''Rang 7''Rang 8''Rang 9''Rang 10''Rang 11''Rang 12''Rang 13''Rang 14''Rang 15'0000000000000),
(
7'19Th Piru Street.'3552055.87, -1717.7813.55460000000000000000000000'Rang 1''Rang 2''Rang 3''Rang 4''Rang 5''Rang 6''Rang 7''Rang 8''Rang 9''Rang 10''Rang 11''Rang 12''Rang 13''Rang 14''Rang 15'1461969000000000),
(
9'Cosa Nostra', -256250000000000000000000000000'Rang 1''Rang 2''Rang 3''Rang 4''Rang 5''Rang 6''Rang 7''Rang 8''Rang 9''Rang 10''Rang 11''Rang 12''Rang 13''Rang 14''Rang 15'0000000000000),
(
10'Hells Angels', -256551083.14, -1227.0115.82030000000000000000000000'Rang 1''Rang 2''Rang 3''Rang 4''Rang 5''Rang 6''Rang 7''Rang 8''Rang 9''Rang 10''Rang 11''Rang 12''Rang 13''Rang 14''Rang 15'0000000000000),
(
11'Cartel De Sinaloa', -256552321.47, -1007.471050.219503700000000000000000000'Rang 1''Rang 2''Rang 3''Rang 4''Rang 5''Rang 6''Rang 7''Rang 8''Rang 9''Rang 10''Rang 11''Rang 12''Rang 13''Rang 14''Rang 15'0000000000000),
(
12'Mairie', -25645351.936197.191008.383705600000000000000000000'Rang 1''Rang 2''Rang 3''Rang 4''Rang 5''Rang 6''Rang 7''Rang 8''Rang 9''Rang 10''Rang 11''Rang 12''Rang 13''Rang 14''Rang 15'0000000000000);

-- --------------------------------------------------------

--
-- 
Structure de la table `furniture`
--

CREATE TABLE IF NOT EXISTS `furniture` (
  `
IDint(12) DEFAULT '0',
  `
furnitureIDint(12NOT NULL AUTO_INCREMENT,
  `
furnitureNamevarchar(32) DEFAULT NULL,
  `
furnitureModelint(12) DEFAULT '0',
  `
furnitureXfloat DEFAULT '0',
  `
furnitureYfloat DEFAULT '0',
  `
furnitureZfloat DEFAULT '0',
  `
furnitureRXfloat DEFAULT '0',
  `
furnitureRYfloat DEFAULT '0',
  `
furnitureRZfloat DEFAULT '0',
  `
furnitureTypeint(12) DEFAULT '0',
  
PRIMARY KEY (`furnitureID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

--
-- 
Contenu de la table `furniture`
--

INSERT INTO `furniture` (`ID`, `furnitureID`, `furnitureName`, `furnitureModel`, `furnitureX`, `furnitureY`, `furnitureZ`, `furnitureRX`, `furnitureRY`, `furnitureRZ`, `furnitureType`) VALUES
(315'Table 27'20302256.76, -1212.681047.520058.3530),
(
136'Exercise Bike'26302257.54, -1213.85104800, -91.59890),
(
137'Table 1'14332257.04, -1209.721048.1500179.8680);

-- --------------------------------------------------------

--
-- 
Structure de la table `garbage`
--

CREATE TABLE IF NOT EXISTS `garbage` (
  `
garbageIDint(12NOT NULL AUTO_INCREMENT,
  `
garbageModelint(12) DEFAULT '1236',
  `
garbageCapacityint(12) DEFAULT '0',
  `
garbageXfloat DEFAULT '0',
  `
garbageYfloat DEFAULT '0',
  `
garbageZfloat DEFAULT '0',
  `
garbageAfloat DEFAULT '0',
  `
garbageInteriorint(12) DEFAULT '0',
  `
garbageWorldint(12) DEFAULT '0',
  
PRIMARY KEY (`garbageID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=32 ;

--
-- 
Contenu de la table `garbage`
--

INSERT INTO `garbage` (`garbageID`, `garbageModel`, `garbageCapacity`, `garbageX`, `garbageY`, `garbageZ`, `garbageA`, `garbageInterior`, `garbageWorld`) VALUES
(6130001523.63, -1679.9813.54660.1800),
(
7123601543.68, -1450.213.5468178.23800),
(
8130001721.38, -1422.1213.5468358.14400),
(
13123601860.89, -1392.3813.5625268.91100),
(
14130002039.98, -1418.9817.1707169.9500),
(
17123602119.55, -1790.1213.5546179.27100),
(
18130001953.72, -1765.3613.5466159.83100),
(
19130001778.25, -1861.4713.5775269.07700),
(
21123601837.22, -1833.7213.5853178.37800),
(
22130001576.51, -1878.7113.546892.605200),
(
23130001468.58, -1738.6313.5466355.20300),
(
24130001254.53, -1534.7813.819669.189600),
(
25130001093.98, -1566.1113.546888.080800),
(
26130001189.49, -1344.4413.5652174.01500),
(
2813000804.087, -1718.113.5468328.38700),
(
30130001714.77, -1721.5713.546816.973400),
(
31130001068.67, -1353.4313.5468359.10600);

-- --------------------------------------------------------

--
-- 
Structure de la table `gates`
--

CREATE TABLE IF NOT EXISTS `gates` (
  `
gateIDint(12NOT NULL AUTO_INCREMENT,
  `
gateModelint(12) DEFAULT '0',
  `
gateSpeedfloat DEFAULT '0',
  `
gateTimeint(12) DEFAULT '0',
  `
gateXfloat DEFAULT '0',
  `
gateYfloat DEFAULT '0',
  `
gateZfloat DEFAULT '0',
  `
gateRXfloat DEFAULT '0',
  `
gateRYfloat DEFAULT '0',
  `
gateRZfloat DEFAULT '0',
  `
gateInteriorint(12) DEFAULT '0',
  `
gateWorldint(12) DEFAULT '0',
  `
gateMoveXfloat DEFAULT '0',
  `
gateMoveYfloat DEFAULT '0',
  `
gateMoveZfloat DEFAULT '0',
  `
gateMoveRXfloat DEFAULT '0',
  `
gateMoveRYfloat DEFAULT '0',
  `
gateMoveRZfloat DEFAULT '0',
  `
gateLinkIDint(12) DEFAULT '0',
  `
gateFactionint(12) DEFAULT '0',
  `
gatePassvarchar(32) DEFAULT NULL,
  `
gateRadiusfloat DEFAULT '0',
  
PRIMARY KEY (`gateID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ;

--
-- 
Contenu de la table `gates`
--

INSERT INTO `gates` (`gateID`, `gateModel`, `gateSpeed`, `gateTime`, `gateX`, `gateY`, `gateZ`, `gateRX`, `gateRY`, `gateRZ`, `gateInterior`, `gateWorld`, `gateMoveX`, `gateMoveY`, `gateMoveZ`, `gateMoveRX`, `gateMoveRY`, `gateMoveRZ`, `gateLinkID`, `gateFaction`, `gatePass`, `gateRadius`) VALUES
(111416301975.73, -1764.3814.312700, -91.3395001975.68, -1766.5216.78077.8, -91.3395, -12''20),
(
2980301802.69, -1743.4715.319300179.875001791.11, -1743.4515.319300179.875, -1, -1''10),
(
8980301843.28, -1852.5912.73270089.6146001843.28, -1852.5314.71280089.6146, -1, -1''0),
(
9980301043.87, -1025.9233.191400179.08001041.72, -1026.7722.1014, -1000, -1000, -1000, -1, -1''0),
(
10980301579.18, -1613.146.07442.30.790.4639070621600.82, -1614.7513.097300117.464, -1, -1''5),
(
119803171587.7, -1638.5914.383, -1.99990, -174.27070621587.56, -1638.429.64712.90.7999, -174.67, -18'N'1),
(
129680.101544.69, -1630.6713.1627, -0.4999, -89.5999, -90.1151001544.69, -1630.6713.1627, -0.0999, -15.8999, -89.7151, -11''20),
(
13971301588.96, -1637.915.042700, -179.676001596.8, -163815.042700, -179.676, -11''20),
(
141495301584.1, -1637.8912.460400182.35001584.1, -1637.8912.460400, -91.1495, -1, -1''5),
(
16980301024.75, -1029.2832.8389000.1225001024.82, -1029.6121.8989, -1000, -1000, -1000, -1, -1''0),
(
17980301621.96, -1861.9315.3087, -0.1999, -0.1999, -178.058001632.33, -1861.5815.2725, -0.1999, -0.1999, -178.058, -11''5),
(
181495301585.32, -1717.4, -37.85400359.491101585.32, -1717.4, -37.85400, -89.8094, -11''5),
(
20980302071.51, -1831.6615.0193, -1.39990.390.3002073.64, -1832.363.5545, -1000, -1000, -1000, -1, -1''0),
(
22980302571.22, -1301.851045.7900268.788270132572.11, -1301.871034.12, -1000, -1000, -1000, -1, -1''0),
(
23980301141.08, -1207.2320.51700267.752001140.66, -1217.820.51700267.752, -110''20),
(
2418764301080.19, -1208.3217.99190089.392001075.09, -1206.717.9919, -1000, -1000, -1000, -1, -1''5),
(
2518764301079.95, -1203.5617.99460093.6055001083.71, -1205.047.8046, -1000, -1000, -1000, -1, -1''0),
(
26986301119.73, -1159.624.115200178.411001126.82, -1159.7924.115200178.411, -1, -1''5),
(
29303730364.266, -1469.9832.576500125.94100364.266, -1469.9827.996500125.941, -19''10),
(
30303730310.264, -1554.4632.722900, -127.94400310.264, -1554.4628.78300, -127.944, -19''5);

-- --------------------------------------------------------

--
-- 
Structure de la table `gps`
--

CREATE TABLE IF NOT EXISTS `gps` (
  `
IDint(12) DEFAULT '0',
  `
locationIDint(12NOT NULL AUTO_INCREMENT,
  `
locationNamevarchar(32) DEFAULT NULL,
  `
locationXfloat DEFAULT '0',
  `
locationYfloat DEFAULT '0',
  `
locationZfloat DEFAULT '0',
  
PRIMARY KEY (`locationID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

-- --------------------------------------------------------

--
-- 
Structure de la table `graffiti`
--

CREATE TABLE IF NOT EXISTS `graffiti` (
  `
graffitiIDint(12NOT NULL AUTO_INCREMENT,
  `
graffitiXfloat DEFAULT '0',
  `
graffitiYfloat DEFAULT '0',
  `
graffitiZfloat DEFAULT '0',
  `
graffitiAnglefloat DEFAULT '0',
  `
graffitiColorint(12) DEFAULT '0',
  `
graffitiTextvarchar(64) DEFAULT NULL,
  
PRIMARY KEY (`graffitiID`)
ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

-- --------------------------------------------------------

--
-- 
Structure de la table `gunracks`
--

CREATE TABLE IF NOT EXISTS `gunracks` (
  `
rackIDint(12NOT NULL AUTO_INCREMENT,
  `
rackHouseint(12) DEFAULT '0',
  `
rackXfloat DEFAULT '0',
  `
rackYfloat DEFAULT '0',
  `
rackZfloat DEFAULT '0',
  `
rackAfloat DEFAULT '0',
  `
rackInteriorint(12) DEFAULT '0',
  `
rackWorldint(12) DEFAULT '0',
  `
rackWeapon1int(12) DEFAULT '0',
  `
rackAmmo1int(12) DEFAULT '0',
  `
rackWeapon2int(12) DEFAULT '0',
  `
rackAmmo2int(12) DEFAULT '0',
  `
rackWeapon3int(12) DEFAULT '0',
  `
rackAmmo3int(12) DEFAULT '0',
  `
rackWeapon4int(12) DEFAULT '0',
  `
rackAmmo4int(12) DEFAULT '0',
  
PRIMARY KEY (`rackID`)
ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

--
-- 
Contenu de la table `gunracks`
--


-- --------------------------------------------------------

--
-- 
Structure de la table `houses`
--

CREATE TABLE IF NOT EXISTS `houses` (
  `
houseIDint(12NOT NULL AUTO_INCREMENT,
  `
houseOwnerint(12) DEFAULT '0',
  `
housePriceint(12) DEFAULT '0',
  `
houseAddressvarchar(32) DEFAULT NULL,
  `
housePosXfloat DEFAULT '0',
  `
housePosYfloat DEFAULT '0',
  `
housePosZfloat DEFAULT '0',
  `
housePosAfloat DEFAULT '0',
  `
houseIntXfloat DEFAULT '0',
  `
houseIntYfloat DEFAULT '0',
  `
houseIntZfloat DEFAULT '0',
  `
houseIntAfloat DEFAULT '0',
  `
houseInteriorint(12) DEFAULT '0',
  `
houseExteriorint(12) DEFAULT '0',
  `
houseExteriorVWint(12) DEFAULT '0',
  `
houseLockedint(4) DEFAULT '0',
  `
houseWeapon1int(12) DEFAULT '0',
  `
houseAmmo1int(12) DEFAULT '0',
  `
houseWeapon2int(12) DEFAULT '0',
  `
houseAmmo2int(12) DEFAULT '0',
  `
houseWeapon3int(12) DEFAULT '0',
  `
houseAmmo3int(12) DEFAULT '0',
  `
houseWeapon4int(12) DEFAULT '0',
  `
houseAmmo4int(12) DEFAULT '0',
  `
houseWeapon5int(12) DEFAULT '0',
  `
houseAmmo5int(12) DEFAULT '0',
  `
houseWeapon6int(12) DEFAULT '0',
  `
houseAmmo6int(12) DEFAULT '0',
  `
houseWeapon7int(12) DEFAULT '0',
  `
houseAmmo7int(12) DEFAULT '0',
  `
houseWeapon8int(12) DEFAULT '0',
  `
houseAmmo8int(12) DEFAULT '0',
  `
houseWeapon9int(12) DEFAULT '0',
  `
houseAmmo9int(12) DEFAULT '0',
  `
houseWeapon10int(12) DEFAULT '0',
  `
houseAmmo10int(12) DEFAULT '0',
  `
houseMoneyint(12) DEFAULT '0',
  
PRIMARY KEY (`houseID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=38 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `housestorage`
--

CREATE TABLE IF NOT EXISTS `housestorage` (
  `
IDint(12) DEFAULT '0',
  `
itemIDint(12NOT NULL AUTO_INCREMENT,
  `
itemNamevarchar(32) DEFAULT NULL,
  `
itemModelint(12) DEFAULT '0',
  `
itemQuantityint(12) DEFAULT '0',
  
PRIMARY KEY (`itemID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=;


-- --------------------------------------------------------

--
-- 
Structure de la table `impoundlots`
--

CREATE TABLE IF NOT EXISTS `impoundlots` (
  `
impoundIDint(12NOT NULL AUTO_INCREMENT,
  `
impoundLotXfloat DEFAULT '0',
  `
impoundLotYfloat DEFAULT '0',
  `
impoundLotZfloat DEFAULT '0',
  `
impoundReleaseXfloat DEFAULT '0',
  `
impoundReleaseYfloat DEFAULT '0',
  `
impoundReleaseZfloat DEFAULT '0',
  `
impoundReleaseIntint(12) DEFAULT '0',
  `
impoundReleaseWorldint(12) DEFAULT '0',
  `
impoundReleaseAfloat DEFAULT '0',
  
PRIMARY KEY (`impoundID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `inventory`
--

CREATE TABLE IF NOT EXISTS `inventory` (
  `
IDint(12) DEFAULT '0',
  `
invIDint(12NOT NULL AUTO_INCREMENT,
  `
invItemvarchar(32) DEFAULT NULL,
  `
invModelint(12) DEFAULT '0',
  `
invQuantityint(12) DEFAULT '0',
  
PRIMARY KEY (`invID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=415 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `jobs`
--

CREATE TABLE IF NOT EXISTS `jobs` (
  `
jobIDint(12NOT NULL AUTO_INCREMENT,
  `
jobPosXfloat DEFAULT '0',
  `
jobPosYfloat DEFAULT '0',
  `
jobPosZfloat DEFAULT '0',
  `
jobPointXfloat DEFAULT '0',
  `
jobPointYfloat DEFAULT '0',
  `
jobPointZfloat DEFAULT '0',
  `
jobDeliverXfloat DEFAULT '0',
  `
jobDeliverYfloat DEFAULT '0',
  `
jobDeliverZfloat DEFAULT '0',
  `
jobInteriorint(12) DEFAULT '0',
  `
jobWorldint(12) DEFAULT '0',
  `
jobTypeint(12) DEFAULT '0',
  `
jobPointIntint(12) DEFAULT '0',
  `
jobPointWorldint(12) DEFAULT '0',
  
PRIMARY KEY (`jobID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=41 ;

--
-- 
Contenu de la table `jobs`
--

INSERT INTO `jobs` (`jobID`, `jobPosX`, `jobPosY`, `jobPosZ`, `jobPointX`, `jobPointY`, `jobPointZ`, `jobDeliverX`, `jobDeliverY`, `jobDeliverZ`, `jobInterior`, `jobWorld`, `jobType`, `jobPointInt`, `jobPointWorld`) VALUES
(132446.43, -2118.813.54682452.66, -2116.4913.552900000100),
(
171297.69, -63.77551002.5000000187067400),
(
18790.254, -1620.7213.390500000000600),
(
192194.4, -1974.5613.55922184.69, -1988.4213.549900000700),
(
202561.64, -1293.431044.122558.7, -1295.851044.1200027013927013),
(
381752.58, -1864.6813.573500000000300),
(
392038.98, -1949.6213.54682017.13, -1977.7513.54682050.95, -1966.1716.69400800),
(
401331.08, -882.76139.578100000000200);

-- --------------------------------------------------------

--
-- 
Structure de la table `namechanges`
--

CREATE TABLE IF NOT EXISTS `namechanges` (
  `
IDint(12NOT NULL AUTO_INCREMENT,
  `
OldNamevarchar(24) DEFAULT NULL,
  `
NewNamevarchar(24) DEFAULT NULL,
  `
Datevarchar(36) DEFAULT NULL,
  
PRIMARY KEY (`ID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `plants`
--

CREATE TABLE IF NOT EXISTS `plants` (
  `
plantIDint(12NOT NULL AUTO_INCREMENT,
  `
plantTypeint(12) DEFAULT '0',
  `
plantDrugsint(12) DEFAULT '0',
  `
plantXfloat DEFAULT '0',
  `
plantYfloat DEFAULT '0',
  `
plantZfloat DEFAULT '0',
  `
plantAfloat DEFAULT '0',
  `
plantInteriorint(12) DEFAULT '0',
  `
plantWorldint(12) DEFAULT '0',
  
PRIMARY KEY (`plantID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=46 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `pumps`
--

CREATE TABLE IF NOT EXISTS `pumps` (
  `
IDint(12) DEFAULT '0',
  `
pumpIDint(12NOT NULL AUTO_INCREMENT,
  `
pumpPosXfloat DEFAULT '0',
  `
pumpPosYfloat DEFAULT '0',
  `
pumpPosZfloat DEFAULT '0',
  `
pumpPosAfloat DEFAULT '0',
  `
pumpFuelint(12) DEFAULT '0',
  
PRIMARY KEY (`pumpID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ;

--
-- 
Contenu de la table `pumps`
--

INSERT INTO `pumps` (`ID`, `pumpID`, `pumpPosX`, `pumpPosY`, `pumpPosZ`, `pumpPosA`, `pumpFuel`) VALUES
(12211942.46, -1776.7614.0804273.0926558),
(
12221942.43, -1774.7414.0906275.9126769),
(
12251936.73, -1774.8514.170291.03826712),
(
12261936.79, -1776.8114.110589.78516800);

-- --------------------------------------------------------

--
-- 
Structure de la table `speedcameras`
--

CREATE TABLE IF NOT EXISTS `speedcameras` (
  `
speedIDint(12NOT NULL AUTO_INCREMENT,
  `
speedRangefloat DEFAULT '0',
  `
speedLimitfloat DEFAULT '0',
  `
speedXfloat DEFAULT '0',
  `
speedYfloat DEFAULT '0',
  `
speedZfloat DEFAULT '0',
  `
speedAnglefloat DEFAULT '0',
  
PRIMARY KEY (`speedID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

-- --------------------------------------------------------

--
-- 
Structure de la table `tickets`
--

CREATE TABLE IF NOT EXISTS `tickets` (
  `
IDint(12) DEFAULT '0',
  `
ticketIDint(12NOT NULL AUTO_INCREMENT,
  `
ticketFeeint(12) DEFAULT '0',
  `
ticketByvarchar(24) DEFAULT NULL,
  `
ticketDatevarchar(36) DEFAULT NULL,
  `
ticketReasonvarchar(32) DEFAULT NULL,
  
PRIMARY KEY (`ticketID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=63 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `vendors`
--

CREATE TABLE IF NOT EXISTS `vendors` (
  `
vendorIDint(12NOT NULL AUTO_INCREMENT,
  `
vendorTypeint(12) DEFAULT '0',
  `
vendorXfloat DEFAULT '0',
  `
vendorYfloat DEFAULT '0',
  `
vendorZfloat DEFAULT '0',
  `
vendorAfloat DEFAULT '0',
  `
vendorInteriorint(12) DEFAULT '0',
  `
vendorWorldint(12) DEFAULT '0',
  
PRIMARY KEY (`vendorID`)
ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=28 ;

-- --------------------------------------------------------

--
-- 
Structure de la table `warrants`
--

CREATE TABLE IF NOT EXISTS `warrants` (
  `
IDint(12NOT NULL AUTO_INCREMENT,
  `
Suspectvarchar(24) DEFAULT NULL,
  `
Usernamevarchar(24) DEFAULT NULL,
  `
Datevarchar(36) DEFAULT NULL,
  `
Descriptionvarchar(128) DEFAULT NULL,
  
PRIMARY KEY (`ID`)
ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=;

--
-- 
Contenu de la table `warrants`
-- 

La seule condition est de ne pas retirer les crйdits du serveur.
Avant mon poste a йtй supprimer pour une raison inconnue.
Bon jeu a tous :cool:
Reply
#2

Propre comme toujours, quelle gвchis quand mкme. Plus un point de rйputation !
Reply
#3

Merci a toi ( REP back ).
Reply
#4

Merci du partage (malgrй le pwn c'pas mon domaine) +1 rep.
Reply
#5

ty Merci du partage reped
Reply
#6

Question comment l'inventaire ta йtй capable de faire 36 objet sans que sa crash?
Reply
#7

Merci a tous.

@tysanio je me rappele plus , je pense que c'est dans eSelection.inc , pourquoi tu l'a essayer ? , afin moi j'ai essayer avec 64 objets javais dans mon inventaire ( dans les jours que y'avais Play RP ouvert ).
Reply
#8

Merci du partage :) +1
Reply
#9

Les vйhicules tu les as enlevйs vonlontairement ? (jparle de l'ancien partage)
Reply
#10

AlexBlack;3519131 Wrote:Merci a tous.

@tysanio je me rappele plus , je pense que c'est dans eSelection.inc , pourquoi tu l'a essayer ? , afin moi j'ai essayer avec 64 objets javais dans mon inventaire ( dans les jours que y'avais Play RP ouvert ).


EDIT::::::J'ai rйussi merci a toi quand meme
Reply
#11

Merci du partage +1
Reply
#12

Merci a vous, LilDoc les vйhicules sont dynamique tout se crйй IG
Reply
#13

Bon GameMode ! +1 !!
Reply
#14

Et ta "backdoor" est elle bien cachй faut savoir ^^
Reply
#15

Le bug du spawn il est vonlontaire ?
Reply
#16

@tysanio j'ai pensй a faire un truc plus compliquй a comprendre mais flemme de le faire et j'avais pas le temp ^^.
@LilDoc Y'a aucun bug de spawn, enfin moi j'ai pas de bug la.
Reply
#17

Quand on clique sur spawn, seul amйlioration que j'ai apportй pour le moment c'est un changement de plugins (mysql - streamer - whirpool) donc j'pense pas que sa puisse etre celа.
Reply
#18

Ta phrase ne veut rien dire.
Reply
#19

T'a pas bien reliй ta Database Lildoc.
Reply
#20

J'avais trouvй merci, sinon comme le dis @tysanio, le(s) backdoor sont bien cachй, un kikoo risque pas de les trouver.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)