[Ajuda] /verIP nгo funciona?
#1

Tentei fazer um comando de ver o ip...

pawn Код:
CMD:verip(playerid,params[])
{
    new name[24];
    GetPlayerName(playerid, name, 24);
    new string_[168];
    new ip[40];
    if(PInfo[playerid][Level] < 3)
    {
        new idx;
        if(sscanf(params,"u",idx)) return SendClientMessage(playerid,red,"[x] Uso correto: /VerIP [id]");
        GetPlayerIp(idx,ip,16);
        format(string_, sizeof(string_), "{FFFF00}[ > ] O IP do(a) jogador(a) %s й: {FFFFFF}%s", name, ip);
        SendClientMessage(playerid,red,string_);
    }
    return 1;
}
Digito /verip nada acontece, nenhuma mensagem o comando dб...
oque pode ser? as variaveis em cima? LOL... nгo consegui identificar o problema.
Reply


Messages In This Thread
/verIP nгo funciona? - by eNtinityGaming - 01.02.2014, 02:55
Re: /verIP nгo funciona? - by ViniBorn - 01.02.2014, 03:02
Re: /verIP nгo funciona? - by eNtinityGaming - 01.02.2014, 03:08
Re: /verIP nгo funciona? - by eNtinityGaming - 01.02.2014, 03:25
Re: /verIP nгo funciona? - by zSuYaNw - 01.02.2014, 08:22

Forum Jump:


Users browsing this thread: 2 Guest(s)