• DOUBLE WEEK ON EVERYTHING!

STANDALONE [QB / ESX - Open Source] sd-bobcat (2 Viewers)

Begraafplaats

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

Juustukas

Member
Aug 19, 2022
47
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
420
40
28
Credits
2,869
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
6,859
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