GTA V NativesgraphicsGraphics::addPetrolDecalOn this pageGraphics::addPetrolDecalSyntax ```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