SetBlipAlpha — FiveM Natives
0x45FF974EEE1C8734 · HUD · all
`` Sets alpha-channel for blip color. Example: Blip blip = HUD::ADD_BLIP_FOR_ENTITY(entity); HUD::SET_BLIP_COLOUR(blip , 3); HUD::SET_BLIP_ALPHA(blip , 64); ``
Parameters
| Name | Type |
|---|---|
| blip | Blip |
| alpha | int |
Returns
void