16.10.2009, 01:22
the XYZ is returned
so
x,y is now the coords 5.0 units in front of that player.
got it?
so
pawn Код:
new Float:x, Float:y;
GetXYInFrontOfPlayer(playerid,x,y,5.0);
got it?