CreateAirDefenseSphere — FiveM Natives
0x91EF34584710BE99 · WEAPON · all
Both coordinates are from objects in the decompiled scripts. Native related to \_0xECDC202B25E5CF48 p1 value. The only weapon hash used in the decompiled scripts is weapon_air_defence_gun. These two natives are used by the yacht script, decompiled scripts suggest it and the weapon hash used (valkyrie's rockets) are also used by yachts.
Parameters
| Name | Type | Description |
|---|---|---|
| x | float | X coordinate |
| y | float | Y coordinate |
| z | float | Z coordinate |
| radius | float | Unknown float 150.0 is used in freemode script. |
| p4 | float | X coordinate |
| p5 | float | Y coordinate |
| p6 | float | Z coordinate |
| weaponHash | Hash | weapon_air_defence_gun and 0 are used in the decompiled scripts. |
Returns
int