Installation
Import the provided SQL file into your database.
For QBCore and Standalone System
Add the following line to your server.cfg
file. Replace group.admin
with the appropriate permission group as needed:
The script will automatically detect and configure the appropriate framework.
Configure your preferred notification system in the config file.
You can replace the built-in notification events (esx:showNotification
, QBCore:Notify
, or ox_lib:notify
) with your own system (e.g., my_notify:clientEvent
) by enabling Config.UseCustomNotify
and modifying the designated sections below.
Last updated