Hello, I started to make a DVALL script using ox_lib notify but whenever someone triggers the command it only shows the notification on thier screen,
Can someone help me make it to where it shows on everyone’s game ?
Here’s the code:
TriggerClientEvent('ox_lib:notify', source, { title = 'DVALL SYSTEM', type = 'warning', description = 'All the vehicles will be removed in 30 seconds', position = 'top' })
Wait(15000)
TriggerClientEvent('ox_lib:notify', source, { title = 'DVALL SYSTEM', type = 'warning', description = 'All the vehicles will be removed in 15 seconds', position = 'top' })
Wait(10000)
TriggerClientEvent('ox_lib:notify', source, { title = 'DVALL SYSTEM', type = 'warning', description = 'All the vehicles will be removed in 10 seconds', position = 'top' })
Wait(5000)
TriggerClientEvent('ox_lib:notify', source, { title = 'DVALL SYSTEM', type = 'warning', description = 'All the vehicles will be removed in 5 seconds', position = 'top' })
Wait(5000)
TriggerClientEvent('ox_lib:notify', source, { title = 'DVALL SYSTEM', type = 'success', description = 'All the vehicles have been removed !', position = 'top' })
Please I really need it by tommorow.
Also, its for a server file !