I’m looking for the code to, I’m trying to setup alert’s such as /notify then it shows up with that.
function ShowAboveRadarMessage(message)
SetNotificationTextEntry("STRING")
AddTextComponentString(message)
DrawNotification(0,1)
end
I’m looking for the code to, I’m trying to setup alert’s such as /notify then it shows up with that.
function ShowAboveRadarMessage(message)
SetNotificationTextEntry("STRING")
AddTextComponentString(message)
DrawNotification(0,1)
end