Warnings help
#4

Try this:
pawn Код:
if(PlayerInfo[playerid][pFMember] != 255)
        {
            new family = PlayerInfo[playerid][pFMember];
            SetPlayerToTeamColor(playerid);
            SetPlayerInterior(playerid, FamilyInfo[family][FamilyInterior]);
            SetPlayerPos(playerid, FamilyInfo[family][FamilySpawn][0],FamilyInfo[family][FamilySpawn][1],FamilyInfo[family][FamilySpawn][2]);
            SetPlayerFacingAngle(playerid, FamilyInfo[family][FamilySpawn][3]);
            return 1;
        }
        else
        {
            SetPlayerToTeamColor(playerid);
            SetPlayerPos(playerid, 1730.3859,-1912.1241,13.5628); // Spawn kod CIVIL
            SetPlayerInterior(playerid,0);
            PlayerInfo[playerid][pInt] = 0;
            return 1;
        }
    return 0;
}
Reply


Messages In This Thread
Warnings help - by HOB1x - 10.05.2014, 10:59
Re: Warnings help - by Matess - 10.05.2014, 11:30
Re: Warnings help - by HOB1x - 10.05.2014, 12:19
Re: Warnings help - by Parallex - 10.05.2014, 12:46
Re: Warnings help - by HOB1x - 10.05.2014, 12:51
Re: Warnings help - by Matess - 10.05.2014, 14:01

Forum Jump:


Users browsing this thread: 3 Guest(s)