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