Help with hud position(paycheck)

image

How do I change the position of this?

Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.

Please note that most of the support is provided by the Cfx.re community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.

To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.

Thanks for keeping these forums tidy!
:mascot:

That appears to be using the native notification system, you cannot change its location on the screen as far as I am aware. If it’s really obstructing something you will to use a different system to display the message

and do you know how to configure that with pnotify for example?

Not really, I dont even recall what that message may be triggered by so you’re on your own there

if you are change this
export[mythic_notify:chatMessage]
maybe

You can’t change it’s position since it’s a native, but if you are using es_extended you can change how the notification work on server/paycheck.lua line 14 or just search received_paycheck.
Example
From:

TriggerClientEvent('esx:showAdvancedNotification', xPlayer.source, _U('bank'), _U('received_paycheck'), _U('received_help', salary), 'CHAR_BANK_MAZE', 9)

To:

TriggerClientEvent('mythic_notify:client:SendAlert, xPlayer.source, { type = 'inform', text =  _U('received_help', salary) })
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.