GTA V NativesplayerPlayer::setMinGroundTimeForStungunOn this pagePlayer::setMinGroundTimeForStungunPed will stay on the ground after being stunned for at lest ms time. (in milliseconds) Syntax ```js player.setMinGroundTimeForStungun(ms); ``` Required Arguments ms: int Return value Undefined Example ```js // todo ``` See also