0xf83d0febe75e62c9 — FiveM Natives
0xF83D0FEBE75E62C9 · HUD · all
`` NativeDB Added Parameter 9: int hudColour NativeDB Introduced: v1290 ` Sets the 'data' for a cone for a blip See here for the hud colours for the cone Name in scripts: SETUP_FAKE_CONE_DATA() For people who don't know how to convert degrees to radians and the other way around: ` degrees = radians 180 / pi radians = degrees pi / 180 ``
Parameters
| Name | Type | Description |
|---|---|---|
| blip | Blip | A blip from an entity. The entity can not be a ped. The width and length will not change if it is a ped. |
| p1 | Any | \-1.0 in decompiled scripts (unk) |
| p2 | Any | 1.0 in decompiled scripts (unk) |
| width | float | Width of the cone (0.0 to ~3.0) |
| p4 | Any | 1.0 in decompiled scripts (unk) |
| length | float | Length of the cone. (8.2 is 'normal' sized) |
| heading | float | This heading is in radians, this can be calculated with (heading + 180.00) \* (pi/180) |
| p7 | Any | 1 in decompiled scripts (unk) |
Returns
void