-
Notifications
You must be signed in to change notification settings - Fork 12
Remove Clothing #11
Comments
Here the Categories for clothes : [Categories] You can remove them by this kind of script (example here, remove hats): Citizen.InvokeNative(0xD710A5007C2AC539, PlayerPedId(), 0x9925C067, 0) -- Target Category Hat |
Basically loop over all categories and remove component. I take it the second Native uses the first Native to identify the component? I appreciate the help! |
The first line get catch you the category, the second line, remove the category upon ;) |
Where would I look to get an idea of how I can remove clothing from a ped? Say for a bath?
The text was updated successfully, but these errors were encountered: