Video Preview (https://streamable.com/lw9zky)
🔧 LKC Universal Vehicle Repair Script
A plug-and-play repair script for any FiveM server — supports **QBCore**, **ESX**, **LegacyFuel**, **ox_fuel**, or NO fuel system at all. Zero config needed.
---
## 🌟 Features
- ✅ Fully repairs vehicles
- ⛽ Optionally refuels vehicles to 75%
- 💵 Optionally charges player a configurable amount
- 🔍 Automatically detects:
- Framework: QBCore or ESX
- Fuel System: LegacyFuel, ox_fuel, or none
- 🗺️ Blips for repair stations
- ⚙️ Configurable without touching code
---
## 🧩 Dependencies
- [`ox_lib`](https://overextended.dev/)
- Optionally:
- [`LegacyFuel`](https://github.com/Legacy-Fuel)
- [`ox_fuel`](https://github.com/overextended/ox_fuel)
- `qb-core` or `es_extended`
---
## 📁 Files
- `fxmanifest.lua` – resource definition
- `client.lua` – handles player repair logic
- `server.lua` – handles money deduction
- `config.lua` – easy settings
---
## ⚙️ Config
Edit `config.lua`:
```lua
Config.RepairCost = 1000 -- How much to charge
Config.UseRepairCost = true -- Set false = free repairs
Config.RefuelOnRepair = true -- Set false = no fuel refill
-- Optional force overrides:
-- Config.ForceFramework = "qb" or "esx"
-- Config.ForceFuelSystem = "legacy" or "ox" or "none"