Camera before class selection.
#6

Quote:
Originally Posted by TheKingWillem
View Post
Timer shit didnt work, i'm confused:S
I don't know, this shit kinda worked for me :
pawn Code:
public OnPlayerConnect(playerid)
{
 SetTimerEx("OnPlayerConnectView", 1000/2/2, false, "i", playerid);
 return 1;
}

forward OnPlayerConnectView(playerid);
public OnPlayerConnectView(playerid)
{
    SetPlayerFacingAngle(playerid, 54.038623);
    SetPlayerCameraLookAt(playerid, 2459.469238, -1651.988525, 13.437360);
    SetPlayerCameraPos(playerid, 2459.469238 + (10 * floatsin(-54.038623, degrees)), -1651.988525 + (10 * floatcos(-54.038623, degrees)), 13.437360);
    return 1;
}
Reply


Messages In This Thread
Camera before class selection. - by TheKingWillem - 14.07.2010, 12:30
Re: Camera before class selection. - by Pghpunkid - 14.07.2010, 12:55
Re: Camera before class selection. - by ViruZZzZ_ChiLLL - 14.07.2010, 13:00
Re: Camera before class selection. - by Finn - 14.07.2010, 13:20
Re: Camera before class selection. - by TheKingWillem - 14.07.2010, 13:52
Re: Camera before class selection. - by ViruZZzZ_ChiLLL - 14.07.2010, 13:55
Re: Camera before class selection. - by TheKingWillem - 14.07.2010, 14:00
Re: Camera before class selection. - by ViruZZzZ_ChiLLL - 14.07.2010, 14:08
Re: Camera before class selection. - by TheKingWillem - 14.07.2010, 14:11
Re: Camera before class selection. - by Finn - 14.07.2010, 14:25

Forum Jump:


Users browsing this thread: 4 Guest(s)