Advanced Note System || Standalone

Advanced Note System || Standalone

€10.00

Add to Basket

Preview

πŸ“ 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.lua

2. 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

6. Save and Restart your server