Price
UnknownA script by Project_Lyxos
Price
UnknownLock NPC Cars
Synced Car Locks
Simple Configuration
(Lyxos Lock NPC Cars Preview - YouTube)
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
| Code is accessible | Yes and No |
| Subscription-based | No |
| Lines (approximately) | 150 |
| Requirements | ESX |
| Support | Yes |
Made with Love 
See what others are saying about this script.
Share your experience and help others.