Choosing skin problem
#5

Quote:
Originally Posted by Frankox
public OnPlayerRequestSpawn(playerid)
{
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
return 1;
}



When im choosing the skin, i cant see the skin i just see the place around and nothing else...
What is the problem here?
That needs to be positioned a few units on front of the character, e.g try

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
    SetPlayerCameraPos(playerid, 1961.3783, 1343.1572, 15.3746);
    SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
  return 1;
}
Might not be correct position, but you will see the character.

WeeDarr
Reply


Messages In This Thread
Choosing skin problem - by Frankox - 08.07.2009, 22:38
Re: Choosing skin problem - by whereschris - 08.07.2009, 22:48
Re: Choosing skin problem - by Frankox - 08.07.2009, 23:09
Re: Choosing skin problem - by Jefff - 08.07.2009, 23:13
Re: Choosing skin problem - by weedarr - 08.07.2009, 23:17
Re: Choosing skin problem - by Frankox - 09.07.2009, 08:09
Re: Choosing skin problem - by Frankox - 09.07.2009, 08:45
Re: Choosing skin problem - by refshal - 09.07.2009, 10:16
Re: Choosing skin problem - by Geekzor - 09.07.2009, 10:19
Re: Choosing skin problem - by refshal - 09.07.2009, 10:25

Forum Jump:


Users browsing this thread: 3 Guest(s)