Skip to content

Commit

Permalink
Update config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed608 authored Sep 28, 2022
1 parent 34e04de commit 6f0cda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Config = Config or {}
Config.UseTarget = GetConvar('UseTarget', 'false') == 'true' -- Use qb-target interactions (don't change this, go to your server.cfg and add `setr UseTarget true` to use this and just that from true to false or the other way around)
Config.CopsChance = 0.5 -- The chance of the cops getting called when a coral gets picked up, this ranges from 0.0 to 1.0
Config.oxygenlevel = 200 -- this is oxygen level you can change this numper as you like
Config.CoralLocations = {
[1] = {
label = "This is Location 1",
Expand Down

0 comments on commit 6f0cda0

Please sign in to comment.