SET_PED_HAIR_TINT
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](?\_0x4CFFC65454C93A49).**
CFX
Signature
lua
SetPedHairTint(PlayerPedId(), 0, 0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | The Ped whose hair tint is to be set. | |
| int | The tint index for the primary hair color. | |
| int | The tint index for the hair highlight color. |
Usage
lua
SetPedHairTint(PlayerPedId(), 0, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
