Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script [ESX] [FREE] Maestro Garage & Impound (SQL Included)

7Leaks

Gold Elite
Joined
Jul 5, 2021
Messages
100
Reaction score
4,330
Points
306
Location
Germany
Maestro Garage & Impound


SQLCREATE TABLE owned_vehicles ( owner varchar(40) NOT NULL, plate varchar(12) NOT NULL, vehicle longtext DEFAULT NULL, type varchar(20) NOT NULL DEFAULT 'car', job varchar(20) NOT NULL DEFAULT 'civ', category varchar(50) DEFAULT NULL, name varchar(60) NOT NULL DEFAULT 'Unknown', fuel int(11) NOT NULL DEFAULT 100, state tinyint(1) NOT NULL DEFAULT 0 COMMENT 'state', stored tinyint(1) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;


Info • The UI is fully customizable, see style.css


Benötigt • es_extended 1.1 / 1.2


Demo
GarageShowcaseMaestro.png
 

Attachments

  • maestro_garage.zip
    65.6 KB · Views: 2,532
  • maestro_impound.zip
    6.6 KB · Views: 2,430

7Leaks

Gold Elite
Joined
Jul 5, 2021
Messages
100
Reaction score
4,330
Points
306
Location
Germany
CREATE TABLE owned_vehicles ( owner varchar(40) NOT null, plate varchar(12) NOT null, vehicle longtext DEFAULT null, type varchar(20) NOT null DEFAULT 'car', job varchar(20) NOT null DEFAULT 'civ', category varchar(50) DEFAULT null, name varchar(60) NOT null DEFAULT 'Unknown', fuel int(11) NOT null DEFAULT 100, state tinyint(1) NOT null DEFAULT 0 COMMENT 'state', stored tinyint(1) NOT null DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

replace the two ** with “ul”
 

7Leaks

Gold Elite
Joined
Jul 5, 2021
Messages
100
Reaction score
4,330
Points
306
Location
Germany
sql not working
CREATE TABLE owned_vehicles ( owner varchar(40) NOT n**l, plate varchar(12) NOT n**l, vehicle longtext DEFAULT n**l, type varchar(20) NOT n**l DEFAULT 'car', job varchar(20) NOT n**l DEFAULT 'civ', category varchar(50) DEFAULT n**l, name varchar(60) NOT n**l DEFAULT 'Unknown', fuel int(11) NOT n**l DEFAULT 100, state tinyint(1) NOT n**l DEFAULT 0 COMMENT 'state', stored tinyint(1) NOT n**l DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

replace the two ** with “ul”
 

zotcgm

Member
Joined
May 29, 2022
Messages
3
Reaction score
1
Points
156
Location
dz
CREATE TABLE gassra_garag(
`owner` varchar(40) NOT NULL,
`plate` varchar(12) NOT NULL,
`vehicle` longtext DEFAULT NULL,
`type` varchar(20) NOT NULL DEFAULT 'car',
`job` varchar(20) NOT NULL DEFAULT 'civ',
`category` varchar(50) DEFAULT NULL,
`name` varchar(60) NOT NULL DEFAULT 'Unknown',
`fuel` int(11) NOT NULL DEFAULT 100,
`state` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'state',
`stored` tinyint(1) NOT NULL DEFAULT 0 )
ENGINE=InnoDB DEFAULT CHARSET=utf8mb4
 
Top