GTA V NativesplayerPlayer::taskAimGunAtCoordOn this pagePlayer::taskAimGunAtCoordSyntax ```js player.taskAimGunAtCoord(x, y, z, time, p5, p6); ``` Required Arguments x: float y: float z: float time: int p5: Boolean p6: Boolean Return value Undefined Example ```js // todo ``` See also