SetPedHairTint — FiveM Natives
0xA23FE32C · CFX · server
Sets the tint index for the hair on the specified ped. `` NativeDB Introduced: v323 `` This is the server-side RPC native equivalent of the client native SET_PED_HAIR_TINT.
Parameters
| Name | Type | Description |
|---|---|---|
| ped | Ped | The Ped whose hair tint is to be set. |
| colorID | int | The tint index for the primary hair color. |
| highlightColorID | int | The tint index for the hair highlight color. |
Returns
void