Skip to content

Commit

Permalink
fix(menu): removed car plate change on boost
Browse files Browse the repository at this point in the history
Related to #729.
This vanity feature was affecting roleplay garage resources.
  • Loading branch information
tabarra committed Jul 11, 2023
1 parent 2828e62 commit 4b62e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resource/menu/client/cl_vehicle.lua
Expand Up @@ -225,7 +225,6 @@ local function boostVehicleFivem()
setVehicleHandlingValue(veh, 'fRollCentreHeightRear', 0.5); --testar, o certo é 0~1

playLibrarySound('confirm')
SetVehicleNumberPlateText(veh, "TX B00ST")
SetVehicleCanBreak(veh, false) -- If this is set to false, the vehicle simply can't break
SetVehicleEngineCanDegrade(veh, false) -- Engine strong
SetVehicleMod(veh, 15, 3, false) -- Max Suspension
Expand Down

0 comments on commit 4b62e8e

Please sign in to comment.