GTA V NativesfireFire::getClosestFirePosOn this pageFire::getClosestFirePosReturns Vector3 if it found something. FALSE if not. Syntax ```js mp.game.fire.getClosestFirePos(outPosition, x, y, z); ``` Required Arguments outPosition: Vector3 x: float y: float z: float Return value Vector3 Example ```js // todo ``` See also