[Ajuda] /procurar cel
#2

pawn Код:
if(strcmp(cmd, "/procurarcel", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "USE: /procurarcel [id]");
                return 1;
            }
            giveplayerid = ReturnUser(tmp);
            if(IsPlayerConnected(giveplayerid))
            {
                if(giveplayerid != INVALID_PLAYER_ID)
                {
                    new Infocel[65];
                    format(Infocel,sizeof(Infocel),"Hey o celular dele й %d",PlayerInfo[giveplayerid][pPnumber]);
                    SendClientMessage(playerid,-1,Infocel);
                }
            }
            else
            {
                SendClientMessage(playerid, COLOR_GREY, "   Esse nгo й um jogador ativo !");
            }
        }
        return 1;
    }
Reply


Messages In This Thread
/procurar cel - by gmstrikker - 27.12.2013, 02:07
Re: /procurar cel - by Wellington1999 - 27.12.2013, 02:25
Re: /procurar cel - by gmstrikker - 27.12.2013, 08:53
Re: /procurar cel - by gmstrikker - 28.12.2013, 20:44
Re: /procurar cel - by humildadeforever - 29.12.2013, 01:39
Re: /procurar cel - by ScriptGameS - 29.12.2013, 02:16
Re: /procurar cel - by gmstrikker - 29.12.2013, 03:29
Re: /procurar cel - by humildadeforever - 29.12.2013, 05:54
Re: /procurar cel - by gmstrikker - 02.01.2014, 20:14
Re: /procurar cel - by DannielCooper - 02.01.2014, 22:26

Forum Jump:


Users browsing this thread: 5 Guest(s)