Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config = {}
- Config.debug = true
- Config.ESX = {
- enabled = true,
- moneyType = "money"
- }
- Config.QBCore = {
- enabled = false,
- moneyType = "cash"
- }
- Config.item = {
- enabled = true, -- If false, use command instead
- name = "pd_moneygun"
- }
- Config.command = "moneygun"
- Config.weaponOverwrite = "weapon_stungun" -- weapon that is used to aim with and allows the use of the money gun.
- -- If the player did not have the weapon before equipping the moneygun, the gun will be removed afterwards
- Config.moneyDropChance = 50
- Config.billValue = 1 -- value of each individual bill
- Config.maxBillsShot = 100 -- amount of bills that can be shot per player.
- Config.textDisplay = "Bottom-Right" -- OPTIONS: "3D", "Top-Left", "Bottom-Right"
- Config.keybinds = {
- pickup = {
- label = 'Hold to Pickup Cash ',
- name = '~INPUT_PICKUP~', -- https://docs.fivem.net/docs/game-references/controls/
- input = 38, -- https://docs.fivem.net/docs/game-references/controls/
- },
- cancel = {
- label = "Press to cancel using the moneygun",
- name = "~INPUT_VEH_DUCK~",
- input = 73
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement