Posts: 193
Threads: 65
Joined: Oct 2009
Reputation:
0
i dunno if it's only at 0.3 but i have my own server and at other servers you can see the skin to choose at the begin when you connect but by me you can't see it.. i need to add something for it or is it a bug or something.
Posts: 367
Threads: 9
Joined: Jul 2007
Reputation:
0
Change SetCameraLookAt, SetPlayerPos, SetPlayerCameraPos. Try changing it under OnPlayerRequestClass.
Posts: 1,954
Threads: 79
Joined: Aug 2009
Reputation:
0
You need to Change the Coords on "OnPlayerRequestClass" To the coords you want your Classes to show at.
If You take a look at your "OnPlayerRequestClass" function,You will see you have:
1.[b]SetPlayerPos(X,Y,Z);-Your class's Position while choosing a skin.
2.[b]SetPlayerCameraPos(X,Y,Z)-The Position of the Camera.
3.[b]SetPlayerCameraLookAt(X,Y,Z)-The Direction the camera will look at(I Guess),Just copy the X,Y,Z from the SetPlayerPos.
Just go to your server/Debug,go to the place you Wish your classes to Be Posited at,And type /Save.
Now go to the place you want the camera that looks at the player Be posited at,And type /Save.
Now go to Pawn,And replace the original positions,with the Ones you've saved.