Skip to main content

Graphics::addPetrolDecal

Syntax

```js mp.game.graphics.addPetrolDecal(x, y, z, groundLvl, width, transparency); ```

Required Arguments

  • x: float
  • y: float
  • z: float
  • groundLvl: float
  • width: float
  • transparency: float

Return value

  • unknown (to be checked)

Example

```js // todo ```

See also