GTA:Online model IDs?

What are GTA:Online model IDs? Cause for now I am using PED models, and they really lack customization.

1 Like

I’m a also searching for that, for the personalisation to add clothes on the players but not change the face/hair.

Well, this info looks like a top secret

1 Like

Look
– mod charactermenu

mod the modify face/hair …

That’s nice, but it doesn’t have source code.

I search a little on the internet and I find that (https://pastebin.com/tr4b30tc)

in AppData\Local\FiveM\FiveM.app\citizen\scripting\lua

You could find native files that has all the usable function for gta 5 do not edit and made a ctr + f for search that you needed

function Global.SetPedHairColor(ped, colorID, highlightColorID)
	return _in(0x4CFFC65454C93A49, ped, colorID, highlightColorID)
end

function Global.SetPedFaceFeature(ped, index, scale)
	return _in(0x71A5C1DBA060049E, ped, index, scale)
end

function Global.SetPedEyeColor(ped, index)
	return _in(0x50B56988B170AFDF, ped, index)
end

Thanks, it might help. Another sleepless night ahead
PogChamp

1 Like

I have modified my msg

Thanks again, this will lead to somewhere.
Except I don’t really understand how do I say that this model has to be “online” version, where I can apply all the clothes from the game (hats, jackets, shirts, masks etc) and not just a ped model?

look [Release] Simple Ped