Lyxos Lock NPC Cars [ESX]

A script by Project_Lyxos

No reviews yet.
Lyxos Lock NPC Cars [ESX] main image

Full Description

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:

Config Merger
Have you tried Config Merger? Merge your configs easily