• VIP Yearly: 30 euro until end of January!

    We wish everyone a healthy, blessed 2025! We are here to stay, join our community and see the difference.

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

Begraafplaats

Active member
God VIP
Oct 10, 2021
192
28
28
Credits
6,797
  • Post hidden due to user being banned.

Juustukas

Member
Aug 19, 2022
48
1
8
Credits
8
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
417
39
28
Credits
2,601
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
192
28
28
Credits
6,797
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