altmp / altv-issues

Issues and roadmap for alt:V project
93 stars 17 forks source link

JS | Client | Add "SetDlcClothes" & "SetDlcProps" for Peds #968

Closed Revyn112 closed 3 years ago

Revyn112 commented 3 years ago

Suggestion Add a method to use SetDlcCloth on JS Client to set dlc clothes on peds.

Use cases Show different characters of a player as peds with the complete clothing - (character selection screen after login).

Describe the solution you'd like Alt.SetDlcClothes(pedId, component, drawable, texture, palette, dlcHash) Alt.SetDlcProps(pedId, component, drawable, texture, dlcHash)

Describe alternatives you've considered No alternative yet found. Drawable Id are not very reliable for dlc clothes if you add new ones.

Additional context Discussed in Discord #javascript https://discord.com/channels/371265202378899476/547079158300147725 grafik

C0kkie commented 3 years ago

Added in rc/4.0-rc4 for peds

clearPedProp setPedDlcClothes setPedDlcProp