SA-MP Forums Archive
Problem With Camera - 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)
+--- Thread: Problem With Camera (/showthread.php?tid=307619)



Problem With Camera - Immortal_LTU - 31.12.2011

Hi All , I'm Having Problem With Camera . So The Problem Is That I Set'd Camera Position But When I Need To Select Skin , It Faces To The Wall Not To Camera . It's In Interior .

Quote:

1975.3653564453,1345.3391113281,-83.974998474121

Can Anyone Give Me Rotation ? With This Pos.

Thanks.


Re: Problem With Camera - wildcookie007 - 31.12.2011

pawn Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
SetPlayerCameraLookAt(playerid,x,y,z);



Re: Problem With Camera - niels44 - 31.12.2011

eehm can u post ur whole OnPlayerConnect thing here so we can fix it for u then i can help u i think


Re: Problem With Camera - niels44 - 31.12.2011

hellooo?