26.05.2009, 15:26
Hey, i want to create a function or smth like this: IsPlayerFacingPos(playerid, x, y, z); but what do i need to include there, GetPlayerFacingAngle and than some maths, can someone work this out for me ?
GetPlayerPos(playerid, x, y, z);
for(new i;i <MAX_PLAYERS;i++) {
If(PlayerToPoint(10.0, i, x,y,z)) { print("fail"); } }