GTA V NativesplayerPlayer::setSweatOn this pagePlayer::setSweatSweat is set to 100.0 or 0.0 in the decompiled scripts. Syntax ```js player.setSweat(sweat); ``` Required Arguments sweat: float Return value Undefined Example ```js // todo ``` See also