Brazzers-FakePlate
This guide is for v2 only. Brazzers-FakePlate is integrated by default in v3! This article will be removed shortly after the release of v3.
This code was provided to us by IgnoranceIsBliss.
This code has been tested and works. It requires some code editing for garages and relies on ox-lib.
Step 1. Download the latest releases of ox-lib and Brazzers-FakePlate if you do not have them!
Step 2. Modifiy the shared_scripts Section of the Garage's fxmanifest.lua
Replace the section with the one below.
Step 3. Edit The Framework.Client.GetPlate Function in 'Framework/cl-functions.lua'
Replace the GetPlate Section with below.
Step 4. Modify the jg-advancedgarages:client:TakeOutVehicle:config Event in 'config-cl.lua'
Add the below code to the event
Step 5. Add The Following to config-sv.lua
Step 6. Modify the Vehicle Key Functions to recognize the Fake Plate
Find Framework.Client.VehicleGiveKeys(plate, vehicleEntity) and add the below code after if not DoesEntityExist(vehicleEntity) then return false end
Do the Same for Framework.Client.VehicleRemoveKeys(plate, vehicleEntity)
Last updated