Lyxos Lock NPC Cars [ESX]

Explanation:

> Lyxos Lock NPC Cars is a FiveM script that locks automatically every Car on the Map.

Features:

  • Lock NPC Cars

  • Synced Car Locks

  • Simple Configuration

Video:

(Lyxos Lock NPC Cars Preview - YouTube)

Config:

Lyxos = {}

Lyxos.VehicleLockedType = 2

Lyxos.ESX = function()
	local ESX = exports['es_extended']:getSharedObject()
	
	return ESX
end

Lyxos.IsVehicleOpened = function()
	local isOpen = false
	local math = math.random(0, 100)

	if math > 34 then
		isOpen = true
	end
	
	return isOpen
end

Price:

Without Source Code: 3.99€

With Source Code: 6.99€

Buy Here:

Without Source Code: Click Here
With Source Code: Click Here
Code is accessible Yes and No
Subscription-based No
Lines (approximately) 150
Requirements ESX
Support Yes

Made with Love :heart:

1 Like

there are enough free releases, such as this

1 Like

That’s right, but the script you attached locks NPCs when unlocked. This means if you have a lock pick script and pick a vehicle it will lock it right back up and our NPC car lock script won’t do that.

1 Like