π Advanced Note System for FiveM β Elevate Your Server's Immersion!
π‘ Description:
Enhance your FiveM server with our Note System, designed to bring deeper interaction and realism to your gameplay. This script allows players to write, edit, and save text directly on items within their inventory, seamlessly integrating with ox_inventory. Ideal for custom missions, hidden messages, and immersive roleplay experiences!
β¨ Key Features:
π Custom Notes: Players can write and store personalized messages directly on notes.
π Seamless ox_inventory Integration: Fully compatible with your existing inventory system.
π Persistent Data: Notes retain their text even after a server restart.
π Optimized & Secure: A lightweight, high-performance script ensuring smooth operation.
βοΈ Requirements:
- Requires ox_inventory to function or set your inventory.
π― Perfect for:
βοΈ Servers focused on immersive and interactive gameplay.
βοΈ Owners looking to enhance roleplay, missions, and in-game communication.
Upgrade your server today with the ultimate Note System! π
Β Documentation:
Add Item to ox_inventory
VNC - Add Item Guide
How to configure scr_notes
Follow these steps to add a custom item to ox_inventory in your FiveM server:
1. Open the Item Configuration File
Navigate to the following file in your server resources:
ox_inventory/data/items.lua2. Add the New Item
Insert the following code snippet into the file:
Β ['document'] = { label = 'Documento', weight = 100, stack = false, close = true, client = { export = "scr_advancednotes.open_note" } },Β 4. Save and Open scr_advancednotes
Save the changes to the file and restart your FiveM server for the item to be available in the inventory.
Open config file
Modify Config File
scr_advancednotes/shared/cfg.lua