Skip to content

Commit

Permalink
tweak: breathalyzer drunk lvl
Browse files Browse the repository at this point in the history
  • Loading branch information
Andyyy7666 committed Dec 25, 2023
1 parent 8ca4efe commit e115876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ RegisterNetEvent("ND_Status:setBAC", function(status)
status = 100
end

local lvl = status*(math.random(6, 10)/1000)
local lvl = status*(math.random(6, 10)/2000)
exports["Breathalyzer"]:setBAC(src, lvl)
end)

0 comments on commit e115876

Please sign in to comment.