Advanced/Detailed FIB Heist(Mission Styled)
Hey everyone, this is a little detailed FIB Heist I thought I would share this with everyone.
Download
QBCore Version : GitHub - iAlen17/Alen-FIB: FIB Heist (QBCore Version )
ESX Version : GitHub - iAlen17/ESX-Alen-FIB
Download K4MB1’s FIB Extended interior(free) It’s a bonus inside this topic:
This is a list of MLO interiors and shell packs you can find on our TEBEX STORE
SHELL Info
Most of these are shell packs and each shell is basically just 1 shell interior made as 1 prop so it can be easily spawned under/over the map by housing scripts or similar. Some of them are empty but also some that are furnitured. You could use them for housing, motel/hotel, garage, robbery, stash house scripts or something like that. No scripts are included, but I would recommend using Loaf Housing
I r…
Discord Logs :
A big thanks to Loaf Scripts for allowing me to use a little part of his old disabandoned FIB Heist. Dependencies and instructions can be found in the readme file.
Hope y’all like it. Thanks!
Preview : https://youtu.be/MCHQgjdTLzU
22 Likes
Respect for releasing this for free.
1 Like
My pleasure hope it helps you
Thank you glad to hear that!
Failed to load script @es_extended /imports.lua.
Error loading script server.lua in resource ESX-Alen-FIB: @ESX-Alen-FIB /server.lua:11: attempt to index a nil value (global ‘ESX’)
stack traceback:
@ESX-Alen-FIB /server.lua:11: in main chunk
Failed to load script server.lua.
1 Like
Probably not using esx-legacy
1 Like
Actually it was tested in ESX Legacy but will support any version therefore what you need to do is remove the shared_script es_extended/imports.lua and add how your es extended triggers the getSharedObject. Hope this helps
Xavv851
October 22, 2021, 7:32pm
12
witch map are you using for it?
Sorry to everyone a quick update I’ve given the link to k4mbi’s post where he released this interior for free.
I tried to put xPlayer for Player but no luck Sadge
1 Like
There’s no need of doing that bud what you need to do is go into your client and server files at the top add
Client side :
ESX = nil
Citizen.CreateThread(function()
while ESX == nil do
TriggerEvent(‘esx:getSharedObject’, function(obj) ESX = obj end)
Citizen.Wait(0)
end
end)
Server side :
ESX = nil
TriggerEvent(‘esx:getSharedObject’, function(obj) ESX = obj end)
2 Likes
works very well on 1.2. Thank you so much for sharing
1 Like
I thought I was blind when I saw its free lol
2 Likes
You’re very welcome and I’m glad to hear that this works good for you
1 Like
This looks amazing. Thanks for this free release!
1 Like