ngd-logbook
A physical trucker's logbook item with a handwritten paper UI for FiveM!
Click to purchase ngd-logbookInstallation Steps
-
Install ngd-Bridge
Follow the guide to install ngd-Bridge HERE.
This script must be started after your core resources (framework, inventory, target, etc.). -
Install ngd-logbook
Placengd-logbookinto your resources folder. This script must be started afterngd-Bridge. -
Add Items to Your Inventory
Copy the items listed below into your inventory. -
Copy Images
Move the images from theimgfolder into your inventory's images folder. -
Configure the Script
Openconfig.luaand verify the settings will work with your server.
Items:
Items List (OX) (Click to Expand)
["ngd_logbook"] = {
label = 'Trucker Logbook',
description = 'A driver\'s daily log',
weight = 500,
stack = false,
close = true,
},
["ngd_logbook_page"] = {
label = 'Torn Logbook Page',
description = 'A page torn from a driver\'s logbook',
weight = 10,
stack = false,
close = true,
},
Items List (QB Format #1) (Click to Expand)
ngd_logbook = { name = 'ngd_logbook', label = 'Trucker Logbook', weight = 500, type = 'item', image = 'ngd_logbook.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A driver\'s daily log' },
ngd_logbook_page = { name = 'ngd_logbook_page', label = 'Torn Logbook Page', weight = 10, type = 'item', image = 'ngd_logbook_page.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A page torn from a driver\'s logbook' },
Items List (QB Format #2) (Click to Expand)
['ngd_logbook'] = { ['name'] = 'ngd_logbook', ['label'] = 'Trucker Logbook', ['weight'] = 500, ['type'] = 'item', ['image'] = 'ngd_logbook.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A driver\'s daily log' },
['ngd_logbook_page'] = { ['name'] = 'ngd_logbook_page', ['label'] = 'Torn Logbook Page', ['weight'] = 10, ['type'] = 'item', ['image'] = 'ngd_logbook_page.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A page torn from a driver\'s logbook' },
Configuration Notes
-
Logging Setup
Discord logging is set with a server convar — add this to yourserver.cfgwith your webhook:codeset ngd-logbook:webhook "https://discord.com/api/webhooks/YOUR_WEBHOOK_HERE"Leave it unset to disable Discord logging.
-
Translations
Every player-facing string, including notifications, lives intranslate.lua.
Do you still need help? Open a ticket in our Discord