Posts: 496
Threads: 63
Joined: Jan 2010
Reputation:
0
Okay, so I am trying to edit the tutorial system I currently have
but when I take the coords, I always screw it up for
SetCameraLookAt, and etc. Can someone help me with getting the coords for these desired places, and etc.
I know I should post at the Script request or something. But if someone can help me, please PM me or reply!
Posts: 496
Threads: 63
Joined: Jan 2010
Reputation:
0
See that's where it confuses me..... can I just use the same coordinates for both and for SetPlayerPos because when I do it just goes too a white screen, it's stupid. lol
Posts: 496
Threads: 63
Joined: Jan 2010
Reputation:
0
See, that's confusing...
I have an issue understanding people well. So it's kind of hard to understand you. Haha.
Posts: 867
Threads: 104
Joined: Jul 2010
Reputation:
0
Oh lord, look you have an apple on coordinates X=0 Y=0 Z=0 and orange on X=5 Y=5 Z=5, With SetPlayerCameraPos you set position where camera should be, lets imagine camera as an Arrow, So with SetPlayerCameraPos you will set that arrow on some position, lets say now X=10 Y=10 Z=10, now with SetPlayerCameraLookAt you will set position where that arrow should point, if you set X=0 Y=0 Z=0 It will point on Apple and if you set X=5 Y=5 Z=5 it will point on orange, that is for camera too, if you set X=0 Y=0 Z=0 your camera would look at Apple and if you set X=5 Y=5 Z=5 your camera would look at orange. Understood now?
Posts: 496
Threads: 63
Joined: Jan 2010
Reputation:
0
I like scripting, I have done it since 2009... It's just some things take me forever to understand... U know?