[Help] BUG 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: [Help] BUG CAMERA (
/showthread.php?tid=660664)
[Help] BUG CAMERA -
ZKDarkOMG - 09.11.2018
Hi. When I use the camera (either SetPlayerCameraPos / SetPlayerCameraLookAt or InterpolateCameraPos / InterpolateCameraLookAt), or the editor to move the camera (
https://sampforum.blast.hk/showthread.php?tid=330879, that is, I put the command within the game to edit and save a cinematographic camera) bugea me. The objects around, or the actors do not load. Does anyone know why it could be? I already tried with the TogglePlayerSpectating function and nothing happens.
Re: [Help] BUG CAMERA -
wallee - 09.11.2018
objects/actors/whatever load based on a players position and if you're only changing a player's camera those things won't load
Re: [Help] BUG CAMERA -
ZKDarkOMG - 10.11.2018
2 things.
1) I make a SetPlayerPos near where I put the camera. It does not work.
2) Is there a function to load them? Because I know a gamemode that does what I'm trying to do and it works... What will it have that works for it?