08.07.2009, 23:17
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? |
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;
}
WeeDarr