ed
This commit is contained in:
parent
c6be40ffbd
commit
702bab121c
37 changed files with 2299 additions and 0 deletions
19
resources/[jobs]/[crime]/r_bridge-1.2.3/config.lua
Normal file
19
resources/[jobs]/[crime]/r_bridge-1.2.3/config.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
-- _ _ _
|
||||
-- _ __ | |__ _ __(_) __| | __ _ ___
|
||||
-- | '__|| '_ \| '__| |/ _` |/ _` |/ _ \
|
||||
-- | | | |_) | | | | (_| | (_| | __/
|
||||
-- |_|___|_.__/|_| |_|\__,_|\__, |\___|
|
||||
-- |_____| |___/
|
||||
--
|
||||
-- Need support? Join our Discord server for help: https://discord.gg/rscripts
|
||||
--
|
||||
Cfg = {
|
||||
-- Check if the resource is up to date. Recommended to keep it enabled.
|
||||
VersionCheck = true,
|
||||
|
||||
-- Choose the notification system you want to use. 'custom' can be configured in your frameworks bridge.
|
||||
Notification = 'default', -- 'default', 'ox', 'custom'
|
||||
|
||||
-- Choose the carlock system you want to use. 'custom' can be configured in your frameworks bridge.
|
||||
CarLock = false, -- 'qb', 'wasabi', 'mrnewb', 'quasar', 'custom', false to disable
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue