• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

QBUS EYES GARAGE (1 Viewer)

rbac

Active member
Aug 26, 2023
181
42
28
Credits
349

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;
 
  • Post hidden due to user being banned.

Users who are viewing this thread

Top