Cant see skins
#9

you are using the same coords 3 times. the camera is actually watching the character, but its not far enough to be in front of the "lens". so just modify the cameras' position to 2 units west (x-axis -2), so it becomes:
Код:
public OnPlayerRequestClass(playerid, classid)
{

	SetPlayerPos(playerid, 2020.6265, 1007.7409, 10.8203);
	SetPlayerCameraPos(playerid, 2018.6265, 1007.7409, 10.8203);
	SetPlayerCameraLookAt(playerid, 2020.6265, 1007.7409, 10.8203);
	SetPlayerColor(playerid, 0xFFFFFF);
	return 1;
}
Reply


Messages In This Thread
Cant see skins - by Dolph - 11.03.2010, 12:04
Re: Cant see skins - by lameguy - 11.03.2010, 17:02
Re: Cant see skins - by GMusicOn - 11.03.2010, 17:11
Re: Cant see skins - by M1K1 - 11.03.2010, 17:13
Re: Cant see skins - by Dolph - 24.03.2010, 17:04
Re: Cant see skins - by XRVX - 24.03.2010, 17:46
Re: Cant see skins - by Dolph - 27.03.2010, 21:09
Re: Cant see skins - by benlevi - 27.03.2010, 22:34
Re: Cant see skins - by Babul - 28.03.2010, 00:06
Re: Cant see skins - by Correlli - 28.03.2010, 00:07

Forum Jump:


Users browsing this thread: 1 Guest(s)