05.03.2012, 12:27
This is a really nooby question, but I haven't scripted in ages lmfao.
I'm just messing around and I can not come up with a way to make my character FACE the stupid camera.
Here's the coordinates:
I'm just messing around and I can not come up with a way to make my character FACE the stupid camera.
Here's the coordinates:
Код:
public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid, 1544.2389,-1360.1006,329.4627); SetPlayerCameraPos(playerid, 1544.2495,-1354.9449,329.4715); SetPlayerCameraLookAt(playerid, 1544.2389,-1360.1006,329.4627); return 1; }