{"id":22816256,"url":"https://github.com/jalallinux/fivem-car-lock","last_synced_at":"2025-10-06T07:40:43.276Z","repository":{"id":135639450,"uuid":"276338466","full_name":"jalallinux/FiveM-Car-Lock","owner":"jalallinux","description":"Simple car lock for vehicle in FiveM linux server","archived":false,"fork":false,"pushed_at":"2020-07-01T10:06:52.000Z","size":4,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-22T21:16:17.610Z","etag":null,"topics":["car-lock","fivem","fivem-lua","fivem-sc","lua","roleplay","script"],"latest_commit_sha":null,"homepage":"https://JalalLinuX.ir","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jalallinux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-07-01T09:44:52.000Z","updated_at":"2023-10-07T16:27:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb0445ce-ee5a-4f70-ba87-67ad3816b9f7","html_url":"https://github.com/jalallinux/FiveM-Car-Lock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jalallinux/FiveM-Car-Lock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalallinux%2FFiveM-Car-Lock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalallinux%2FFiveM-Car-Lock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalallinux%2FFiveM-Car-Lock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalallinux%2FFiveM-Car-Lock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jalallinux","download_url":"https://codeload.github.com/jalallinux/FiveM-Car-Lock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalallinux%2FFiveM-Car-Lock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278577890,"owners_count":26009701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["car-lock","fivem","fivem-lua","fivem-sc","lua","roleplay","script"],"created_at":"2024-12-12T14:06:59.318Z","updated_at":"2025-10-06T07:40:43.270Z","avatar_url":"https://github.com/jalallinux.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FiveM-Car-Lock\nSimple vehicle lock/unlock system for **FiveM** linux server. (The development of this script **continues**)\n\n### Features\n\nPess **U**\tor your Custom key to **Lock** or **Unlock** your vehicle.\n\n---\n\n## Download \u0026 Installation\n### Using Git\n```\ncd resources\ngit clone https://github.com/jalallinux/FiveM-Car-Lock [jalallinux]/jl_carlock\n```\n- Add to your **server.cfg** file ``start jl_carlock``\n\n### Manually\n- Download https://github.com/jalallinux/FiveM-Car-Lock/archive/master.zip\n- Put it in the `[jalallinux]` directory\n- rename it to jl_carlock\n- Add to your **server.cfg** file ``start jl_carlock``\n\n---\n\n## Config\nIn `resources` folder, edit `/[jalallinux]/jl_carlock/config.lua` with your settings :\n\n```lua\nConfig = {}\n\nConfig.CarLock = { \n    ControlKey          = 303,      -- Which button for Open and Lock vehicle ? 303 = U\n    NotCarFound         = \"Your vehicle was not ~r~detected~w~\",\n    CarLocked           = \"Your vehicle is ~r~Locked~s~\",\n    CarOpen             = \"Your vehicle is ~g~Open~s~\",\n    LimiterIsOn         = \"Limiter switched ~b~On\",\n    LimiterIsOff        = \"Limiter switched ~b~Off\",\n    SearchAreaRadius    = 20.0,\n    BlinkingLightsON    = true,     -- Flashing Headlights on Opening and Closing vehicle\n    CarBleepOnOpen      = true,     -- Bleep at Open vehicle\n    CarBleepOnClose     = true,     -- Bleep at Close vehicle\n    CarBleepDistance    = 5.0,      -- Radius how far the sound is audible to other players\n    CarBleepVolume      = 0.5,      -- Volume of the sound / MAX = 1.0 / MIN = 0.1\n    SpeedLimiter        = false,     -- Option to turn a speedlimiter on or off\n    SpeedLimiterKey     = 29,       -- Which button for the limiter? default: 29 = B\n}\n\n```\n- You can get other `Keys Control` from https://docs.fivem.net/game-references/controls/ but it's optional for temporarily.\n\n---\n\n## Screenshots\n\n![Lock Vehicle](https://cdn.discordapp.com/attachments/684367422165090432/727826777527025714/lock.PNG \"Lock Vehicler\") . ![Open Vehicle](https://cdn.discordapp.com/attachments/684367422165090432/727826779880030308/open.PNG \"Open Vehicle\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalallinux%2Ffivem-car-lock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjalallinux%2Ffivem-car-lock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalallinux%2Ffivem-car-lock/lists"}