We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee5ce3 commit b35c840Copy full SHA for b35c840
FiveM - Vehicle Modifications and Extras/vehicle/client.lua
@@ -16,7 +16,7 @@ RegisterCommand(
16
-- to loop through ALL customizations
17
-- the first 10 iterations will
18
-- apply body features
19
- local bestMod = GetNumVehicleMods(veh, modType)
+ local bestMod = GetNumVehicleMods(veh, modType)-1 -- we will subtract by one to notice differences easier (imo)
20
SetVehicleMod(veh, modType, bestMod, false)
21
end
22
elseif category == "extras" then
0 commit comments