Changing your peds clothes

So I am using [Standalone] NeroHiro’s Context Menu v2 - Now for RedM & FiveM - #15 by NeroHiro and I am trying to add an option to change your peds clothes and I am just looking for a push in the right direction. So if SWAT is needed they can go and change through their menu rather than having to go to a clothing shop. Any help would be appreciated, Thank you

You would most likely have to build an outfit system for that

Assuming u already have that u just need to link up ur event to change outfits to the menu.

Thank you for the reply, I am new to scripting, Do you have any idea of how I would start this ?

edit :
Could I use SetPedComponentVariation(ped, 1, 0, 0, 0) to change their clothes ?

i mean you could just change the variations for the clothes u have if u dont save the players clothes, otherwise building an outfit system into the database would be a better alternative, if you dont save clothes then yeah just use SetPedComponentVariation

Thank you, I got it working with changing clothes variant and props for hat and helmet ect :slight_smile:

any release yet??