Setup and Installation Guide
This guide explains how to correctly install and configure C7 Advanced Notepad on your FiveM server. Follow each step carefully to ensure the framework loads and functions as intended.
1. Requirements
Before installing this script, ensure your server meets the following:
Latest recommended FiveM artifacts
OxMySQL installed and running (support for other database scripts is coming soon)
A MySQL database (MariaDB recommended)
C7-Notifications installed (for popup support) - you can download this for free on our tebex shop.
2. Download the resource from your CFX.re Portal
Your resources folder should look like the following:
resources/
└── [c7-scripts]
└── c7-scripts-notifications
└── c7-scripts-notepadYou should not change the name of the folders as this will prompt errors. Keep it as what it comes as.
3. Add to server.cfg
Add the following line to your server.cfg, preferably after your MySQL and connection resources:
4. Configuring Advanced Chat
c7-scripts-chat (config.lua):
Open c7-scripts-chat/config/config.lua and adjust the settings:
Core Settings
Notepad Command
Templates Feature
Auto-Saving Feature
Discord Webhook URLs
Configuration File
5. Starting Advanced Notepad
Restart your server or run:
6. In-Game Commands
/notepad - opens the notepad.
7. Verify the Installation
To confirm the framework is working:
Connect to the server
Type /notepad in your chat.
Check the notepad opens
Check you can create notes
Check you can create templates
Check you can pin notes
Check you can add attachments
Check you can delete notes
Check you can save notes
9. Common Issues
Webhooks are not sending
Check webhook URLs
Ensure they are valid Discord webhook endpoints
Confirm the server can reach external URLs
Last updated
