SetVehicleShootAtTarget — FiveM Natives
0x74CD9A9327A282EA · VEHICLE · all
`` Commands the driver of an armed vehicle (p0) to shoot its weapon at a target (p1). p3, p4 and p5 are the coordinates of the target. Example: WEAPON::SET_CURRENT_PED_VEHICLE_WEAPON(pilot,GAMEPLAY::GET_HASH_KEY("VEHICLE_WEAPON_PLANE_ROCKET"));VEHICLE::SET_VEHICLE_SHOOT_AT_TARGET(pilot, target, targPos.x, targPos.y, targPos.z); ``
Parameters
| Name | Type |
|---|---|
| driver | Ped |
| entity | Entity |
| xTarget | float |
| yTarget | float |
| zTarget | float |
Returns
void