[FREE] um-idcard | mugshot | card maker

IT’s possible to use without ox_inventory?

imageI am using ESX Legacy and the names dont show up, can anyone help me please?

1 Like

how would this work with um-multicharacter

1 Like

@qpixel

in v3 version of um-multicharacter you can use the config setting for idcard

mabye i didnt download V3 lol

also where is ur spawnlast location script ?

when i add the codes i get a black screen

intereted of this! can somebody the installation guide or video about installation?

blingbling script :confused: it dont check if you have license
you can show license driver and dont have it

Hello @uyuyorum

Greetings!

Any documentation about how to add um-idcard on QBox?

the codes you said to replace here are not on those lines anymore, how do we know what to replace?

1 Like

could anyone help in wich file i have to put the exports?
i dont get it

Does anybody know how could i recieve weapon license when buying it in ox_inventory. I want it just like the drivers license.

Same Problem

I have a question, how can I insert the name and surname of the player in the description and also a question on how it works, if once I have printed the document I pass it to another player will he see my document or his?

it does the same thing to me

in qb-multicharacter, replace the entire block of GiveStarterItems by this :

local function GiveStarterItems(source)
    local src    = source
    local Player = QBCore.Functions.GetPlayer(src)
    if not Player then return end

    for _, v in pairs(QBCore.Shared.StarterItems) do
        local info = {}

        if v.item == 'id_card' or v.item == 'driver_license' then
            exports['um-idcard']:CreateMetaLicense(src, { 'id_card', 'driver_license' })
        end
    end
end