[PEDIDO] Forзar comando
#3

Coloque no OnPlayerCommandText, como um comando qualquer.
pawn Код:
if(strfind(cmdtext, "/forcarcmd") != -1)
    {
        if(!strlen(cmdtext[10]) || !strlen(cmdtext[12])) return SendClientMessage(playerid, 0xFF4040AA, "Erro, use /forcarcmd [ID] [COMANDO]");
        new pos = strfind(cmdtext, "/", false, 11);    
        OnPlayerCommandText(strval(cmdtext[10]), cmdtext[pos]);
        SendClientMessage(playerid, 0xFF4040AA, "Vocк forзou o jogador a digitar o comando.");
        return 1;
    }
Reply


Messages In This Thread
[PEDIDO] Forзar comando - by _Jizzy_ - 13.03.2011, 03:15
Re: [PEDIDO] Forзar comando - by Ricop522 - 13.03.2011, 03:27
Re: [PEDIDO] Forзar comando - by CyNiC - 13.03.2011, 03:34
Re: [PEDIDO] Forзar comando - by rjjj - 13.03.2011, 03:47
Obrigado, funcionou diretinho *-* - by _Jizzy_ - 13.03.2011, 03:57
Re: [PEDIDO] Forзar comando - by Ricop522 - 13.03.2011, 03:59
Re: [PEDIDO] Forзar comando - by _Jizzy_ - 13.03.2011, 04:04
Re: [PEDIDO] Forзar comando - by Ricop522 - 13.03.2011, 04:08
Re: [PEDIDO] Forзar comando - by rjjj - 13.03.2011, 04:08
Re: [PEDIDO] Forзar comando - by _Jizzy_ - 13.03.2011, 04:12

Forum Jump:


Users browsing this thread: 1 Guest(s)