Page cover

Installation

Installing and configuring NgrageV3

Please note: be sure to use a personal Patreon key, linked to the CFX account with which you purchased the resource. Do not delete the .fxap file! Your artifact version must be greater than or equal to version 5181.

  1. Download NgarageV3 to your Keymaster panel.

  1. Unzip the ressource into you server's 'ressources' folder.

  2. 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;
  3. Start the ressource from your "server.cfg" or"resources.cfg".

  1. Restart your Fivem server

  2. You can now configure it

Configuration

Mis à jour