GetPlayerHairColor
From GTA Network Wiki
GetPlayerHairColorServer-Side Function
![]() |
![]() |
---|
Get the hair color of a player's hair
Syntax
byte API.GetPlayerHairColor(Client player);
Required Arguments
- player: parameter input should be in Client type.
NOTE: Returns data in byte type.
Usage example(s)
Example Description
NAPI.Player.GetPlayerHairColor(player);
Changelog
Version | Description |
---|---|
0.3.0 | Release. |