
Installation
Installing and configuring NgrageV3
Download NgarageV3 to your Keymaster panel.

Unzip the ressource into you server's 'ressources' folder.
Insert sql
CREATE TABLE `owned_vehicles` ( `owner` varchar(46) DEFAULT NULL, `status` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'State of the car', `plate` varchar(12) NOT NULL, `vehicle` longtext DEFAULT NULL, `type` varchar(20) NOT NULL DEFAULT 'car', `job` varchar(20) DEFAULT NULL, `stored` tinyint(1) NOT NULL DEFAULT 0, `glovebox` longtext DEFAULT NULL, `trunk` longtext DEFAULT NULL, ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; ALTER TABLE `owned_vehicles` ADD PRIMARY KEY (`plate`); COMMIT;Start the ressource from your "server.cfg" or"resources.cfg".
Be careful not to change the resource name, otherwise the resource won't work or you'll get errors!
ERREUR : "You lack the required entitlement to use NgarageV3" If you encounter this error, your artifact version is out of date or your Patreon key is not linked to the CFX account on which the resource was purchased.
Configuration
Restart your Fivem server
You can now configure it
Mis à jour