How to know where player aiming to another player coordinates?
#6

So if you have such function as GetPlayerTargetID, then you can easily do:
pawn Код:
new Float: pX, Float: pY, Float: pZ;
GetPlayerPos(GetPlayerTargetID(playerid), pX, pY, pZ);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)