diff --git a/natives.json b/natives.json index ec3e48a..a00fe11 100755 --- a/natives.json +++ b/natives.json @@ -73090,7 +73090,7 @@ "0x497BF74A7B9CB952": { "name": "SET_PED_HEAD_OVERLAY_TINT", "jhash": "", - "comment": "\n\nColorType is 1 for eyebrows, beards, and chest hair; 2 for blush and lipstick; and 0 otherwise, though not called in those cases.\n\nCalled after SET_PED_HEAD_OVERLAY().", + "comment": "colorCount is 2 for Makeup.\ncolorCount is 1 for Facial Hair, Eyebrows, Blush, Lipstick and Chest Hair.\ncolorCount is 0 for everything else, though not called in those cases.\n\nCalled after SET_PED_HEAD_OVERLAY().", "params": [ { "type": "Ped", @@ -73102,7 +73102,7 @@ }, { "type": "int", - "name": "colorType" + "name": "colorCount" }, { "type": "int",