πŸ“‹Installation

Resource installation guide and dependencies

Framework

Dependencies

Resource
Install
Description

Required

callbacks,notifications

optional

can be changed in unlocked file

1 - Start

1. Download your resource from FiveM's Keymaster.
2. Unzip fs_trapphone.zip folder and place it into your resource folder.

2 - Items

-- Run Sql by selecting ur database
UPDATE INTO `items` (`name`, `label`, `weight`) VALUES
	('fs_trapphone', 'Trap Phone', 30)
;

3 - Configuration

4 - Logs

5 - Ready

Congratulations, you've successfully installed the resource. Restart the server and you will be all set.

Last updated