i have a question concerning c_trace.. here is my code
Code:

if (vec_dist(my.x,player.x)<1000)
{
vec_set(temp,vector(1000,0,0));
vec_rotate(temp,tAng);
vec_add(temp,vector(my.x,my.y,my.z+32));
c_trace(vector(my.x,my.y,my.z),temp,USE_BOX|IGNORE_ME|IGNORE_YOU|IGNORE_PASSABLE|IGNORE_SPRITES);
if (you)
{
if (you == player && shoot_pause<0)
{
shoot(gPos);
shoot_pause = 30;
wait(1);
}
}
}



this works, however, if i dont use USE_BOX it doesnot work, what could eb the cause?


www.earthcontrol.de
quoted: We want to maintain a clean, decent, American family suited forum look... which means you may post zombies or chainsaw massacres, but no erotic.