Skip to main content

Player::taskShootAtCoord

Syntax

```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