📣Job Announcement
INSTALLATION
Currently for ESX and needs Ox_lib dependencies
First step
Download your resource from https://keymaster.fivem.net/.
Unzip the folder and place this folder in your server's resource folder.
Add the resource in your server.cfg ->
ensure dawsmo_jobannouncement .
How to use (Client side)
Open/Close
The script works with ox_lib and more specifically with menus/callback. To use the "Open/Close" option, simply this export in your job menu.
-- In the menu's options:
exports["dawsmo_jobannouncement"]:OpenClose()
Announcement
For the ads section, use this export to open a menu:
exports["dawsmo_jobannouncement"]:JobAds()
Simply set the export to a menu or whatever you like, and the script will retrieve the job name via "ESX.PlayerData.job.name" and then link it to "Society_JobName" to find out which company the player belongs to.
Last updated