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