📝How to Install

If you face any issues, you can contact us on our Discord and we will help you to the utmost of our abilities.

Setup Guide

Follow the steps below:

  1. Download the script from keymaster.fivem.net

  2. Remove any existing garage scripts.

  3. Extract the provided files

  4. Run the SQL provided along with the files. Below is a snippet of the SQL provided:

ALTER TABLE `player_vehicles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13,
  ADD COLUMN `shared` varchar(1000) NOT NULL DEFAULT '[]',
  ADD COLUMN `vehicle_type` varchar(50) NOT NULL DEFAULT 'car';
COMMIT;

  1. After running the SQL, go ahead and configure the script to your liking by changing the language in the shared folder and so on.

  2. Enjoy the script.

If you face any difficulties, you can contact us anytime on our Discord by creating a support ticket.

Discord: https://discord.gg/storm-dev

Last updated