Skip to content

LielXD/xd_locksystem

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 17, 2022 16:40
May 10, 2022 17:12
May 11, 2022 14:12
May 10, 2022 17:12

Welcome Everybody for my first Release!
This script is completely Free.

So I've seen a lot of requests in onyxLocksystem for fixed and better version so I decided to create one!

Of course I asked first for permission from HighHowdy (Creator of onyxLocksystem) to use the script idea and some of his code!

So Big Credit to @HighHowdy


Features

  • Locking/Unlocking vehicles with keys
  • Hotwiring vehicles with multiple stages
  • Searching the vehicles to find a spare keys
  • Steal keys from locals by holding them up
  • Give keys to other player
  • Everything Synced with the server
  • A lot of Settings in Config file!

Dependency

  • es_extended
  • Any Notify System - make sure to change to your notify in client if you have custom notify
  • same as above for progress bars

Exports
give player keys

exports['xd_locksystem']:givePlayerKeys(plate)

take player keys

exports['xd_locksystem']:takePlayerKeys(plate)

Developers - Check Player Keys if you want to add check for keys to one of your script, you can use this in your client files

  • plate - the vehicle plate you want to check key for.
  • hasKeys - return true if player has the keys for vehicle else false.
ESX.TriggerServerCallback('xd_locksystem:getKeys', function(hasKeys)
	if hasKeys then
		print('Player has the key for the vehicle!')
	end
end, plate)

Lockpick While in hotwire you can have big chance to fail, but with lockpick you will succeed everytime you using it in vehicle, but you have a chance written in the config for the lockpick to break and not succeed!


Help! For any help type in the comments your issue or open issue in github where the download link is recommended to open issue in github :slight_smile:


Video
Click Here for Video!


Download
Click Here to Download!


XD_LOCKSYSTEM v1.1.0
Fixed

  • Player camera only moved left or right without bottom and up when hotwire/search
  • Fixed exports when taking or giving vehicle keys it takes few sec to update now its updating automatically

Added

  • New Settings for Config file
  • Support for esx_notify
  • Support for esx_progressbar
  • Support for Custom Notify/Custom ProgressBars
  • Custom Translate Options in Config

About

Vehicle Keys System

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages