22.11.2010, 16:19
Quote:
These are my current ones:
Код:
public OnPlayerRequestClass(playerid, classid) { 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; } |
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 1109.5435,-975.3839,42.7656);
SetPlayerCameraPos(playerid, 1110.0398,-971.3917,42.7651,178.1518);
SetPlayerCameraLookAt(playerid, 1109.5435,-975.3839,42.7656);
return 1;
}
EDIT: The coords posted in the previous post are probably better. I'm guessing it's the interior with the mirror, so you can see the skin from front as well as from the back.