05.06.2012, 19:46
No
Don't place iTrargetId in a loop,
make a variable count = 0;
and for each car you are close to, the count goes ++;
Then just check if count > 0
Don't place iTrargetId in a loop,
make a variable count = 0;
and for each car you are close to, the count goes ++;
Then just check if count > 0

