/watch vip
#3

Take a look at the code - see those //OLD CODES comments? Those are lines you have to change. In SetPlayerPos - well, that's the point where the player is "standing", and we don't want him to interfere so we're placing him at -80.0 Z coord. Now "SetPlayerCameraPos" this is point from player looks at coords marked by "SetPlayerCameraLookAt". So that one should be right before your location:
pawn Код:
SetPlayerCameraPos(playerid, 1316.63 - 1.0, -1424.21 - 10.0, 27.13 + 2.0);
I added example offsets: -1.0 to X axis, -10.0 to Y axis, and +2.0 to Z axis. Change them however you want to look at the building.
And you should look directly at it, so simply.
pawn Код:
SetPlayerCameraLookAt(playerid, 1316.63, -1424.21, 27.13);
Reply


Messages In This Thread
/watch vip - by Trevor Gin - 09.03.2015, 11:41
Re: /watch vip - by CalvinC - 09.03.2015, 11:55
Re: /watch vip - by Misiur - 09.03.2015, 11:58
Re: /watch vip - by Trevor Gin - 09.03.2015, 12:35
Re: /watch vip - by Trevor Gin - 09.03.2015, 12:46
Re: /watch vip - by Misiur - 09.03.2015, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)