j-gassner

Results 1 comments of j-gassner

You have to replace ``if (_drivingMode >= 0) AI::TASK_VEHICLE_DRIVE_WANDER(ped, vehicle, _setSpeed, _drivingMode);`` with ``if (_drivingMode >= 0)AI::TASK_VEHICLE_DRIVE_TO_COORD(ped, vehicle, dir.x, dir.y, dir.z, _setSpeed, 1.0, vehicleHash, drivingStyle, 1.0, true);`` in ``Scenario.cpp``. ``dir.x``,...