SA-MP Forums Archive
skin. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: skin. (/showthread.php?tid=102311)



skin. - PANNA - 14.10.2009

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.


Re: skin. - whooper - 14.10.2009

Change SetCameraLookAt, SetPlayerPos, SetPlayerCameraPos. Try changing it under OnPlayerRequestClass.




Re: skin. - [XST]O_x - 14.10.2009

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.