GTA V NativeswaterWater::modifyWaterOn this pageWater::modifyWaterSets the water height for a given position and radius. Syntax ```js mp.game.water.modifyWater(x, y, radius, height); ``` Required Arguments x: float y: float radius: float height: float Return value Undefined Example ```js // todo ``` See also