Last updated
Last updated
First, you need to install the scripts required for Qubit Notification to work. After installing these scripts, you can put qubit-notification into your resources folder and run it.
xsound -
This script is completely standalone; you can use it with all frameworks. You don't need to make any extra adjustments.
Qubit Notification has separate sound effects for each different notification type. We need to load these sound effects into xSound, so we need to update the fxmanifest.lua as follows.
You need download and add sound fx file to xsound/html/sounds
folder,
Our setup is complete, and now Qubit Notification is fully ready to use. Below, you can find a few example codes that you can run on both the client and server side.
Server-Side Usage Examples
Client-Side Usage Examples