Posts: 143
Threads: 50
Joined: Jan 2014
Reputation:
0
I mean when player register, the camera to move to the bank, to show text ,then to move to the LSPD and etc...
Posts: 618
Threads: 31
Joined: Feb 2011
Reputation:
0
See the wiki for
AttachCameraToObject
combine that with MoveObject and you can move your camera where ever you want
Posts: 772
Threads: 79
Joined: Dec 2012
Posts: 104
Threads: 6
Joined: May 2013
Reputation:
0
Use texdraws for making boxs that will include tutorial text.
Also, SetPlayerPos, SetPlayerCameraLookAt if you want static move, if you want camera move from point A to B use InterpolateCameraPos
Note, let SetPlayerPos be near the place on what you are looking.