GTA V NativesplayerPlayer::taskShootAtCoordOn this pagePlayer::taskShootAtCoordSyntax ```js player.taskShootAtCoord(x, y, z, duration, firingPattern); ``` Required Arguments x: float y: float z: float duration: int firingPattern: Model hash or name Return value Undefined Example ```js // todo ``` See also