Problems with spawning
#2

So you want a player to spawn without class selection?
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetSpawnInfo(playerid, PlayerInfo[playerid][pFaction], PlayerInfo[playerid][pSkin], PlayerInfo[playerid][X1], PlayerInfo[playerid][Y1], PlayerInfo[playerid][Z1], 1.0, -1, -1, -1, -1, -1, -1);
    return 0;// returning false so player doesn't get in class selection.
}
Reply


Messages In This Thread
Problems with spawning - by Anthonyx3' - 25.12.2010, 20:20
Re: Problems with spawning - by Mean - 25.12.2010, 20:59
Re: Problems with spawning - by Anthonyx3' - 25.12.2010, 21:25
Re: Problems with spawning - by Mean - 25.12.2010, 22:03
Re: Problems with spawning - by Anthonyx3' - 25.12.2010, 22:38
Re: Problems with spawning - by Mean - 26.12.2010, 17:23
Re: Problems with spawning - by Anthonyx3' - 26.12.2010, 21:29
Re: Problems with spawning - by Mean - 27.12.2010, 09:32

Forum Jump:


Users browsing this thread: 1 Guest(s)