How to stop player 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: How to stop player camera ? (
/showthread.php?tid=422785)
How to stop player camera ? -
PaulDinam - 15.03.2013
If I did.
pawn Код:
SetPlayerCameraPos(playerid, 212.6505, -98.5601, 1006.0);
SetPlayerCameraLookAt(playerid, 217.8763, -98.5028, 1005.2578);
And I want to stop it, like set the player position
Re: How to stop player camera ? -
Glad2BeHere - 15.03.2013
the name says it all...just add the w/e its needed and tada camera back to normal
Код:
SetCameraBehindPlayer(playerid);
Re: How to stop player camera ? -
PaulDinam - 15.03.2013
oh thanks man.