📝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 multicharacter + spawn selector system

  3. Extract the provided files

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

-- --------------------------------------------------------
-- Sunucu:                       127.0.0.1
-- Sunucu sürümü:                10.4.28-MariaDB - mariadb.org binary distribution
-- Sunucu İşletim Sistemi:       Win64
-- HeidiSQL Sürüm:               12.5.0.6677
-- --------------------------------------------------------

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;


-- tablo yapısı dökülüyor qbcoreframework_c8b2c9.st_multicharacter_last_enter_data
CREATE TABLE IF NOT EXISTS `st_multicharacter_last_enter_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `citizenid` varchar(50) DEFAULT NULL,
  `date` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- Veri çıktısı seçilmemişti

-- tablo yapısı dökülüyor qbcoreframework_c8b2c9.st_multicharacter_max_char_nums_data
CREATE TABLE IF NOT EXISTS `st_multicharacter_max_char_nums_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `license` varchar(50) NOT NULL DEFAULT '0',
  `num` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- Veri çıktısı seçilmemişti

-- tablo yapısı dökülüyor qbcoreframework_c8b2c9.st_multicharacter_tebex_id_data
CREATE TABLE IF NOT EXISTS `st_multicharacter_tebex_id_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `tebexId` varchar(50) NOT NULL DEFAULT '0',
  `used` varchar(50) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- Veri çıktısı seçilmemişti

/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;
  1. After running the SQL, go ahead and configure the script to your liking by changing the language in the config.lua 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