13.04.2010, 19:56
Hello!
I am setting my new skin selection and got one problem. I have set everything right and ok. But my skin got wrong rotation in-game. Look at picture

Here is my script and my coordinates
How could I set right rotation without going in-game and setting camera again?
I am setting my new skin selection and got one problem. I have set everything right and ok. But my skin got wrong rotation in-game. Look at picture

Here is my script and my coordinates
Код:
public SetupPlayerForClassSelection(playerid)
{
SetPlayerPos(playerid, 1615.1621,-1744.6470,27.7999);
SetPlayerInterior(playerid, 0);
SetPlayerFacingAngle(playerid, 6.8458);
SetPlayerCameraPos(playerid, 1615.9957,-1748.2146,27.7493);
SetPlayerCameraLookAt(playerid, 1615.1621,-1744.6470,27.7999);
SetPlayerFacingAngle(playerid,0.0);
}

