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.