[AJUDA] To com um probleminha
#3

pawn Код:
public filaaa(playerid,plo)
{
            new Float:plocx,Float:plocy,Float:plocz;
            if (IsPlayerConnected(plo))
            {
                if(plo != INVALID_PLAYER_ID)
                {
                    new nome[24];
                    GetPlayerName(playerid, nome, sizeof nome);
                    if(PlayerInfo[playerid][pAdmin] >= 1)
                    {
                        if(PlayerInfo[plo][pAge] << 0)
                        {
                            if(Spectate[playerid] != 255)
                            {
                                Spectate[playerid] = 256;
                            }
                            GetPlayerPos(plo, plocx, plocy, plocz);
                            if(PlayerInfo[plo][pInt] > 0)
                            {
                                SetPlayerInterior(playerid,PlayerInfo[plo][pInt]);
                                PlayerInfo[playerid][pInt] = PlayerInfo[plo][pInt];
                                PlayerInfo[playerid][pLocal] = PlayerInfo[plo][pLocal];
                            }
                            if(PlayerInfo[playerid][pInt] == 0)
                            {
                                SetPlayerInterior(playerid,0);
                            }
                            if(plocz > 530.0 && PlayerInfo[plo][pInt] == 0) //the highest land point in sa = 526.8
                            {
                                SetPlayerInterior(playerid,1);
                                PlayerInfo[playerid][pInt] = 1;
                            }
                            if (GetPlayerState(playerid) == 2)
                            {
                                new tmpcar = GetPlayerVehicleID(playerid);
                                SetVehiclePos(tmpcar, plocx, plocy+4, plocz);
                                TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                            }
                            else
                            {
                                SetPlayerPos(playerid,plocx,plocy+2, plocz);
                            }
                            new giveplayer[256];
                            new igato[256];
                            new string[256];
                            GetPlayerName(plo, giveplayer,256);
                            GetPlayerName(playerid, igato,256);
                            format(string, sizeof(string), "**Vocк foi atender ao chamado de %s.", giveplayer);
                            SendClientMessage(playerid, COLOR_WHITE, string);
                            format(string, sizeof(string), "**O admin %s, veio para te atender.", igato);
                            SendClientMessage(plo, COLOR_WHITE, string);
                            new string2[256];
                            format(string2, sizeof(string), "**O Admin %s foi atender o player %s.", giveplayer,igato);
                            ABroadCast(COLOR_ALERTA,string2,1);
                            PlayerInfo[plo][pAge] = 0;
                        }
                        else
                        {
                            SendClientMessage(playerid, COLOR_GRAD1, "O player nгo estб na fila.");
                        }
                    }
                    else
                    {
                        SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб autorizado a usar este comando.");
                    }
                }
            }
            else
            {
                new string2[256];
                format(string2, sizeof(string2), "   %d nгo й um player ativo.", plo);
                SendClientMessage(playerid, COLOR_GRAD1, string2);
            }
}
Reply


Messages In This Thread
[AJUDA] To com um probleminha - by Lucas_ - 04.05.2011, 21:05
Re: [AJUDA] To com um probleminha - by ViCtOr_Mc - 04.05.2011, 21:10
Re: [AJUDA] To com um probleminha - by TheGarfield - 04.05.2011, 21:11
Re: [AJUDA] To com um probleminha - by The Knight - 04.05.2011, 21:11
Re: [AJUDA] To com um probleminha - by TheGarfield - 04.05.2011, 21:14
Re: [AJUDA] To com um probleminha - by Lucas_ - 04.05.2011, 21:14
Re: [AJUDA] To com um probleminha - by Shadoww5 - 04.05.2011, 21:48

Forum Jump:


Users browsing this thread: 3 Guest(s)