[HELP] Notify Player

Hi,

I want to use this :

function Notify(text)
    SetNotificationTextEntry('STRING')
    AddTextComponentString(text)
    DrawNotification(false, false)
end

in paycheckfr, but it’s doesn’t work. If you can help me thanks :stuck_out_tongue:

Personally i don’t understand what you want to do, can yo explain you better?
Sweyk.

Think that he want to display notifications above radar instead of in chat :slight_smile:

1 Like

When a player receive the paycheck, i want to display a notif like this :

But with the pay.

it s a screen take in your server ?if it is i can take the function in your ressource for lock/unlock vehicule and modify it, no prob

This is not a screen from my server

ah shit, i go search, but i shouldn’t find a scripts like this

i send you a private message ( i’m a baguette )

Thanks (baguette for ever <3)

If you could display it on the thread instead of in PM, could help others too when they search for surch a script/info :slight_smile:

When a found a solution, I upload him no problem :smiley:

1 Like

It needs to be

DrawNotification(false, true)

and not

DrawNotification(false, false)
1 Like

Okey, this is the ressource: https://github.com/PandaBasketteur/Jobs-System-and-Paycheck/tree/master/paycheck_fr but how can I add this ?

I thought this was a general thread asking how you can display a notification above the radar…

If you want help modifying an existing script I suggest you ask in the original thread and not in a new one.