THIS RESOURCE IS NOT BEING MAINTAINED OR UPDATED
Hi guys! ![]()
This is my first resource, it is a simple script when you interact with the NPC, you receive a random amount of money, then it takes out a random amount of money from your cash balance (you may make profit or not). There is no cooldown or anything like this, you can add it yourself.
To be clear:
THIS SCRIPT HAS BASICALLY NO USE, ITS JUST A FUN SCRIPT FOR AN EVENT ETC.
Preview
Download
Config Example
Config.Status = '^5Version 1.0'
Config.AddMoney = math.random(1,10)
Config.RemoveMoney = math.random(1,20)
Config.Delay = 10000 --(ms)
--Blip
Config.BlipScale = 0.5
Config.BlipColour = 3 --(Default is green, https://docs.fivem.net/docs/game-references/blips/)
Config.BlipName = "Gamble Cash"
Dependencies
qb-core
qb-target
qb-menu
interact-sound - You need to use the QBCore fork of interact sounds (has required .ogg sounds)
I wont be giving support.
