Oh damn. THAT could be the misstake...I thought it was me -.-. Ok the c_trace line is:
Code:
vec_set(temp_vec,vector(my.x+my.max_x,my.y,my.z));
		vec_rotate(temp_vec,my.pan);
		vec_set(temp_vec2,vector(my.x+my.max_x+5,my.y,my.z));//scanne ein kleines wenig vor
		vec_rotate(temp_vec2,my.pan);
		
		c_trace(temp_vec,temp_vec2,IGNORE_ME);


I want that the ent traces a little bit infront of itself.

But now it makes sense. It doesn't find the car^^. Sorry as I sayed. I thought I had "you" standing there smile. Then I can finally search why it isn't finding.
Thanks already