Skip Skin selection if logged?
#1

Ok, so i got this auto login, And even though i put spawnplayer on it. It still takes me to the skin selection.

Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerInterior(playerid, 10);
    SetPlayerPos(playerid, 379.39, -71.27, 1001.50);
    SetPlayerFacingAngle(playerid, 68.73);
    SetPlayerCameraPos(playerid, 378.36, -70.85, 1002.39);
    SetPlayerCameraLookAt(playerid, 383.23, -72.00, 1001.43);
	return 1;
}
theres my class request function. How can i bypass it if the players logged in?
Reply


Messages In This Thread
Skip Skin selection if logged? - by -Rebel Son- - 03.04.2011, 04:58
Re: Skip Skin selection if logged? - by PinkFloydLover - 03.04.2011, 05:30
Re: Skip Skin selection if logged? - by -Rebel Son- - 03.04.2011, 05:48
Re: Skip Skin selection if logged? - by antonio112 - 03.04.2011, 06:03

Forum Jump:


Users browsing this thread: 1 Guest(s)