This spawns me in Blueberry.
#1

pawn Код:
if(Player[playerid][FacSpawn] == 1)
        {
            SetSpawnInfo(playerid, 0, Player[playerid][Clothes1], Factions[Player[playerid][Faction]][fSpawnPosX][1], Factions[Player[playerid][Faction]][fSpawnPosY][1], Factions[Player[playerid][Faction]][fSpawnPosZ][1], Factions[Player[playerid][Faction]][fSpawnPosA][1], 0, 0, 0, 0, 0, 0);
            SetPlayerInterior(playerid, Factions[Player[playerid][Faction]][fSpawnInt][1]);
            SetPlayerVirtualWorld(playerid, Factions[Player[playerid][Faction]][fSpawnWorld][1]);
        }
        else if(Player[playerid][FacSpawn] == 2)
        {
            SetSpawnInfo(playerid, 0, Player[playerid][Clothes1], Factions[Player[playerid][Faction]][fSpawnPosX][2], Factions[Player[playerid][Faction]][fSpawnPosY][2], Factions[Player[playerid][Faction]][fSpawnPosZ][2], Factions[Player[playerid][Faction]][fSpawnPosA][2], 0, 0, 0, 0, 0, 0);
            SetPlayerInterior(playerid, Factions[Player[playerid][Faction]][fSpawnInt][2]);
            SetPlayerVirtualWorld(playerid, Factions[Player[playerid][Faction]][fSpawnWorld][2]);
        }
        else if(Player[playerid][FacSpawn] == 3)
        {
            SetSpawnInfo(playerid, 0, Player[playerid][Clothes1], Factions[Player[playerid][Faction]][fSpawnPosX][3], Factions[Player[playerid][Faction]][fSpawnPosY][3], Factions[Player[playerid][Faction]][fSpawnPosZ][3], Factions[Player[playerid][Faction]][fSpawnPosA][3], 0, 0, 0, 0, 0, 0);
            SetPlayerInterior(playerid, Factions[Player[playerid][Faction]][fSpawnInt][3]);
            SetPlayerVirtualWorld(playerid, Factions[Player[playerid][Faction]][fSpawnWorld][3]);
        }
As the title says, it spawns me in Blueberry. The factions are loaded correctly, I just don't know why it's doing that.

Thanks
Reply


Messages In This Thread
This spawns me in Blueberry. - by JoelR - 04.01.2013, 01:37
Re: This spawns me in Blueberry. - by Racer99 - 04.01.2013, 01:43
Re: This spawns me in Blueberry. - by JoelR - 04.01.2013, 01:45
Re: This spawns me in Blueberry. - by JoelR - 04.01.2013, 11:24

Forum Jump:


Users browsing this thread: 2 Guest(s)