resetWaterLevel
Client-side
Server-side
Shared
This page is incomplete! Help wanted!
Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.
This function resets the water of the GTA world back to its default level. Water elements are not affected.
Syntax
resetWaterLevel ( )Code Examples
server
This example adds a commandresetwaterlevelwith which a player can reset the water level.
function changeWaterLevelBackToNormal () resetWaterLevel ()endaddCommandHandler ( "resetwaterlevel", changeWaterLevelBackToNormal )