βQB-RadialMenu
Explore snippets made by the community and developers for you to utilize within TCVS.
If you are utilizing qb-radialmenu and want to incorporate impound/garages/insurance through it, then this section will help you incorporate it with written code by Cisoko.
CLIENT-SIDED
First, ensure you comment out the sections highlighted in the provided photo to avoid conflicts. Additionally, insert a Citizen.Wait(1000) to prevent crashes when entering the PolyZone.
The specified code is located at client/publicGarages.lua
This code needs to be incorporated directly within TCVS, specifically inside the client/publicGarages.lua file. This addition will introduce two options when entering a garage PolyZone and remove those Public Garages options upon exiting the PolyZone.
CLIENT-SIDED
First, ensure you comment out the sections highlighted in the provided photos to avoid conflicts. Additionally, insert a Citizen.Wait(1000) to prevent crashes when entering the PolyZone.
The specified code is located at client/impound.lua
This code needs to be incorporated directly within TCVS, specifically inside the client/impound.lua file. This addition will introduce two options when entering a impound related PolyZone and remove the options upon exiting the PolyZones.
CLIENT-SIDED
First, ensure you comment out the sections highlighted in the provided photo to avoid conflicts. Additionally, insert a Citizen.Wait(1000) to prevent crashes when entering the PolyZone.
The specified code is located at client/insurance.lua
This code needs to be incorporated directly within TCVS, specifically inside the client/insurance.lua file. This addition will introduce the option when entering an insurance PolyZone and remove the options upon exiting the PolyZone.
Last updated
Was this helpful?