SetHeliCombatOffset — FiveM Natives
0x0A3F820A9A9A9AC5 · VEHICLE · all
Set a specific offset for helis chasing target in combat `` NativeDB Introduced: v1180 ``
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | Helicopter for which the combat offset is being set. |
| x | float | Offset along the X-axis (left/right) relative to the helicopter's current position and orientation |
| y | float | Offset along the Y-axis (forward/backward) relative to the helicopter's current position and orientation |
| z | float | Offset along the Z-axis (up/down) relative to the helicopter's current position and orientation. |
Returns
void