SetPedHeadOverlayColor — RedM Natives
0x78935A27 · CFX · server
`` Used for freemode (online) characters. Called after SET_PED_HEAD_OVERLAY(). ` Note: You may need to call SetPedHeadBlendData` prior to calling this native in order for it to work. This is the server-side RPC native equivalent of the client native \_SET_PED_HEAD_OVERLAY_COLOR.
Parameters
| Name | Type | Description |
|---|---|---|
| ped | Ped | The ped entity |
| overlayID | int | An integer representing the overlay id |
| colorType | int | 1 for eyebrows, beards, makeup, and chest hair; 2 for blush and lipstick; and 0 otherwise, though not called in those cases. |
| colorID | int | An integer representing the primary color id |
| secondColorID | int | An integer representing the secondary color id |
Returns
void