Commit Graph

10 Commits

Author SHA1 Message Date
Selt 760f31eb6c fix(esx_multicharacter): correct the chin_3 typo in the default skins
Both default skins spell the chin width key chin_13. skinchanger only
knows chin_1 through chin_4, so the value never reaches the ped and the
key is stored as junk in users.skin.

It also breaks the ped. SetFace reads every feature through
Normalise(weight, 10), which divides, so a missing chin_3 raises
"attempt to perform arithmetic on a nil value" at feature index 17.
Everything after that in ApplySkin is skipped: the remaining features,
the eye colour, the head overlays, the components and the props.
2026-07-30 01:50:20 +02:00
Muhammed Yaseen 0b0fd23444 ESX_MULTICHARACTER 2025-05-22 12:44:39 +05:30
Kasey FItton df13c21e4b refactor(skinchanger): complete rewrite
- Better Readably,
- Better Performance
- Removes 100s of lines of Repeated Code
- Adds Support for 3rd Face and 3rd Face Mix
2024-10-25 00:56:29 +01:00
Adam Volkman (maku) 5fbbe8e29d fix(multicharacter/config): predefined spawn with incorrent defined heading for script 2024-03-28 01:54:47 +01:00
Gellipapa 9d90c9d674 🎨 Run formatter 2024-01-24 23:07:30 +01:00
TheFantomas fca417b751 fix(esx_multicharacter): inconsistent indentation 2023-06-29 18:11:53 +02:00
Lockwood 8144e80f8c feat(multichar): multiple spawns 2023-06-09 19:46:21 +01:00
Benzo db983b931c move everything into core folder 2023-01-18 15:21:39 +01:00
Benzo 9f36559ac0 Revert "build: new repos"
This reverts commit cfb8e742e4.
2023-01-18 15:08:44 +01:00
Benzo cfb8e742e4 build: new repos 2023-01-18 15:06:15 +01:00