[Ajuda] Texto
#4

Tente isto, nгo testei..
pawn Код:
if(!strcmp(cmdtext, "/sugestao", true, 8)){
        if(cmdtext[10] == '\0'){
            return SendClientMessage( playerid, COLOR_ERRO, "[ x ] Uso correto: /Sugestao [ Mensagem ]" );
        }
       
        SendClientMessage( playerid, 0xCCFFFFAA, "[ > ] Sugestгo enviada com sucesso,aguarde um agradecimento !" );
        format( string, sizeof( string ), "[ SUGESTГO ]  %s sugere : %s", PlayerName( playerid ), cmdtext[10]);
        Reports( string );
        foreach(Player, i )
        {
            if( aInfo[ i ][ Admin ] == 1 || aInfo[ i ][ Moderador ] == 1 || aInfo[ i ][ Ajudante ] == 1)
            {
                SendClientMessage( i, COLOR_AMARELO, string );
            }
        }
        return true;
    }
Reply


Messages In This Thread
Texto - by Sti - 26.09.2013, 02:12
Re: Texto - by RuanRider - 26.09.2013, 02:20
Re: Texto - by Sti - 26.09.2013, 02:33
Re: Texto - by zSuYaNw - 26.09.2013, 03:17

Forum Jump:


Users browsing this thread: 1 Guest(s)