Skip to content

Commit

Permalink
feat!: remove police notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Nov 9, 2023
1 parent 5e06e1f commit be9429d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 43 deletions.
29 changes: 0 additions & 29 deletions client/cops.lua

This file was deleted.

1 change: 0 additions & 1 deletion config.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Config = {}
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.Debug = false -- shows outline of box zones

---@class Coral
Expand Down
4 changes: 0 additions & 4 deletions locales/en.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
local Translations = {
error = {
canceled = "Canceled",
["911_chatmessage"] = "911 MESSAGE",
no_coral = "You don't have any coral to sell...",
},
info = {
Expand All @@ -12,9 +11,6 @@ local Translations = {
checking_pockets = "Checking Inventory for Coral to Sell...",
sell_coral = "Sell Coral",
sell_coral_dt = "[E] - Sell Coral",
blip_text = "911 - Dive Site",
cop_msg = "This coral looks freshly stolen...",
cop_title = "Illegal Diving",
},
}

Expand Down
9 changes: 0 additions & 9 deletions server/cops.lua

This file was deleted.

0 comments on commit be9429d

Please sign in to comment.