Use this script every time you want turret to look at crazy player (usually in a while(1) loop)

It considers you have an entity named "tank" and another one named "tank_turret"

Code:
vec_set(temp,player.x);
vec_sub(temp2,tank.x);
vec_to_angle(tank_turret.pan,temp);




every body got some dues in life to pay