SA-MP Forums Archive
Camera attached to object - windows/linux server - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: Camera attached to object - windows/linux server (/showthread.php?tid=546126)



Camera attached to object - windows/linux server - KubiPL - 13.11.2014

Hello,
I'm using flymode made by Kalcor and for few days, when I enable it on my local windows server, client get Loading screen.
I tested it on dedic server which is on linux and everything works fine.
I'm using the same plugins, look at this code:

Код:
noclipdata[playerid][flyobject] = CreatePlayerObject(playerid, 19300, X, Y, Z, 0.0, 0.0, 0.0);
	TogglePlayerSpectating(playerid, true);
	AttachCameraToPlayerObject(playerid, noclipdata[playerid][flyobject]);