GTA V NativesplayerPlayer::taskGotoOffsetOn this pagePlayer::taskGotoOffsetSyntax ```js player.taskGotoOffset(p1, p2, x, y, z, duration); ``` Required Arguments p1: unknown (to be checked) p2: unknown (to be checked) x: float y: float z: float duration: int Return value Undefined Example ```js // todo ``` See also