Here is an example of lowering a players permille by using a event from above
functionConsumedItemForDecrease()if consumed thenlocal permille =1-- This will lower the permille local identifier = QBCore.Functions.GetIdentifier(source, 'license') -- This will get the players license from source
TriggerServerEvent('jl_breathalyzer:server:lowerPermille', permille, identifier)endend
Here is an example of updating a players permille by using a event from above