alt.setPedDlcProp
Sets DLC props components for a pedestrian. Pedestrian is either an actual player or a NPC. DLC props being a type of prop in a DLC Pack.
0 - Hats
1 - Glasses
2 - Ears
6 - Watches
7 - Bracelets
Declaration
alt.setPedDlcProp(scriptID: number, dlc: number, component: number, drawable: number, texture: number): void
Usage
alt.setPedDlcProp(alt.Player.local.scriptID, 0, 0, 0, 0);
No good examples of this
Real World Example
alt.setPedDlcProp(alt.Player.local.scriptID, 0, 0, 0, 0);
No good examples of this
These examples assume you have imported alt
from alt-client
.