Rare Development
  • Rare Development
    • 🏠Home
    • 🔈Rare Development | Discord
    • 🏬Rare Develoment | Tebex
  • Informations
    • 📣Terms of Service
    • 🔑Receive and download
  • r_animations
    • 🧠Installation
    • ⚠️Common issues
    • ⚡Exports/Events
    • ➕Adding New Animations
  • r_mileage
    • 🧠Installation
    • ⚠️Common issues
    • ⚡Exports
  • r_vehiclelocks
    • 🧠Installation
    • ⚠️Common issues
    • ⚡Exports
Powered by GitBook
On this page
  1. r_mileage

Exports

All exports are client-sided

Export
Result

GetVehicleMileage(vehicle)

Returns vehicle mileage.

SetVehicleMileage(vehicle, mileage_number)

Sets the mileage of the vehicle.

GetVehicleRepairs(vehicle)

Returns number of vehicle repairs.

SetVehicleRepairs(vehicle, repairs_number)

Sets the number of vehicle repairs.

GetVehicleStageRestore(vehicle)

Returns number of vehicle engine overhauls.

SetVehicleStageRestore(vehicle, restore_number)

Sets the number of vehicle engine overhauls.

GetVehicleStage(vehicle)

Returns the stage of the vehicle, calculated based on the mileage, engine overhauls and repairs.

PreviousCommon issuesNextInstallation

Last updated 2 years ago

⚡