GTA V NativesplayerPlayer::taskStandStillOn this pagePlayer::taskStandStillMakes the specified ped stand still for (time) milliseconds. Syntax ```js player.taskStandStill(time); ``` Required Arguments time: int Return value Undefined Example ```js // todo ``` See also