[Release] xnTattoos (ESX)

Hey someone know why when i want open a category nothing is working ? The main menu is showed, any errors on f8 or server consol

i don’t know but for me its working perfectly

wich framework are you using ?

Latest esx, latest server build

Just the menu is bugged, tatoo perfectly loaded when i spawned on the server, i can open the main menu but not the categories…

Problem solved, just change registered keys about jaymenu.lua like in my screen shot

image

1 Like

how can i edit the picture in the Menu Title (the blue one)?

1 Like

Hello did someone make the news tatoos from Criminal Entreprise DLC ?

i am searching for an way to change that too

TRY THIS…


local initialSpawn = true <<----ADD THIS

AddEventHandler(‘skinchanger:modelLoaded’, function() <<----REMOVE THIS

AddEventHandler(“playerSpawned”, function()
if initialSpawn and GetNumberOfPlayers() == 1 then <<----ADD THIS

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)

	initialSpawn = false    <<----ADD  THESE 3 LINES
end

end)

end) <<----REMOVE THIS

i lost all my tatto anyone help me

I hate to reply to a post that’s 2.5 years old, but do you have some json or code examples you could provide me to add custom tattoos to the script?

I moved on to QBCore man I don’t even have the code I used for this anymore unless you use QB I have the stuff for that somewhere

Thanks for the reply. I did end up kinda figuring it out. What’s weird was I couldn’t build my own xml file. I had to use one I found and modify it.

Again, I appreciate the reply.

Hi guys
I have a problem with the script, I can’t remove the bag… I tried several names:

“Bag = 0”
“Bag_1 = 0”
“Bags = 0”
“Backpack = 0”
“Backpack_1 = 0”
“Sacks = 0”

I need help, I’m going crazy :smiling_face_with_tear:

You shouldn’t just be guessing names. Look up clothing components or something. It’s likely under accessory or something

Finally I found it! Thanks :+1:

Hi @ all,

just one Problem… Cant “Enter” a Tattoo to select it and “buy” … Everything is fine no Error nothing… Edit also the Key input from 176 to 191 should be Enter ? Like @Slewog shown.

Also hearing a Sound with Enter but nothing “happened”

Some Help or Idea maybe?#

Cause got no JayMenu? Cand find the script anymore ?

does not work … still takes a long time

Hi @ all,
can you somehow take out the tattoo limit if so how ?
after so 25 tattoos or more you can not add any more