GTA V NativesvehicleVehicle::attachToCargobobOn this pageVehicle::attachToCargobobSyntax ```js vehicle.attachToCargobob(cargobob, p2, x, y, z); ``` Required Arguments cargobob: Vehicle handle or object p2: int x: float y: float z: float Return value Undefined Example ```js // todo ``` See also