[BUG] AttachCameraToPlayerObject
#9

if you do it with an player object that is attached to the player itself (as i did for my firstperson cam) it will fuck up the coordinates of the camera somehow.
If your using it for cars or attached vehicle objects its working fine.

This solution as you see here works: //even though partly
Код:
new pObject[MAX_PLAYERS];

forward attachcamtohead(playerid);
public attachcamtohead(playerid)
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid,X,Y,Z);
pObject[playerid] = CreatePlayerObject(playerid, 19300, X, Y, Z+0.65, 0.0, 0, 0.0);
SetPlayerAttachedObject(playerid, 3, pObject[playerid], 2, 0.101, -0.0, 0.0, 5.50, 84.60, 83.7, 1, 1, 1);
AttachCameraToPlayerObject(playerid,pObject[playerid]);
return 1;
}
but what is the spectate thingy good for ?
Reply


Messages In This Thread
[BUG] AttachCameraToPlayerObject & UPTIME - by Memoryz - 26.04.2013, 01:14
Re: [BUG] AttachCameraToPlayerObject - by Baboon - 26.04.2013, 05:50
Re: [BUG] AttachCameraToPlayerObject - by Pottus - 26.04.2013, 09:08
Re: [BUG] AttachCameraToPlayerObject - by Memoryz - 03.05.2013, 20:48
Re: [BUG] AttachCameraToPlayerObject - by mastermax7777 - 03.05.2013, 21:50
Re: [BUG] AttachCameraToPlayerObject - by Memoryz - 04.05.2013, 22:05
Re: [BUG] AttachCameraToPlayerObject - by DRIFT_HUNTER - 03.06.2013, 10:29
Re: [BUG] AttachCameraToPlayerObject - by GiamPy. - 03.06.2013, 10:57
Re: [BUG] AttachCameraToPlayerObject - by redreaper666 - 04.06.2013, 13:01
Re: [BUG] AttachCameraToPlayerObject - by Memoryz - 30.06.2013, 03:34
Re: [BUG] AttachCameraToPlayerObject - by Dragony92 - 09.08.2013, 15:47
Re: [BUG] AttachCameraToPlayerObject - by Memoryz - 11.05.2014, 16:28
Re: [BUG] AttachCameraToPlayerObject - by Mattakil - 13.05.2014, 01:07
Re: [BUG] AttachCameraToPlayerObject - by Basssiiie - 13.05.2014, 17:24
Re: [BUG] AttachCameraToPlayerObject - by Johnak - 14.05.2014, 10:14
Re: [BUG] AttachCameraToPlayerObject - by iFarbod - 15.05.2014, 08:05

Forum Jump:


Users browsing this thread: 1 Guest(s)