camera position
#1

hi,

How would i get it done that the camera of a player would show down to the bottom?
E.g. if the player was in the air then he would see the bottom and not straigt to somewhere?
I know i have to use setplayercamerapos for this but what coordinates?

thx
Reply
#2

If you just want a aerial view

pawn Код:
new
    Float: X = 5.0,
    Float: Y = 5.0,
    Float: Z = 1000.0;
SetPlayerCameraPos(playerid, X, Y, Z);
SetPlayerCameraLookAt(playerid, X, Y, Z - 1.0);
Reply
#3

thank you so much for ur response

errr, was heiЯt aerial?

Will the player whos camera is gonna be changed also disappear (like its the case while using PlayerSpectatePlayer)
or will the certain player just stay where he is and just his camera is gonna be changed?
Reply
#4

@OFFTOPIC Hab nur Vogelperspektive im Ьbersetzer gejagt, aerial view kam raus

No with this only the camera moves, to let the player disappear change his virtual world
Reply
#5

ok thx alot nero

Bird's view heiЯt Vogelperspektive
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)