Posts: 484
Threads: 189
Joined: Jun 2016
Reputation:
0
Hi,
How do i force camera to OnPlayerConnect, instead camera look on santa maria beach i want change pos!
I did try with SetPlayerCameraPos & SetPlayerCameraLookAt but no work
Tnx
Posts: 111
Threads: 10
Joined: Feb 2016
Reputation:
0
You can't change that, you can change it in OnPlayerRequestClass but not the OnPlayerConnect camera sadly
Posts: 484
Threads: 189
Joined: Jun 2016
Reputation:
0
I did same at OnPlayerRequestClass but camera is still on same position as usuall
Posts: 322
Threads: 29
Joined: Feb 2012
Reputation:
0
He meant to say that you can change the camera pos and lookat when player is choosing a class, but it's not possible to change the default view at connection.
Posts: 484
Threads: 189
Joined: Jun 2016
Reputation:
0
How i can do that ? Change my own position example on OnDialogRespone or something ?