[StandAlone] [Free] Wizard Mileage System, Tire Wear, Oil, Filters, Clutch

so much for me it is my Winscp who had bug

oh… is it working now?

1 Like

yes
thk

1 Like

glad to hear that:D

np

what permission is needed to use “mileagedb”

1 Like

this script uses ACE permissions
you have to set the permission in server.cfg file

default permission is admin group for the player
get your fivem identifier

go to your server.cfg file

add this code

add_principal identifier.fivem:<your identifier> group.admin

you can get your identifier at txadmin panel

add_principal identifier.license: it’s ok ?

1 Like

yeah it’s ok too

Good resource, ty.
Fix for qs-inventory

In client.lua - line 143
Replace:

    elseif Config.InventoryScript == 'quasar' then
        local PlayerInv = exports['qs-inventory']:getUserInventory()
        for _, itemData in pairs(PlayerInv) do
                if itemData.name == item and itemData.amount > 0 then
                    hasItem = true
                break
            end
        end

Now allows you to use items

1 Like

thank you! :smiley:

also thank you so much for helping me to make the script better:)

1 Like

Update 1.2.1

  • Some improvements
  • quasar inventory support fixed
  • update checker system improved

Links

1 Like