[AJUDA]ME AJUDA EM UM COMANDO PLZ
#8

Nгo se preocupe, se vocк colocou o cуdigo que o cуdigo do comando na public OnPlayerCommandText, foi fez certo pois й nessa public que ficam os comandos.


Bem... deixaram alguns erros no comando que passaram acima, alйm de que esqueceram de colocar para o jogador ter que estar perto, sendo assim, arrumei o cуdigo que foi citado anteriormente para seu melhor uso:


pawn Код:
if(strcmp(cmd, "/mostrarrg", true) == 0)
    {
        new IDalvo = ReturnUser(tmp);
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp))
        {
            SendClientMessage(playerid, COLOR_GRAD1, "USO: /mostrarrg [id]");
        }
        if (ProxDetectorS(5.0, playerid, IDalvo))
        {
            ShowStats(playerid, IDalvo);
        }
    }

Espero ter ajudado
Reply


Messages In This Thread
[AJUDA]ME AJUDA EM UM COMANDO PLZ - by Fenix_Pro - 28.11.2010, 19:30
Re: [AJUDA]ME AJUDA EM UM COMANDO PLZ - by faeldk - 28.11.2010, 19:43
Re: [AJUDA]ME AJUDA EM UM COMANDO PLZ - by blackwave - 28.11.2010, 19:43
Re: [AJUDA]ME AJUDA EM UM COMANDO PLZ - by Fenix_Pro - 28.11.2010, 21:20
Re: [AJUDA]ME AJUDA EM UM COMANDO PLZ - by Fenix_Pro - 29.11.2010, 01:01
Re: [AJUDA]ME AJUDA EM UM COMANDO PLZ - by roginho_97 - 29.11.2010, 01:38
Re: [AJUDA]ME AJUDA EM UM COMANDO PLZ - by Fenix_Pro - 29.11.2010, 01:56
Re: [AJUDA]ME AJUDA EM UM COMANDO PLZ - by rjjj - 29.11.2010, 10:12
Re: [AJUDA]ME AJUDA EM UM COMANDO PLZ - by Fenix_Pro - 29.11.2010, 18:03

Forum Jump:


Users browsing this thread: 1 Guest(s)