Great Camera Positioner I got the cords but I don't know how to use it.. I got the cords of
Код:
/setcam 364, 151, 1025
/lookathere 363, 155, 1025
Код:
SetPlayerCameraPos(playerid, 364, 151, 1025);
SetPlayerCameraLookAt(playerid, 363, 155, 1025);
I put this in my pawn file in the right place but the cords goes wrong it looks at some where else it looks outside which is all blue/purple and has a little yellow icon rotating. Is that the correct cord layout? I swear there is meant to be more digits...
My scripts is running on ModernTopia 1.0 and I would like the change the camera view at the moment the camera view is here.
Код:
SetPlayerCameraPos(playerid, 25.3292,1199.5938,1.2533);
SetPlayerCameraLookAt(playerid, 32.3450,1199.5938,183.1334);
See it has more digits, is the camera broken or what?
Also to make it even better for me, for me to learn more here is my /save position I would like to know what the specific x, y and z cords.
Код:
AddPlayerClass(101,364.1048,151.1456,1025.7964,355.7434,0,0,0,0,0,0); //
AddPlayerClass(101,364.0675,156.5496,1025.7964,0.4435,0,0,0,0,0,0); //
I can't just dump the cords into
Код:
SetPlayerCameraPos(playerid0
it won't work... I need to know which digit is x and y etc...
THANKS! Who ever will help me! Sitting here for hours saying WTFMan...
Edit://
I know why it was all purple/blue because my camera is in an interior (CityHall) but I've seen on loads of Servers they have there setcam in interiors just like CityHall can anyone help me fix it? THANKS!