OnPlayerRequestClass Help
#1

I want to change view when player Choosing skin but

that filterscript is so bugged : http://forum.sa-mp.com/showthread.ph...ght=ClassMaker

someone?
Reply
#2

There is no need to use that filterscript anyway. Just go into the game, see where you want the player to stand and use the default /save command. Then goto where you want the camera to be placed and use the command again. Once you have done that, navigate to your savedpositions.txt folder and extract the XYZ coordinates accordingly.
pawn Код:
SetPlayerPos(playerid, firstX, firstY, firstZ);
SetPlayerFacingAngle(playerid, firstA);
SetPlayerCameraPos(playerid, secondX, secondY, secondZ);
SetPlayerCameraLookAt(playerid, firstX, firstY, firstZ);
Reply
#3

this should help u https://sampforum.blast.hk/showthread.php?tid=376170
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)