are you just angry, cuze he release something with same FREE sound and he release it free⌠and you getting off your money?
Just also do same thingâŚ
I donât think he is saying that because of the notification beeing free, I think what heâs saying is that before he released his notifications there was no notification with that sound, after he released his there was already 2 made with the same sound, one getting down de to copying.
Hey,
The notification system looks nice.
But is it possible to make it work with esx scripts like esx_holdup?
So If a player triggers the event to rob a store it shows all online police officers a notification. âRobbery ongoingâ or something similar?
local xPlayer = ESX.GetPlayerFromId(xPlayers[i])
if xPlayer.job.name == âpoliceâ then
TriggerClientEvent(âesx:showNotificationâ, xPlayers[i], _U(ârobbery_cancelled_atâ) ⌠Stores[robb].nameofstore)
You just have to change TriggerClientEvent(âesx:showNotificationâ, xPlayers[i], _U(ârobbery_cancelled_atâ) to TriggerClientEvent(ânoticeme:Infoâ, xPlayers[i], âRobbery got cancelledâ)