02.04.2013, 02:32
Ay guys, well I started making something, and I could use your help, anyone got any idea on how to set players camera above him, and looking down at him? So far I made this:
I've attached the object and seted the object heigh so the player can look down, anyone got any idea on how to prevent him from moving it? Or for example how to make the camera just to look down at the player.
Код:
new object = CreateObject(19300, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 200.0); AttachObjectToPlayer(object, playerid, 0, 0, 10, 0.0, 1.5, 2); AttachCameraToObject(playerid, object);