Fleeca Robbery
- Discord link https://discord.gg/B45FXcrqCt
Preview Video : https://youtu.be/rW0WUJtRnpI
- Esx Legacy (wasn't test on older verions)
- Qtarget - https://github.com/overextended/qtarget - Documentation : https://overextended.github.io/qtarget/usage
- Polyzone - https://github.com/mkafrin/PolyZone
- ox_inventory - https://github.com/overextended/ox_inventory - Documentation : https://overextended.github.io/docs/ox_inventory/
- ox_lib - https://github.com/overextended/ox_lib - Documentation : https://overextended.github.io/docs/ox_lib
- 1x id_card_f
- 2x thermalcharge
- jewels
- goldingots
- black money it can be easily modified in the server file
for the fleeca items, u can add these to the file \ox_inventory\data\items.lua (check if they doesn't exist before add lines)
['thermalcharge'] = {
label = 'Charge Thermique', -- put your translation here
weight = 1000,
stack = true,
close = false,
description = nil
},
--------------------------------------------------------------------------
['id_card_f'] = {
label = 'carte d\'accès piratée', -- put your translation here
weight = 150,
stack = true,
close = false,
description = nil
},
--------------------------------------------------------------------------
['jewels'] = {
label = 'Bijoux',
weight = 250,
stack = true,
close = false,
description = nil
},
--------------------------------------------------------------------------
['goldingot'] = {
label = 'Lingot d\'Or', -- put your translation here
weight = 1000,
stack = true,
close = false,
description = nil
},
--**(if it's the last item of the file items.lua, delete the coma)**
two different zones to loot whith different items
The door to access to the second room need to be forced too
Different options in the menu depending on the job (LSPD / EMS / Others)
Timer function to avoid spam loot
it appears during 10 minutes, and the lspd in and out of services are mention, cauz protect and serve ;-) it can be easily modified in the server file.