SA-MP Forums Archive
AttachCameraToObject glitchy - 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: AttachCameraToObject glitchy (/showthread.php?tid=592254)



AttachCameraToObject glitchy - FSAOskar - 22.10.2015

Hey,
just wondering if anyone else has the issue that the game starts flickering as soon as you attach your camera to an object which is attached to either a player or a vehicle ?
I remember it was working fine for me some time ago. I think the last time I've tried it without problems was on 0.3z.
Is anyone else having this problem or is my GTA/SAMP just messed up ?
I'm trying it like that:
Код:
AttachObjectToVehicle(obj, veh, 0.0, 0.0, -5.0, 0.0, 0.0, 0.0);
AttachCameraToObject(playerid, obj);