GTA V NativesplayerPlayer::taskWanderInAreaOn this pagePlayer::taskWanderInAreaSyntax ```js player.taskWanderInArea(x, y, z, radius, minimalLength, timeBetweenWalks); ``` Required Arguments x: float y: float z: float radius: float minimalLength: float timeBetweenWalks: float Return value Undefined Example ```js // todo ``` See also