Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Litz = {}
- Litz.Framework = "auto" -- Options: "esx", "qb", "auto"
- Litz.socialHilfe = 1000 -- SocialHelp
- Litz.Target = false
- -- https://docs.fivem.net/docs/game-references/blips/
- Litz.Blips = {
- {sprite = 108, color = 48, scale = 0.7, coords = vector3(-1212.980, -330.841, 37.787), name = "Bank"},
- {sprite = 108, color = 48, scale = 0.7, coords = vector3(-2962.582, 482.627, 15.703), name = "Bank"},
- {sprite = 108, color = 48, scale = 0.7, coords = vector3(-112.202, 6469.295, 31.626), name = "Bank"},
- {sprite = 108, color = 48, scale = 0.7, coords = vector3(314.187, -278.621, 54.170), name = "Bank"},
- {sprite = 108, color = 48, scale = 0.7, coords = vector3(-351.534, -49.529, 49.042), name = "Bank"},
- {sprite = 108, color = 0, scale = 0.8, coords = vector3(252.33, 218.11, 106.29), name = "Fleeca Bank"},
- {sprite = 108, color = 48, scale = 0.7, coords = vector3(1175.064, 2706.643, 38.094), name = "Bank"},
- }
- Litz.ShowATMs = false -- Enables ATM blip display.
- Litz.ATMBlip = {
- sprite = 108,
- color = 48,
- scale = 0.7,
- name = "ATM",
- }
- Litz.ATMProps = {
- 'prop_atm_03',
- 'prop_fleeca_atm',
- 'prop_atm_01',
- 'prop_atm_02'
- }
- Litz.BankProps = {
- 'v_corp_fleeca_display',
- }
- Litz.Locale = {
- playerOffline = "Player is not on the server!",
- withdraw = "Withdrawal successful!",
- deposit = "Deposit successful!",
- open = "Open ATM",
- openBank = "Open Bank",
- openbank = "Press E to open the ATM",
- transferSuccess = "Transfer successful!",
- socialHilfe = "You have received the social help reward!",
- socialMax = "You can only claim help once per day!"
- }
- Litz.HelpNotify = {
- type = "default", -- Options: "default", "custom"
- customEvent = "YOUR_helpnotify:showHelpNotify" -- Only used if type is "custom"
- }
Advertisement
Add Comment
Please, Sign In to add comment