SA-MP Forums Archive
Help With SetPlayerFacingAngle - 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: Help With SetPlayerFacingAngle (/showthread.php?tid=135580)



Help With SetPlayerFacingAngle - YoungMoolaBaby.2010 - 21.03.2010

How can i make player caning angle wright and front of player b4 login in not right and front of him but so u can c his full body like on szr gta here is my code
Код:
		  SetPlayerInterior(playerid,0);
			SetPlayerPos(playerid,1354.8873,303.7445,19.5547);
			SetPlayerFacingAngle(playerid,180);
			SetPlayerCameraPos(playerid, 1334.0227,301.5565,19.4063);
			SetPlayerCameraLookAt(playerid, 1352.3865,296.6885,19.4063);



Re: Help With SetPlayerFacingAngle - YoungMoolaBaby.2010 - 21.03.2010

Any Help....


Re: Help With SetPlayerFacingAngle - YoungMoolaBaby.2010 - 21.03.2010

can someone help me please...


Re: Help With SetPlayerFacingAngle - Babul - 21.03.2010

like this maybe?
Код:
			SetPlayerInterior(playerid,0);
			SetPlayerPos(playerid,1354.8873,303.7445,19.5547);
			SetPlayerFacingAngle(playerid,180);
			SetPlayerCameraPos(playerid, 1356.8873,301.7445,19.5547);
			SetPlayerCameraLookAt(playerid, 1354.8873,303.7445,19.5547);



Re: Help With SetPlayerFacingAngle - YoungMoolaBaby.2010 - 21.03.2010

i tried but nope did u ever play szr gta i want it like that....


Re: Help With SetPlayerFacingAngle - iLcke - 21.03.2010

Can't really understand what your saying.


Are you asking how to make the player face right, using SetPlayerFacingAngle?

use:
https://sampwiki.blast.hk/wiki/Function:...yerFacingAngle