[Pedido] /mascarar
#5

Quote:
Originally Posted by Twizted
Посмотреть сообщение
Pode por exemplo, fazer isto para fazer com que o nick do jogador nгo apareзa no chat:

pawn Код:
{
    if(mascarado[playerid])
    {
        new string[128];
        format(string, sizeof(string), "Um estranho diz: \"%s\"", text); //This is when you masked and you start to speake
        SendClientMessage(playerid, COLOR_WHITE, string); // This is message what send to player near you, you can change color if you want.
        return 0;
    }
    return 1;
}
Sim pode ser assim mesmo, mas claro lembre-se de colocar isso na public OnPlayerText.
Reply


Messages In This Thread
/mascarar - by silviosdois - 27.12.2013, 01:15
Re: /mascarar - by Wellington1999 - 27.12.2013, 02:33
Re: /mascarar - by GuilhermeH - 27.12.2013, 11:27
Re: /mascarar - by Twizted - 27.12.2013, 11:58
Re: /mascarar - by GuilhermeH - 27.12.2013, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)