01.01.2012, 14:21
Use this
the default one has this problem where the camera is at the same place as the player which will result in the selection menu/class selection not show skins etc.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1957.3783, 1342.1572, 15.0000);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
return 1;
}