SA-MP Forums Archive
[Pedido] Chat - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] Chat (/showthread.php?tid=643781)



Chat - Blackpine - 27.10.2017

Olб eu queria um chat local tipo falo qualquer coisa ex: "Olб" aparece "Blackpine diz: Olб" tentei fazer mais nгo consegui


Re: Chat - F1N4L - 27.10.2017

Fiz pelo fуrum, mas acho que estб funcional.

Код:
public OnPlayerText(playerid, text[])
{
     static name[MAX_PLAYER_NAME], str[128];
     GetPlayerName(playerid, name, sizeof name);
     format(str, sizeof str, "%s diz: %s", name, text);
     SendClientMessageToAll(-1, str);
     return true;
}