Documentation
  • INFORMATION
    • Discord Community
    • Common Errors
  • ASSETS
    • nPhone
      • Installation
      • Exports
      • Custom Apps
        • Resource Creation
        • SDK Functions
    • nv_SafeZone
      • Installation
      • Usage
    • nv_DjDesk
      • Installation
      • Creating new stages
    • nv_Scoreboard
Powered by GitBook
On this page
  • Step 1 - Installing dependencies
  • Step 2 - Setting up api key
  • Step 3 - Language
  • Step 4 - Setting up permissions
  • Finishing - Last steps
  1. ASSETS
  2. nv_SafeZone

Installation

Previousnv_SafeZoneNextUsage

Last updated 1 year ago

Step 1 - Installing dependencies

Our Safe Zones script only relies on one dependency: screenshot-basic. Here is the link to the resource:

Step 2 - Setting up api key

To enable custom image functionality, it's essential to set up a Discord webhook for file uploads. Access the configuration file and update the API key link.

Config.WebHook = 'DISCORD_WEBHOOK'

If you're unsure how to do this, refer to the following link for guidance:

Step 3 - Language

For the optimal experience, you can customize the script language by modifying it in the config file:

Config.Locale = 'LANG' -- es, en, fr, it, pt, ru, de

Step 4 - Setting up permissions

If you are using esx or qbcore, the script will operate based on the framework permissions. However, for users of the standalone version, you can configure the admin list in:

nv_SafeZone\config\frameworks\framework.lua -> Config.IsPlayerAdmin

Finishing - Last steps

With everything set up, we conclude the installation process. If you encounter any issues, please join our Discord and open a support ticket.

GitHub - citizenfx/screenshot-basic: FiveM client screenshot resourceGitHub
Logo