Forum Mod Bakery Docs

Modding Street Race 3

Posted in Support
Please login to contribute to the conversation.
I figured out the issue. The game doesn't like that the car's AI is being set to "target" twice, which was something that I was unaware of.

To fix your issue, change ActivateVehicle("clone_v","NULL","target"); to:

ActivateVehicle("clone_v","NULL","evade");
Try that, and it should work.
Sorry for late reply , but it worked , thanks