[Release] xnTattoos (ESX)

Is it possible to get an edited version of this with a job menu to give the tattoo menu? Or a command?

Did anyone resolve the issue of the tattoos not saving? I have updated the database with the SQL but all players show null it does not actually insert the tattoo information

1 Like

It saves, upon purchase it becomes invisible and comes back in between 5-10 minutes. It also happens on changing clothes.

I haven’t solved it unfortunately, anyone have a solution?

Put this in client side of the script. So when you die, your tattoos respawn.

RegisterNetEvent(ā€˜esx_ambulancejob:revive’)

AddEventHandler(ā€˜esx_ambulancejob:revive’, function()

Citizen.Wait(2000)

ESX.TriggerServerCallback('SmallTattoos:GetPlayerTattoos', function(tattooList)

    if tattooList then

        ClearPedDecorations(PlayerPedId())

        for k, v in pairs(tattooList) do

            if v.Count ~= nil then

                for i = 1, v.Count do

                    SetPedDecoration(PlayerPedId(), v.collection, v.nameHash)

                end

            else

                SetPedDecoration(PlayerPedId(), v.collection, v.nameHash)

            end

        end

        currentTattoos = tattooList

    end

end)

end)

when i select my tatoos it changes me to a woman, can anyone help me with a working updated version to this i love the stackable tattoos

I am trying to put the tattoo artist in a building of mine, but I get the menu to open the tattoo artist for the whole area so I have seen the need for a specific interior, is it possible to remove it from the script?

I tried making a new tattoo copied everything and it’s all there but when in game that tattoo is showing on my back

i’ve a bug with Tattoo

When i put tattoo i’ve tattoo or decals idk , on the tshirt

and when i leave tattoo

can people help me?

how did you do it if you dont mind me asking

@LASTREET2021 I posted a download link that shows how I did it further down from the comment you replied to me on

One of my player have the following problem:

She will add/remove tattoos and at a certain point she can’t add more nor even see them on the body. Anyone know why ? No error in the console or F8

I also have noticed this.l It seems there is a limit of 40 tattoos. I cannot see anything obvious in the script that would limit this.

It’s either a Rockstar limit on the amount you can have on or the database just doesn’t like a string that long which is also possible.

Had an interesting bug appear recently.
Tattoos for the client are appearing higher on the ped than what they appear for everyone else.

Also adding in hair overlays, they don’t appear for everyone else on the server, only for the client.

May be this is a ols script but when I tried I didnt get any errors or anything. I can see the tatto shops on the map when I go inside no option to click or press to get a tattoo… any Idea? I have run the sql as well.

1 Like

AllTattoos.json (135.6 KB)
Have an updated ā€œAllTattoosā€ up to Cayo Perico (MPTuner did not add any new tattoos)

1 Like

I am having an issue where I leave the city and the tattoos disappear. They show in the database, but not on my character…

Does anyone know why the pants don’t return after using the shop? They are the only item that doesn’t go back to normal?

How am I able to add more tattoos I have streamed.

Add them to the json file

1 Like