Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:29:59.000Z (19 days ago)
- Last Synced: 2024-10-29T13:22:33.721Z (19 days ago)
- Topics: fivem, fivem-script, lua, qbcore, qbcore-framework
- Language: Lua
- Homepage:
- Size: 15.6 KB
- Stars: 9
- 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",
},
```