OnPlayerConnect Camera problem - 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: OnPlayerConnect Camera problem (
/showthread.php?tid=444659)
OnPlayerConnect Camera problem -
Tanush123 - 17.06.2013
Well i want to make if someone connects, it faces here
pawn Код:
SetPlayerPos(playerid,3038.5408,1162.5400,23.6939);
SetPlayerFacingAngle(playerid,85.8876);
SetCameraBehindPlayer(playerid);
SetPlayerCameraPos(playerid,3038.5408,1162.5400,23.6939);
SetPlayerCameraLookAt(playerid,3038.5408,1162.5400,23.6939);
But for some reason it doesn't work. What did i do wrong?
AW: OnPlayerConnect Camera problem -
HurtLocker - 17.06.2013
put that in a timer and call it in onplayerconnect