Posts: 41
Threads: 15
Joined: Jul 2012
Reputation:
0
28.06.2014, 22:08
(
Последний раз редактировалось Hantex.; 28.06.2014 в 22:45.
)
How can i detect if a player is in front of an object?
Posts: 2,593
Threads: 34
Joined: Dec 2007
Posts: 864
Threads: 57
Joined: Jan 2013
Reputation:
0
GetPlayerCameraFrontVector should work to detect where exactly does the player look at.
Posts: 41
Threads: 15
Joined: Jul 2012
Reputation:
0
I need that the Angle of the player is in front of an object and not the Player camera.
Posts: 2,593
Threads: 34
Joined: Dec 2007
So just create area in front of object and next
if(IsPlayerInArea(areaid))
{
// code
}
Posts: 864
Threads: 57
Joined: Jan 2013
Reputation:
0
The problem is the same Jeff : how to detect where the "front of object" is ?
Posts: 74
Threads: 12
Joined: Dec 2011
Reputation:
0
use GetPlayerCameraFrontVector and check X And Y object pos. If X and Y camera = X and Y object bla bla bla