Question
#1

Well, I have this :

Код:
    InterpolateCameraPos(playerid, 1668.9432,-1458.1198,120.6119, 1506.6499,-1675.8396,41.2007, 3000, CAMERA_MOVE);
    InterpolateCameraLookAt(playerid, 1586.5640,-1281.9943,120.6119, 1554.6344,-1675.5366,16.1953, 3000, CAMERA_MOVE);
I am trying to move it to somewhere else but the I don't understand the coordonates because this is the coordonates I get of /save. What each number means ?

Код:
1295.9314,-1021.5970,1085.9760,0.3367
Reply
#2

its
pawn Код:
(x,y,z,ang);
but use the first 3 the x,y,z
Reply
#3

I still don't understand because there are 6 coordonates not 3.

1668.9432,-1458.1198,120.6119, 1506.6499,-1675.8396,41.2007
Reply
#4

its rotations :
pawn Код:
(x,y,z,rot:x,rot:y,rot:z);
Reply
#5

Quote:
Originally Posted by xMCx
Посмотреть сообщение
its rotations :
pawn Код:
(x,y,z,rot:x,rot:y,rot:z);
How do I get the rotations ? Better question : There is a filescript to make this kind of this for tutorials ?
Reply
#6

Quote:
Originally Posted by Eugene.
Посмотреть сообщение
How do I get the rotations ? Better question : There is a filescript to make this kind of this for tutorials ?
I dont know, but the rots shows when you create the objects , usualy its ok as 0,0,0
Reply
#7

Quote:
Originally Posted by xMCx
Посмотреть сообщение
I dont know, but the rots shows when you create the objects , usualy its ok as 0,0,0
I tried with 0 and isn't working. It shows me somewhere in San Fierro when I setted it up for Fort Carson
Reply
#8

if its an object , send us the variable of it
ex:
pawn Код:
camera = (x,y,z,rot:x,rot:y,rot:z);
Reply
#9

Isn't an Object. I am trying to make the tutorial of my RP server with camera movement or something like that. I am not really good on this but I did first 1 and other parts of tutorial is requesting InterpolateCameraPos and InterpolateCameraLookAt to make it camera moveable to the coordonates.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)