Is Point right or left from player
#1

How to detect is point left or right from player?


left point < Player Point > right point
(x,y,z) (x,y,z) (x,y,z)

Quote:

IsLForRG(playerid,Float,Float:y,Float:z)
{
new Float:X,Float:Y,Float:Z,Float:Ang;
GetPlayerPos(playerid, X, Y, Z);
GetPlayerFacingAngle(playerid, Ang);
//And now what??

}

Reply


Messages In This Thread
Is Point right or left from player - by Azazelo - 06.11.2012, 19:30
Re: Is Point right or left from player - by adsy - 07.11.2012, 11:29

Forum Jump:


Users browsing this thread: 1 Guest(s)