GTA V NativesvehicleVehicle::isAnyVehicleNearPointOn this pageVehicle::isAnyVehicleNearPointSyntax ```js mp.game.vehicle.isAnyVehicleNearPoint(x, y, z, radius); ``` Required Arguments x: float y: float z: float radius: float Return value Boolean Example ```js // todo ``` See also