NetworkFadeInEntity — FiveM Natives
0x1F4ED342ACEFE62D · NETWORK · all
Fade the given entity back in, usually used after the entity has been faded out with NETWORK_FADE_OUT_ENTITY When used on a entity which isn't invisible or faded out then the native will still work, it will just instanly make the ped invisible before fading in. Additional Parameters: * flash: If set to true the entity will flash while fading in.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | The entity to fade in |
| bNetwork | BOOL | When set to true the fade in will be networked. |
Returns
void