[ESX/QB/QBOX] NScripts - Guitar [ESCROW]

A script by NaLajcie

No reviews yet.
[ESX/QB/QBOX] NScripts - Guitar [ESCROW] main image

Full Description

NaLajcie - Guitar System

Purchase this resource

Tebex: Click Here
Showcase Video: Click Here
Discord: Click Here

N_guitar is a fully configurable guitar system for players to interact with guitars in-game, play music, and adjust sound settings like volume and distance. It supports ESX, QBCore, and Qbox frameworks and integrates with xSound for audio playback.

  • Framework Support: Compatible with ESX, QB, and QBOX Frameworks (Open Source Files).
  • Guitar Interaction: Equip and play acoustic or electric guitars.
  • Optimized: 100% performance-friendly.
  • Sound Settings: Adjust volume, distance, and switch tracks mid-play.
  • Animations: Realistic guitar-playing animations (idle and active).
  • Immersive: Dynamic sound and animations for a more realistic experience.
  • Tips: Players and NPCs can drop tips into your guitar case, adding an extra way to earn money.

:star: Simple configuration via config

Config = {}

Config.Framework = 'ESX' -- ESX / QB / QBOX
Config.Language = 'en' -- 'EN' for English, 'PL' for Polish,  'DE' for Deutsch
lib.locale(Config.Language or 'en')

Config.General = {
    DefaultVolume = 40,  -- Default volume
    AllowChangeSongWhilePlaying = true,  -- Allows changing songs while one is playing
    Prop = {
        ['acousticguitar'] = {model = 'prop_acc_guitar_01'},
        ['electricguitar'] = {model = 'prop_el_guitar_02'}
    },
    MusicLists = {
        Acoustic = {
            {"Test Song", 'drop here link yt'},
            {"Test Song 2", 'drop here link yt'},
            {"Test Song 3", 'drop here link yt'},
        },
        Electric = {
            {"Test Song",  'drop here link yt'},
            {"Test Song 2", 'drop here link yt'},
            {"Test Song 3", 'drop here link yt'},
        }
    }
}

Code is accessible No (Only Config)
Subscription-based No
Lines (approximately) 348
Requirements ESX, OX_LIB
Support Yes
Config Merger
Have you tried Config Merger? Merge your configs easily