GithubHelp home page GithubHelp logo

xd_doorlock's Introduction

XD_DOORLOCK
This script is completely Free.

XD_Doorlock

Welcome everybody for my xd_doorlock release so this release is for people who need a nice door lock system and without any big performance taking, this resource taking less than 0.02ms because it's using GTA V door lock system so I hope you enjoy this release!


Features

  • Locking/Unlocking Doors
  • Jobs Allowlist
  • Everything Sync with the server
  • Using GTA V built in System
  • Less than 0.02ms

Dependency

  • es_extended
  • Any Notify System - make sure to change to your notify in config if you have custom notify

Adding Doors

Config.Doors = {
	{
		Doors = {                                 -- Doors section | if you have more than one door to lock add it here
			{
				Model = 'v_ilev_ph_gendoor004',			  -- Door model can be the model name or model hash = 'v_ilev_ph_gendoor004' or 1557126584
				Coords = vector3(449.6, -986.4, 30.6)	-- Door Coords | you can use the script pun_idgun to check door model and coords see https://github.com/Puntherline/pun_idgun
			}
		},
		Locked = true,                            -- The door should be locked when script starts?
		Distance = 2,                             -- Distance between player and doors to open them should be more than 0

		Jobs = 'police'
		
		--------------------------------
		-- Jobs Section
		-- -------------
		-- if false then everyone can toggle the door.
		-- if true then no one can toggle the door.
		-- if specific job then only the job can toggle the door.
		-- you can specify more than one job for example: Jobs = {'police', 'ambulance', 'mechanic'}
		--------------------------------
	},
}

Just copy this example and you can delete the commented lines and replace details with your door details.


Lockpick
Lockpick doors will be in future updates


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 to Preview!


Download
Click Here to Download!


My Scripts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.