AddPlayerClass problem
#6

Quote:
Originally Posted by BenzoAMG
Посмотреть сообщение
First of all, your camera (SetPlayerCameraLookAt) is not even looking at your player... (SetPlayerPos), you should match both the SetPlayerCameraLookAt function coordinates with those listed in SetPlayerPos, unless of course you're looking for an alternative outcome.

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerInterior(playerid, 3);
    SetPlayerPos(playerid,2496.0662,-1700.2719,1014.7422);
    SetPlayerCameraPos(playerid,2495.9863,-1704.4697,1014.7422);
    SetPlayerCameraLookAt(playerid,2496.0662,-1700.2719,1014.7422,2);
    SetPlayerFacingAngle(playerid,180.0);
    return 1;
}
Thank you,+rep
Reply


Messages In This Thread
AddPlayerClass problem - by Plovix - 29.01.2013, 14:23
Re: AddPlayerClass problem - by DaRk_RaiN - 29.01.2013, 14:28
Re: AddPlayerClass problem - by Plovix - 29.01.2013, 14:33
Re: AddPlayerClass problem - by Plovix - 30.01.2013, 05:24
Re: AddPlayerClass problem - by Threshold - 30.01.2013, 05:29
Re: AddPlayerClass problem - by Plovix - 30.01.2013, 12:43

Forum Jump:


Users browsing this thread: 1 Guest(s)