https://github.com/nocapscripts/nc_carflip
An flip vehicle system for QBCore
https://github.com/nocapscripts/nc_carflip
fivem fivem-script lua qbcore qbcore-framework
Last synced: 20 days ago
JSON representation
An flip vehicle system for QBCore
- Host: GitHub
- URL: https://github.com/nocapscripts/nc_carflip
- Owner: nocapscripts
- Created: 2023-04-03T00:02:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T16:37:43.000Z (7 months ago)
- Last Synced: 2025-04-06T17:06:03.582Z (about 1 month ago)
- Topics: fivem, fivem-script, lua, qbcore, qbcore-framework
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoCapScripts Vehicle Flip System
Vehicle flipover script for QBCore
# Depedencies
* ox_lib
# Add qb-target function under Config.TargetBones in init.lua file
```
{
type = "client",
event = "nc_carflip:flipcar",
icon = "fas fa-car",
label = "Flip Vehicle",
},
```