Garage V5 [QB]
SQL Blue Garage
> CREATE TABLE IF NOT EXISTS owned_vehicles (
> owner varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
> plate varchar(12) COLLATE utf8mb4_unicode_ci NOT NULL,
> vehicle longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
> type varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘car’,
> stored tinyint(1) NOT NULL DEFAULT 0,
> fav int(11) DEFAULT 0,
> state int(11) DEFAULT 1,
> fuel int(11) DEFAULT 100,
> engine float DEFAULT 1000,
> body float DEFAULT 1000,
> job varchar(50) CHARACTER SET utf8 DEFAULT ”,
> PRIMARY KEY (plate),
> KEY owner (owner)
Video Preview
Also, Check more esx scripts and qbcore scripts
Reviews
There are no reviews yet.