I want to use Pnotify to send notifications to all players by command with any content. But career restrictions are only for doctors or police. Can anyone help me
I think this can help you.
Comment if so
If you use ESX
Thanks for your answer
But I need something more like this
And it can be displayed in the corner of the screen during the same time as this

Thanks very much
I guess you’ll have to do it from scratch if the resource is not released
I think the images on them developed from pNotify. I’m not good at this, so I need everyone’s help. thankyou anyway
Inside esx folder in e.g esx_policejob/client/main.lua every single ESX.ShowNotification(_U(‘things name in locales folder’ data. data. data))
- You have to replace every single line to
TriggerEvent(“pNotify:SendNotification”, {
text = “text in locale/lang!”,
type = “error”, – success, error, alert, warning and more in folder pNotify/html/themes.css
timeout = 3500,
layout = “centerRight”,
queue = “global”
})
I hope i help u 
