SetGhostedEntityAlpha — FiveM Natives
0x658500AE6D723A7E · NETWORK · all
Sets the alpha value used by _SET_LOCAL_PLAYER_AS_GHOST, SET_NETWORK_VEHICLE_AS_GHOST, and _NETWORK_SET_ENTITY_GHOSTED_WITH_OWNER. 'Solidness' cannot be achieved using 255 - this will have the opposite effect of it defaulting to 128 it seems (or just having no effect at all).
Parameters
| Name | Type | Description |
|---|---|---|
| alpha | int | A value between 1 and 254. Default: 128 |
Returns
void