• Crypto has been added to the payment options! Any issues? join our Discord and open a ticket !

  • Paypal is no longer supported at this moment

STANDALONE [QB / ESX - Open Source] sd-bobcat (1 Viewer)

Begraafplaats

Active member
God VIP
Oct 10, 2021
185
26
28
Credits
7,043
  • Post hidden due to user being banned.

Juustukas

Active member
Aug 19, 2022
50
2
8
Credits
14
Preview:

Download (Latest update: 23-06-2024)
-=Stripped Content=-

SD-Lib:
I hope this one works for me..
 

MahmoudiTech

Well-known member
Dec 23, 2021
438
45
28
Credits
2,919
Preview:

Download (Latest update: 23-06-2024)
-=Stripped Content=-

SD-Lib:
Do you have any map of it? If you pay for it, don't worry
 

Begraafplaats

Active member
God VIP
Oct 10, 2021
185
26
28
Credits
7,043
Once the theft is done and the cooling process is over, I can't steal again.
I'm testing a fix right now

FIX:

Replace the RegisterNetEvent : sd-bobcat:client:resetVault

with:

```
RegisterNetEvent('sd-bobcat:client:resetVault', function()
-- Reset looting functions and states
lootingFunctions = {}
closeVaultDoor()
if Config.Locations[Config.MLOType] then
for _, location in pairs(Config.Locations[Config.MLOType]) do
location.busy = false
location.hacked = false
location.looted = false
end
end
end)
```
 
Last edited:

riaad.dev

Member
Jun 24, 2024
9
0
1
Credits
9
I'm testing a fix right now

FIX:

Replace the RegisterNetEvent : sd-bobcat:client:resetVault

with:

```
RegisterNetEvent('sd-bobcat:client:resetVault', function()
-- Reset looting functions and states
lootingFunctions = {}
closeVaultDoor()
if Config.Locations[Config.MLOType] then
for _, location in pairs(Config.Locations[Config.MLOType]) do
location.busy = false
location.hacked = false
location.looted = false
end
end
end)
```
Now the problem has been solved, but the first, second and third doors do not close and I cannot steal the boxes again pls help
 
  • Post hidden due to user being banned.

Users who are viewing this thread

Top