I'm making a game with turrets and bots included and I wanted to make some SmartAim()
function that will make them "smarter" and they will predict the position and shoot so they will almost never miss.
I tried to search and code my own program but there is still one thing missing: the bullet and target SPEED. i am moving bullets trough Sin()
and Cos()
but i never managed to get it right