SetEntityAlpha — FiveM Natives
0x44A0870B7E92D7C0 · ENTITY · all
This native sets the entity's alpha level.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | The entity to change the alpha for. |
| alphaLevel | int | The alpha level ranges from 0 to 255, but changes occur every 20% (every 51). |
| skin | BOOL | Whether or not to change the alpha of the entity's skin. |
Returns
void