04.04.2010, 18:55
Why does this:
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.
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;
}
I HAVE searched, for over an hour, and all the results are noobs asking the same question, where people are telling them to search.