[HELP] Notify a message to a specific Player

Hi,

I want to a send a notif to a specific player, i have acctually this :

function ShowAboveRadarMessage(message)
	SetNotificationTextEntry("STRING")
	AddTextComponentString(message)
	DrawNotification(0,1)
end

But this send a notif for ALL player.

Thanks for help

Its a client side thing. Send a client side trigger to that source (not -1) to send just to them.

This work thanks you so much :smiley:

1 Like

Can you please ellaborate?