SA-MP Forums Archive
camera position - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: camera position (/showthread.php?tid=307307)



camera position - PawnoQ - 30.12.2011

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


AW: camera position - Nero_3D - 30.12.2011

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);



Re: camera position - PawnoQ - 30.12.2011

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?


AW: camera position - Nero_3D - 30.12.2011

@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


Re: camera position - PawnoQ - 30.12.2011

ok thx alot nero

Bird's view heiЯt Vogelperspektive