26.05.2009, 16:20
k but now, i need to see if someone is standing in front of him within 10 'coords' but should i do it like this? :
or how? X:
pawn Код:
GetPlayerPos(playerid, x, y, z);
for(new i;i <MAX_PLAYERS;i++) {
If(PlayerToPoint(10.0, i, x,y,z)) { print("fail"); } }