Price
UnknownA script by NaLajcie
Price
UnknownTebex: 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.
Simple configuration via configConfig = {}
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 |
See what others are saying about this script.
Share your experience and help others.