SA-MP Forums Archive
Stupid question - 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: Stupid question (/showthread.php?tid=237403)



[SOLVED]Stupid question - yoan103 - 09.03.2011

I've made some player classes at certain coordinates, HOW DO I SET THE CAMERA TO SHOW MY PLAYER WHEN I WANT TO CHANGE CHARACTERS/SKINS


Re: Stupid question - Medal Of Honor team - 09.03.2011

SetPlayerFacingAngle


Re: Stupid question - yoan103 - 09.03.2011

Facing Angle I want the camera to show my player, it just shows something else, not my player


Re: Stupid question - yoan103 - 09.03.2011

I am talking about this
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid,2494.3813,-1666.6300,13.3438);
now how do i set this?
pawn Код:
SetPlayerCameraPos(playerid, x, y, z);
do i need to change the coordinates of some sort at the setplayercamerapos so it can show my player


Re: Stupid question - Mean - 09.03.2011

SetPlayerCameraLookAt.