21.07.2011, 16:13
If you want to get XY left/right of player, you can check my AB script.
You can get it by modding GetXYInFrontOfPlayer's angle. For example, do:
and it will get X and Y right to player. +90 for left.
EDIT: It's not "angle" in GetXYInFrontOfPlayer, it's "a". I didn't exactly understand your question fully.
You can get it by modding GetXYInFrontOfPlayer's angle. For example, do:
pawn Код:
angle = angle - 90;
EDIT: It's not "angle" in GetXYInFrontOfPlayer, it's "a". I didn't exactly understand your question fully.