🗒️Installation
blip-manager
For blips that should change on job switch, for instance the regular job-center jobs use the below
All data inside blipData
should be unique to each blip you want to register for the job
This is only a example of how to use the event!
For all "regular" blips that should be availble to everyone, all the time:
menu-triggers
This script comes with no triggers to open the menus. You will need to trigger them yourself
other-settings
Inside of client/public.lua
there are various other edits you can make to fit your specific needs. Change how notifications work, add jobcenters, and there are premade commands and examples on how to use the functions
client/public.lua
there are various other edits you can make to fit your specific needs. Change how notifications work, add jobcenters, and there are premade commands and examples on how to use the functionsBy default the blipmanager is accessed by a command blipmanager
. To disable this comment out client/public.lua 75:77
blipmanager
. To disable this comment out client/public.lua 75:77
All the in-UI notifications are permanent and CANNOT be edited.
Last updated