29.09.2010, 01:30
It'll store the values into pre-defined variables, for example:
That will get the X and Y coordinates 5.0 units in front of the player. (Which store in x and y)
pawn Код:
new Float:x, Float:y;
GetXYInfrontOfPlayer(playerid, x, y, 5.0);