Installation

1. Download resource

Download the purchased resource from keymaster - the official site of fivem with purchased resources.

2. Database

Add the required sql file to your database

ALTER TABLE users ADD COLUMN IF NOT EXISTS statistics LONGTEXT DEFAULT NULL;

CREATE TABLE IF NOT EXISTS `gym_memberships` (
  `owner` varchar(70) DEFAULT NULL,
  `name` varchar(80) DEFAULT NULL,
  `time` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

3. Additional resources

ResourceDownload Link

recoil - Not required but it is prepared for shooting skill

Last updated