on version '3.37.0' iconAnimation its is not working.
RegisterCommand("testbeat", function()
lib.notify({
id = 'my_beat',
title = "BEAT",
description = "Beating...",
icon = "heart",
iconAnimation = "beat",
position = "center-left",
duration = 10000
})
end)
why ?
on version '3.37.0' iconAnimation its is not working.
RegisterCommand("testbeat", function()
lib.notify({
id = 'my_beat',
title = "BEAT",
description = "Beating...",
icon = "heart",
iconAnimation = "beat",
position = "center-left",
duration = 10000
})
end)
why ?