Hiding class selection
#1

Why does this:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  if(!GetPVarInt(playerid, "Logged")) SetPlayerSkin(playerid, GetPVarInt(playerid, "Skin"));
  SetPlayerCameraPos(playerid, 2335.43,1718.92,23);
  SetPlayerCameraLookAt(playerid, 2342.11,1724.43,23);
  SetPlayerPos(playerid, 2341.8713,1725.1122,25.2689);
  SetPlayerFacingAngle(playerid, 140);
  TogglePlayerSpectating(playerid, true);
  return 1;
}
Give me the 'beach screen'?

I HAVE searched, for over an hour, and all the results are noobs asking the same question, where people are telling them to search.
Reply


Messages In This Thread
Hiding class selection - by Mikep. - 04.04.2010, 18:55
Re: Hiding class selection - by Mikep. - 04.04.2010, 19:16
Re: Hiding class selection - by biltong - 04.04.2010, 20:06
Re: Hiding class selection - by Zamaroht - 04.04.2010, 20:11
Re: Hiding class selection - by ziomal432 - 04.04.2010, 20:15
Re: Hiding class selection - by Mikep. - 04.04.2010, 20:18
Re: Hiding class selection - by Zamaroht - 04.04.2010, 20:20
Re: Hiding class selection - by Mikep. - 04.04.2010, 20:25
Re: Hiding class selection - by [03]Garsino - 04.04.2010, 20:31
Re: Hiding class selection - by Zamaroht - 04.04.2010, 20:37

Forum Jump:


Users browsing this thread: 2 Guest(s)