[HELP] pNotify change position

hello im using oval mini map and im using pNotify too. when show a notification the notification show inside the oval mini map

i try find position on .css on the pNotify but i dont know :s

photo:

1 Like

up pls help me

Hey :slightly_smiling_face: !

You could do the following :

For Client Side :

local options = {layout = "bottomCenter"}
TriggerEvent("pNotify:SendNotification", options)

For Server Side :

local options = {layout = "bottomCenter"}
TriggerClientEvent("pNotify:SendNotification", -1, options)

I didn’t know pNotify before, but I check the code after reading your post and saw this part in the top of the script

I could be wrong though, might be for the layout of another element.
Let me know :wink:

Good help