I've already found that last night, still thanks for willing to help
I've considered using PreThink too, but I'm not sure will trace_line function call the event, 'cause I need it to get called since the beam manipulation is in the event hook.
Now only problem is making it refresh faster.
OK, I've did this, but it's still at low refresh rate:
Code:
public hook_prethink(id) {
new Float:start_origin[3]
new Float:end_origin[3]
new Float:return_vec[3]
pev(id,pev_origin,start_origin)
pev(id,pev_endpos,end_origin)
fm_trace_line(id,start_origin,end_origin,return_vec)
}
Cheers ;)
Nidza