πInstallation
Resource installation guide and dependencies
Framework
Dependencies
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
* You must go through all configuration options & settings in shared/config.lua
4 - Logs
* You must setup webhook in discord and put webhook in shared/webhooks.lua file
5 - Ready
Congratulations, you've successfully installed the resource. Restart the server and you will be all set.
Last updated