Quote:
|
2. And with what should be changed ?
|
I didn't said that it should be changed. I said that:
Quote:
|
2. ...check should be performed before...
|
Quote:
|
i'm not verry familiar with vectors, trace line and some stuff
|
You could use the updated fm_is_ent_visible with ignoremonsters == 1. And maybe inform the users that it is still insignificantly inaccurate for some of the "corner"-shot cases.
Also i'd recommend to replace
Code:
(mlist[random_num(0,1)])
with
Code:
mlist[random(sizeof mlist)]
Cleaner and without harcoding.