Client/Natives/IV/taskCarDriveWander: Difference between revisions

m
fixed a typo
(used template for formatting)
m (fixed a typo)
Line 42: Line 42:


// let the localPlayer drive around with this car
// let the localPlayer drive around with this car
natives.taskCarDriveWander(localPLayer, thisVeh, driveSpeed, driveStyle);
natives.taskCarDriveWander(localPlayer, thisVeh, driveSpeed, driveStyle);


return true;
return true;
21

edits