OnPlayerRequestClass Help
#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


Messages In This Thread
OnPlayerRequestClass Help - by James Coral - 29.01.2013, 03:27
Re: OnPlayerRequestClass Help - by Bakr - 29.01.2013, 05:20
Re: OnPlayerRequestClass Help - by Glad2BeHere - 29.01.2013, 06:01

Forum Jump:


Users browsing this thread: 1 Guest(s)