Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 391 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 391 Bytes

ReduX Scripts Vehicle Flip System

Vehicle flipover script for QBCore

Depedencies

  • ox_lib

OPTIONAL

  • Just uncomment '@rs_base/import.lua' with -- or use your own framework imports

Add qb-target function under Config.TargetBones in init.lua file

 {
    type = "client",
    event = "rs_carflip:flipcar",
    icon = "fas fa-car",
    label = "Flip Vehicle",
 },