FixAllTires - Export

The FixAllTires export is used to fully restore all four tires of a selected vehicle.

This includes:

  • Visual restoration (if any tires appear removed or damaged)

  • Full functionality reset (handling, grip, and internal tire data)

This export is useful when:

  • Resetting a vehicle after repairs or service

  • Respawning a previously saved vehicle

  • Admin or mechanic scripts need to apply a full tire reset

Example:

local veh = GetVehiclePedIsIn(PlayerPedId(), false)
exports['bnc_carp']:FixAllTires(veh)

Last updated

Was this helpful?