Question Teleport problem
#4

Oh right.

Well basically, you need to use "SetPlayerFacingAngle" FIRST, then use "SetCameraBehindPlayer".

So first, you need to make the player's character face towards grove street, and then move the camera behind them e.g.
pawn Код:
if(!strcmp(cmdtext,"/grove",true)){
    SetPlayerPos(playerid,....);
    SetPlayerFacingAngle(playerid,ANGLE);
    SetCameraBehindPlayer(playerid);
}
Reply


Messages In This Thread
Question Teleport problem - by royriky123 - 25.06.2012, 20:00
Re: Question Teleport problem - by Hawky133 - 25.06.2012, 20:07
Re: Question Teleport problem - by mickos - 25.06.2012, 20:14
Re: Question Teleport problem - by Hawky133 - 25.06.2012, 20:18

Forum Jump:


Users browsing this thread: 4 Guest(s)