Author Topic: spawnControlableProjectile  (Read 1802 times)

Unless something has changed, you cannot change the direction a projectile is moving in-game. The projectile will change, but none of the clients will get the change, meaning that the only solution is to create a whole new projectile each time it changes directions, even slightly. Alternatively, make the projectile a vehicle, and you *still* have problems.

Alternatively, make the projectile a vehicle, and you *still* have problems.
Make it a bot. No problems.