📝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 bank scripts (qb-banking for instance)

  3. Extract the provided files

  4. Run the SQL query below

CREATE TABLE IF NOT EXISTS `st_hud_stress` (
  `owner` varchar(255) DEFAULT NULL,
  `stress` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  1. After running the SQL, go ahead and configure the script to your liking by changing the framework in the config 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