Troubleshooting
Key doesn't lock / unlock the vehicle
Make sure fr_carlock is running. Press U while inside or within Config.MaxDistance metres of the vehicle.
Players can lock any vehicle (not just theirs)
Enable ownership mode: Config.RequireKeys = true and grant keys with exports['fr_carlock']:GiveKeys(plate) from your dealership or job script.
No sound / no animation
Animations and sounds use native GTA assets — no files to install. If missing, your GTA build may be outdated.
Notifications don't appear
Install fr_notify and make sure Config.Notify = true. Without fr_notify, the script silently skips notifications.
Key conflicts with another script
Change Config.ToggleKey in config.lua to a free key. Players can also rebind it in Settings → Key Bindings → FiveM.
Ownership doesn't work with fr_dealership
Verify Config.OwnershipResource = 'fr_dealership' and that fr_dealership is running before fr_carlock. If it's not active, fr_carlock falls back to arcade mode automatically.