Skip to content

Commit

Permalink
feat(config): More blacklisted vehs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ihyajb committed Aug 28, 2024
1 parent 1f205ff commit 6b7c334
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ return {
searchTime = 5000, -- How long the progress bar is
searchLabel = 'Searching', -- Label of the progress bar
blacklistedModels = { --All Models you dont want the script to spawn packages in
[`caddy`] = true,
[`caddy`] = true, -- Classed as a "automobile"
[`forklift`] = true, -- Classed as a "automobile"
[`blazer`] = true, -- Classed as a "automobile"
},
packageProps = { -- The model of the objects that can spawn in the seat
`prop_drug_package_02`,
Expand Down

0 comments on commit 6b7c334

Please sign in to comment.