[AJUDA] Teleporte
#8

Quote:
Originally Posted by dudaefj
Посмотреть сообщение
Humm... nгo... nгo deu nгo... :\

se alguйm tiver algum conhecimento sobre isso e puder ajudar...

PHP код:
if(!strcmp(cmdtext"/serviзoadmin"true) || !strcmp(cmdtext"/sa"true))
    {
        if(
IsPlayerConnected(playerid))
        {
            if(
PlayerInfo[playerid][pAdmin] >= 1)
            {
                  if(
PlayerInfo[playerid][pAdminDuty] == 0)
                {
                    if(
PlayerInfo[playerid][pAdmin] >= 1337)
                    {
                        
AllowPlayerTeleport(playerid1);
                        
SendClientMessage(playerid0xFF6600FF,"TeleporteOn");
                    }
                    return 
1;
                }
            }
        }
    } 
ae no jogo eu seleciono o ponto do mapa e nada acontece ;(


EdiT: poutz... desculpa o duplo post [/noob] ;(
coloca:
pawn Код:
if(!strcmp(cmdtext, "/serviзoadmin", true) || !strcmp(cmdtext, "/sa", true))
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pAdmin] >= 1)
            {
                if(PlayerInfo[playerid][pAdminDuty] == 0)
                {
                    if(PlayerInfo[playerid][pAdmin] >= 1337)
                    {
                        AllowPlayerTeleport(playerid, alow);
                        SendClientMessage(playerid, 0xFF6600FF,"TeleporteOn");
                    }
                    return 1;
                }
            }
        }
    }
Reply


Messages In This Thread
[AJUDA] Teleporte - by dudaefj - 06.08.2011, 09:43
Re: [AJUDA] Teleporte - by array13 - 06.08.2011, 09:49
Re: [AJUDA] Teleporte - by dudaefj - 06.08.2011, 09:51
Re: [AJUDA] Teleporte - by array13 - 06.08.2011, 09:54
Re: [AJUDA] Teleporte - by dudaefj - 06.08.2011, 10:37
Re: [AJUDA] Teleporte - by dudaefj - 06.08.2011, 11:06
Re: [AJUDA] Teleporte - by Y_Baby - 06.08.2011, 18:21
Re: [AJUDA] Teleporte - by Victor Cesaroni - 06.08.2011, 22:27
Re: [AJUDA] Teleporte - by [BEP]AcerPilot - 06.08.2011, 23:23
Re: [AJUDA] Teleporte - by Victor Cesaroni - 06.08.2011, 23:34

Forum Jump:


Users browsing this thread: 1 Guest(s)