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 - Language
  • Step 3 - Microphone
  • Finishing - Last steps
  1. ASSETS
  2. nv_DjDesk

Installation

Previousnv_DjDeskNextCreating new stages

Last updated 1 year ago

Step 1 - Installing dependencies

Our DJ script only requires xsound for the sound to function, and qb-core, esx, or a custom framework for whitelisting locations. Here is the xsound download link:

Step 2 - 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 3 - Microphone

By default, the script utilizes pma-voice. However, if you are not using it, you can customize it to work with your voice system by changing the exports located in the framework file:

nv_DjDesk\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 - Xogy/xsound: Improved audio library for FiveMGitHub
Logo