24/7 Robbery [FREE] [ESX/QBCore]

Hey, so that’s not exactly a problem but merely by design. I recently just changed it from global cooldowns on the stores themselves to individual player cooldowns. I can take note of this and add an option for only allowing a store to initiate one robbery for X duration.

1 Like

ok thank you for it

ok so issue now poping up with new update to 1.4.1 it seems that when he finishes the robbery it does not give the cash nor does it release the emote for stealing cash from the register. not seeing any errors within f8 or the console ether 1

Interesting, it would help to see a video + your config!

i reverted back. tried 3 different times reinstalling. ill try again and get you a video

What framework & inventory are you using?

newest qb and qb

And what dirty money item have you set in the config to be rewarded to the player upon a successful register & safe robbery?

set to cash

its ok i dont mind using the last version at all it works great without any type of issues. i was just letting you know what it was doing on my side with the newest

Oh thats why, cash isn’t an item on QBCore so the script is trying to give an item that doesn’t exist. Would just require a very small edit in the bridge to make it work with cash + be on the latest version.

For example to make this work on the latest version you would just replace the AddItem export on line 162 in bridge/server.lua with:

player.Functions.AddMoney('cash', amount)

Save, restart & it’d work with cash. But yeah, up to you -whatever version you want to use is fine to!

ok well shit ill give that a try and let you know how it works out for me

1 Like

Please add option to add more item on “Config.Safes” it would be perfect!

Copy that - I’ll add it