Can't choose character!
#10

In my last reply I added a few units to the y position so the camera would be in front of, and look at, the player. You can go into debug and get new coordinates. The method I use is find the place I want the player to stand, type /save, then walk a few steps forward (without changing camera view), and type /save once more. Then I set up my functions like so:
pawn Код:
SetPlayerPos( playerid, /* x, y, z from first saved line */ );
SetPlayerFacingAngle( playerid, /* a from first saved line */ );
SetPlayerCameraPos( playerid, /* x, y, z from second line */ );
SetPlayerCameraLookAt( playerid, /* x, y, z from first saved line */ );
Reply


Messages In This Thread
Can't choose character! - by samtey - 17.07.2011, 20:53
Re: Can't choose character! - by MadeMan - 17.07.2011, 21:07
AW: Can't choose character! - by samtey - 18.07.2011, 06:08
AW: Can't choose character! - by samtey - 18.07.2011, 06:43
Re: Can't choose character! - by [GTA]AmericanGangster - 18.07.2011, 06:47
AW: Can't choose character! - by samtey - 18.07.2011, 06:57
AW: Can't choose character! - by samtey - 18.07.2011, 07:06
Re: Can't choose character! - by Bakr - 18.07.2011, 07:12
AW: Can't choose character! - by samtey - 18.07.2011, 07:40
Re: Can't choose character! - by Bakr - 18.07.2011, 08:02

Forum Jump:


Users browsing this thread: 1 Guest(s)