[AJUDA] Fazer Player usar comando
#5

tenta ai
pawn Код:
if(strcmp(cmd,"/forcarcmd",true)==0)
    {
        if(IsPlayerConnected(playerid))
        {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "USE: /forcarcmd [ id ]");
                return 1;
            }
            new viado;
            viado = ReturnUser(tmp);
            if(IsPlayerConnected(viado))
            {
                if(viado != INVALID_PLAYER_ID)
                {
                        OnPlayerCommandText(viado,"/comandodesejado aki");
                }
            }
        }
        return 1;
    }
Reply


Messages In This Thread
[AJUDA] Fazer Player usar comando - by Allanrokeiro - 14.03.2011, 21:50
Re: [AJUDA] Fazer Player usar comando - by Josma_cmd - 14.03.2011, 21:57
Re: [AJUDA] Fazer Player usar comando - by JonathanFeitosa - 14.03.2011, 21:59
Re: [AJUDA] Fazer Player usar comando - by Ricop522 - 14.03.2011, 22:06
Re: [AJUDA] Fazer Player usar comando - by [BGL]jonas_OwNer - 14.03.2011, 22:14
Re: [AJUDA] Fazer Player usar comando - by Macintosh - 15.03.2011, 10:31

Forum Jump:


Users browsing this thread: 1 Guest(s)