FiveM Leaks

[FIVEM] svehiclelocks ( Fixed version ) by Me

Submitted by electwix3, , Thread ID: 181356

Do you want, me update script?
Yes, I want.
92.59%
Votes:
25
% of votes:
92.59%
No , it is okey.
7.41%
Votes:
2
% of votes:
7.41%
You have already voted. Click on the dropdown to undo your vote.
God Like
Prime
Level:
23
Reputation:
42
Posts:
803
Likes:
1.9K
Credits:
6K
20-09-2020, 10:52 AM
#1
Synced Vehicle Locks Fixed Version By Electwix

Content locked
This content has been locked. Please login or register in order to unlock it.


[Image: fa32901f2022da6299e576e8033f76361ff6823d.jpeg]

Details of the script.
Quote:Version 1.0.5 - Update 16/09/2020

Version 1.0.4 - Update 20/04/2020

Version 1.0.3 - Patch 18/04/2020

Version 1.0.2 - Patch 17/04/2020

Version 1.0.1 - Patch 17/04/2020

Version 1.0.0 - Released 17/04/2020

Server synced lock system with lock all spawned vehicles

--[[ Features ]] --

-- Lock and Unlock owned vehicles remotely
-- Lock and Unlock any vehicle you are in ( Driver and Passenger seats )
-- Double lock feature ( Lock twice while inside vehicle to lock occupants inside )
-- Lock all NPC vehicles with a chance of being open or able to break into.
-- Enable Emergency Vehicle locking by emergency job names
-- Enable jobs to lock there vehicles based on No Plate
-- Black List vehicles will always be locked
-- Lights Flash horn sounds, and sets the default alarm when remote locking
-- [[ Config ]] --

-- [[ Version 1.0.4 ]] --

Config = {}

Config.Locale = 'en' -- [[ Local Language en by default ]] --
Config.notifca = false -- [[ Show lock and unlock messages, false default ]] --
Config.lockKey = 182 -- [[ Key to Lock / Unlock Vehicle L by default ]] --
Config.lockNPC = true -- [[ Lock all NPC cars True By Default ]] --
Config.defLock = false -- [[ Default setting for Owned vehicles false by default ]] --
Config.lChance = 10 -- [[ Percent chance of vehicle being unlocked ]] --
Config.rDist = 10 -- [[ Distance for vehicles in area default 10 ]] --
Config.rentalPlate = 'RENT'-- [[ Rental Plate None Unique letters Default is RENT ]] --

-- [[ Names of emergency jobs for emergency vehicle locks ]] --
Config.emergencyJob = {
"police",
"bcso",
"ambulance"
}

-- [[ Job name and Number Plate NOTE: this removes any numbers E.G PDM 477 will read PDM ]] --
Config.JobsandPlates = {
[1] = {job = 'cardealer', plate = 'PDM'},
[2] = {job = 'mechanic', plate = 'BENNY'}
}

-- [[ These vehicles will always be LOCKED and cannot be Unlocked ]] --
Config.blacklistVehicles = {
"T20",
"RHINO"
}

-- [[ Vehicles wich will never be locked, great when using vehicles and no job or plate is Set ]] --
Config.whitelistVehicles = {
"burrito3",
"boxville"
}
-- [[ Same as Job plates but any vehicles with this plate can remote lock/unlock by anyone, great for jobs like ESX-Moneylaundering etc ]] --

Config.whitelistPlates = {
"WAL"
}
-- [[ Job Vehicle Lock System ]] --

Ensure plate has a Max of 7 Character and at least 1 number eg: PDM 678

The script will store the plate as PDM 678 but will strip the numbers and spaces away to authorise use eg: PDM

ensure you only put the Letters in your plate in the Config.
-- [[ Use table update ]] --

If you have a script for handing over keys to vehicle then you will need to update the stored table this is simple to do

-- plate = Vehicle Plate ( GetVehicleNumberPlateText(vehicle) )
-- Owner = new owners Server ID (GetPlayerServerId(closestPlayer))

local closestPlayer, closestDistance = ESX.Game.GetClosestPlayer()
TriggerServerEvent('shorty_slocks:transferOwner', plate, owner)
-- [[ Call for Theft Systems ]] --

-- Plate = Vehicle Plate ( GetVehicleNumberPlateText(vehicle) )

