• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

QBUS EYES GARAGE (1 Viewer)

rbac

Active member
Joined
Aug 26, 2023
Messages
184
Reaction score
36
Points
28
Credits
294

EYES GARAGE Download Now​

Video Preview Blue Garage ESX/QB
Link Google Drive Blue Garage version ESX/QB Decriptato + SQL


> 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)
> ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
 

Users who are viewing this thread

Top