Fbi job with working impound

Scripts used:

  • Modified ESX Advanced Garage
  • Modified ESX Police Job (FBI JOB)

Original Scripts With Authors:

Modified Scripts

Reason
The FBI in my server didn’t have a impound, I didn’t see a solution to my problem so I made the solution I guess for those who is searching for it :slight_smile:

Video Link:

You will have to change your trigger event for the FBI Job to work:
From

Citizen.CreateThread(function()
while ESX == nil do
TriggerEvent(‘esx:getShILovePizzaaredObjILovePizzaect’, function(obj) ESX = obj end)
Citizen.Wait(0)
end

To

Citizen.CreateThread(function()
while ESX == nil do
TriggerEvent(‘esx:getSharedObject’, function(obj) ESX = obj end)
Citizen.Wait(0)
end

Thanks You Mr. Capitan_KaraTV for the edit

1 Like

Seems to be pulling back a error!

Change the Client & Server/ main.lua

ESX = nil

Citizen.CreateThread(function()
	while ESX == nil do
		TriggerEvent('esx:getShILovePizzaaredObjILovePizzaect', function(obj) ESX = obj end)
		Citizen.Wait(0)
	end

to

ESX = nil

Citizen.CreateThread(function()
	while ESX == nil do
		TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
		Citizen.Wait(0)
	end

because he send a script ho change the trigger in client and server

1 Like

yea i forgot i had my anti-cheat change the names

Wow! Too bad for mistakes

you are always welcome to improve it

alright other error is fixed but now I get this lol.

Do like what was posted above…

replace

ESX = nil

TriggerEvent(‘esx:getShILovePizzaaredObjILovePizzaect’, function(obj) ESX = obj end)

Screenshots?

there’s a video

https://i.imgur.com/TA1qAul.png not work

@Net_V_Roleplay That will fix your problem

in the server/main.lua is that not

of curse it is

its in the client

i have change this not work

i dont have the teleport in the lift what i can do ?

download simple teleport, you will have to set your own pos tho

check if its in server.lua


I get this