TriggerServerEvent('shorty_slocks:breakIn', Plate)
-- [[ Call for Menu Systems ]] --

TriggerClientEvent('shorty_slocks:setvehicleLockMenu', 'lock') - To Lock Vehicle Can Also Use, True or 2
TriggerClientEvent('shorty_slocks:setvehicleLockMenu', 'unlock') - To Unlock can also use, False or 1
TriggerClientEvent('shorty_slocks:setvehicleLockMenu', 'doubleLock') - To Lock DoubleLock, can also use 4
-- [[ Requirements ]] --

Requires ESX
-- [[ Install ]] --

Copy svehiclelocks folder to server resources folder

adjust config to your liking

add start svehiclelocks to server.cfg
-- [[ Patch Notes ]] --

1.0.5
Sync all cars plates with owner of the plates for the bug fix in
5 min for any bug in cardelear purchase.

1.0.4
Added Option to call from a Menu System
Added Rented Vehicles based on plate in Config Default 'RENT'

1.0.3
Fixed bad call when transfering owner
Added Call for Breaking into Vehicles ( Lock Pick Script etc )

1.0.2
Added white listed Vehicles
Added White Listed Plates

1.0.1
Fixed nil plate issue
added SQL ready function to help with an SQL error
,
' ? ...

[Image: ascii-red.png]

RE: [FIVEM] svehiclelocks ( Fixed version ) by Me

Japanx
Newbie
Level:
0
Reputation:
0
Posts:
19
Likes:
6
Credits:
0
29-11-2020, 02:16 AM
#2
I am gonna try this. TEsted a few carlock scripts and none just convinced me.
1

RE: [FIVEM] svehiclelocks ( Fixed version ) by Me

Ciliberto
Novice
Level:
2
Reputation:
0
Posts:
24
Likes:
1
Credits:
0
06-07-2021, 06:24 PM
#3
is this still working ? please respond if anyoone has it

RE: [FIVEM] svehiclelocks ( Fixed version ) by Me

cod_saboteur
Novice
Level:
2
Reputation:
0
Posts:
23
Likes:
0
Credits:
15
18-07-2021, 03:38 PM
#4
thanks take a look at this nice

RE: [FIVEM] svehiclelocks ( Fixed version ) by Me

person01
Newbie
Level:
1
Reputation:
0
Posts:
15
Likes:
0
Credits:
13
15-09-2021, 12:45 AM
#5
The image seems to be broken, could you fix this?

RE: [FIVEM] svehiclelocks ( Fixed version ) by Me

nicklerick
Lurker
Level:
0
Reputation:
0
Posts:
2
Likes:
0
Credits:
2
28-09-2021, 11:54 PM
#6
hm ill try, the restrictions on this forum are lame

RE: [FIVEM] svehiclelocks ( Fixed version ) by Me

Mazzer
Lurker
Level:
2
Reputation:
0
Posts:
1
Likes:
0
Credits:
1
13-02-2022, 12:43 AM
This post was last modified: 13-02-2022, 12:45 AM by Mazzer
#7
does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

does this still work and how old is it

RE: [FIVEM] svehiclelocks ( Fixed version ) by Me

molny
Novice
Level:
4
Reputation:
0
Posts:
37
Likes:
0
Credits:
13
04-03-2022, 10:37 PM
This post was last modified: 04-03-2022, 10:41 PM by molny
#8
looks nice brother lol nice

looks really nice thanks for posting

RE: [FIVEM] svehiclelocks ( Fixed version ) by Me

kznaoo
Lurker
Level:
0
Reputation:
0
Posts:
2
Likes:
0
Credits:
0
03-07-2022, 02:25 PM
#9
okkkkk its to goooddd i want to tryy this if thissss worksss

RE: [FIVEM] svehiclelocks ( Fixed version ) by Me

TECNO#1662
Lurker
Level:
0
Reputation:
0
Posts:
4
Likes:
0
Credits:
0
06-10-2022, 10:23 PM
This post was last modified: 06-10-2022, 10:36 PM by TECNO#1662
#10
Easy to use .. easy to access , configure .just try u all will like it

loved it .. easy to access .. the configuration are easy and can be setup in easy manner

Users browsing this thread: 1 Guest(s)