In default qb-core money bags act like “black money” / “dirty money” would do in esx. Although in ESX they would just receive normal “dirty” / “black” money.
hmm…ok…I was just wondering because all the other robbery and heist scripts give marked money…lol this is the first time I’ve seen the money bags. Now I just have to find a laundering script that does the money bags too…lol
Hm well you could always change it to markedbills. The entire script is unlocked.
I tried that…but it always said the marked bills worth was undefined…lol idk why though
I use this, and my players love it. Im on the qbcore framework and its very easy to implement “markedbills”. You need to define the worth before it gives the markedbills
So, I’m assuming I would change the
cash = math.random(Config.MoneyLootWorth[1], Config.MoneyLootWorth[2]) part to just a string with a set amount then? like cash = “500” for example?
EDIT: I figured it out…lol I just looked to the qb-storerobbery script for some guidance as I’m a total noob…lol
Yeah always look at other qb resources to see how they did it.
This is what i did:
local info = {
worth = math.random(Config.MoneyLootWorth[1], Config.MoneyLootWorth[2])
}
Player.Functions.AddItem(‘markedbills’, 1, false, info)
TriggerClientEvent(“inventory:client:ItemBox”, Player.PlayerData.source, QBCore.Shared.Items[“markedbills”], “add”)
lol yeah that’s exactly what I ended up doing as well… Thanks for the help!
Thank you alot for helping @WWCRP with this.
I’m rebuilding my pc right now so I couldnt respond, therefore I’m very greatful that you took your time to help him instead!
Hello, could you perhaps show a screenshot of the error, thank you.
Because the error your have copied / that you are showing as text doesnt really make any sense.
And have you edited the script in any way?
Hey, I am unable to get the gabz bobcat MLO - does this work with any others? Thank you
By default, no.
Hello, where can i buy gabz bobcat mlo, on his site the mlo is no longer available
thx
It is still available. It’s just not sold separately. It is only included in Ganz monthly bundle, which gives you access to all his MLOs.
okay thanks
I start my server with this script installed but nothing appears. It says it started fine in console but no blip or nothing appears. Any ideas?
It sounds like the script most likely is not being started correctly then.
Considering that the blips are the first things that are created upon the script being started.
Are you really sure that you have all of the dependencies noted above on your server, and that there is not a single error or warning when restarting zerio-bcs-heist
when i check reourses it says start next to it i click it but it wont start how do i fix
You should be getting an error/warning then.
ohh it syas cant find datacrack give me a sec ima try find it