turret cod 8 directions
Posted: Sat Nov 29, 2008 7:55 pm
Can some one give me a script to make this turret face the player? Thanks
angle=direction(x, y, player.x, player.y);
animpos=round(angle/(360/nframes));
animpos=round(angle/45);