Quote:
|
Originally Posted by XxAvalanchexX
Let's say you trace a line from x to z.
x-----|----z
Oh no, a wall is in the way! Since the line couldn't trace all the way to z without an obstacle, we return the origin of where it did get to, in this case it would be at |.
It has limited application.
|
i know.but can i change the end position use set_tr ?
i want to change the Traces where a player is aiming.
this set_tr(TR_pHit,pentToSkip) make users shoot themselves ,
i guess this is change the endpos back to player.
so if i change the position of z, the trace will be changed ?
change this :
x-------z
to:
z
|
|
|
x
__________________